8.195 V$RSRCMGRMETRIC
V$RSRCMGRMETRIC
displays information about resources consumed and wait times per consumer group.
When the STATISTICS_LEVEL
is set to TYPICAL
or ALL
, this view contains information about CPU utilization and wait times even when no Resource Manager plan is set or when the Resource Manager plan does not monitor CPU or session resources. Metrics are collected and stored every minute when CPU utilization is not being monitored.
Column | Datatype | Description |
---|---|---|
|
|
Begin time of the interval |
|
|
End time of the interval |
|
|
Interval size (in hundredths of a second) |
|
|
A sequential counter that uniquely describes the |
|
|
Consumer group object ID (a unique number, consistent across database shutdowns and startups) |
|
|
Name of the consumer group |
|
|
Cumulative amount of CPU time consumed by all sessions in the consumer group, in milliseconds |
|
|
Cumulative amount of time that sessions waited for CPU because of resource management, in milliseconds. This does not include waits due to latch or enqueue contention, I/O waits, and so on. When CPU resources are not being actively managed, this value is set to zero. |
|
|
Number of CPUs that the Resource Manager is utilizing. If instance caging is enabled, then this column is equal to the value of the |
|
|
Maximum number of sessions in the consumer group that can run simultaneously. The value of this column is |
|
|
Average number of sessions in the consumer group that are currently running |
|
|
Average number of sessions in the consumer group that are waiting for CPU due to resource management. When CPU resources are not being actively managed, this value is set to zero. |
|
|
Maximum percentage of CPU that the consumer group can use at any time, with respect to the total number of CPUs in the system. The value of this column is |
|
|
Average percentage of CPU consumed by the consumer group, with respect to the total number of CPUs in the system |
|
|
Percentage of CPU decisions for which the consumer group was present. When CPU resources are not being actively managed, this value is set to zero. This column is deprecated. |
|
|
Percentage of the CPU decisions for which the consumer group was present and was the only consumer group present. When CPU resources are not being actively managed, this value is set to zero. This column is deprecated. |
|
|
Percentage of the CPU decisions that the consumer group won. When CPU resources are not being actively managed, this value is set to zero. This column is deprecated. |
|
|
I/O requests |
|
|
I/O megabytes |
|
|
The average number of parallel statements that were running during the 1-minute metric window |
|
|
The average number of parallel statements that were queued during the 1-minute metric window |
|
|
The average number of parallel servers that were actively running as part of a parallel statement during the 1-minute metric window |
|
|
The average number of parallel servers that were requested by queued parallel statements during the 1-minute metric window |
|
|
The number of parallel servers allowed to be used by this consumer group during the 1-minute metric window |
|
|
Resource Manager plan name |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also: