-
CPU all utilization
Percentage of CPU utilization that occurred while executing at the system level (kernel), the user level (application) and the percentage of time that the CPU or CPUs were idle during which the system had an outstanding disk I/O request.
-
Run queue length
Number of tasks waiting for run time.
-
System cache statistics
Total number of kilobytes the system paged in/out from/to disk per second, and number of major faults the system has made per second, those which have required loading a memory page from disk.
-
Context switches
Total number of context switches per second.
-
Tasks created
Total number of tasks created per second.
-
Total number of transfers per second
Total number of transfers per second that were issued to physical devices. A transfer is an I/O request to a physical device. Multiple logical requests can be combined into a single I/O request to the device. A transfer is of indeterminate size.
-
System load
System load average for the last minute, the past 5 and 15 minutes. The load average is calculated as the average number of runnable or running tasks (R state), and the number of tasks in uninterruptible sleep (D state) over the specified interval.
-
Number of process
Number of tasks in the task list.
-
System memory utilization
Amount of memory used to cache data or as buffers by the kernel and free memory available.
-
Swap In/Out (pages/seconds)
Total number of swap pages the system brought in/out per second. The page size usually is 4096 bytes.
-
Block In/Out (blocks/seconds)
Total amount of data read/write from the devices in blocks per second. Blocks are equivalent to sectors and therefore have a size of 512 bytes.