Performance Metric
(by System Component) | Description |
Memory |  |
Platform.Memory.KBFree | Amount of virtual memory (in KB) available on the system. Equivalent to Memory/AvailableBytes in Windows NT Performance Monitor, divided by 1024. |
Platform.Memory.FaultsPerSec
(AS400 only) | Number of page faults per second in the memory pool the server is using. |
Platform.Memory.WaitToIneligible
(AS400 only) | Number of Wait to Ineligible transitions for threads in the memory pool this server is using. Any value greater than zero indicates the max active in the memory pool is too low. |
CPU |  |
Platform.System.TotalUtil | Average percent CPU utilization of all CPUs on the system. Equivalent to System/% Total Processor Time in NT Perfmon. |
Platform.System.TotalPrivUtil | Average percent CPU utilization in privileged mode of all CPUs on the system. Equivalent to System/% Total Privileged Time in NT Perfmon. |
Platform.System.TotalUserUtil | Average percent CPU utilization in user mode of all CPUs on the system. Equivalent to System/% Total User Time in NT Perfmon. |
Disk |  |
Platform.LogicalDisk._Total.1._Total
.1.PctTime | Percentage of the sampling interval that all logical disks on all physical disks are servicing read or write requests. Equivalent to LogicalDisk/% Disk Time in NT Perfmon. First "_Total" refers to all physical disks; second "_Total" refers to all logical disks. |
Platform.LogicalDisk._Total.1._Total
.1.AvgQueueLength
(NT only) | Average number of both read and write requests that were queued for all logical disks on all physical disks during the sample interval. Equivalent to LogicalDisk/Avg. Disk Queue Length in NT Perfmon. |
Platform.LogicalDisk._Total.1._Total
.1.ServiceTime
(Solaris/UNIX only) | Amount of time in milliseconds for a read or write command to complete. |