Performance Metric kcml.cpu.usage

Summary

Total amount of processor time the partition has used

Send Condition

Program LOAD, SOAP server method calls & $END. Periodically from KDB/KISAM I/O operations, form events, $BREAK, $IF & 'KCML_poll()

Overview

This periodic metric reports the amount of CPU time that has been used since the partition started. A high systime value is indicative of a large number of kernel operations being executed, for example after performing a large amount of file I/O.

Statistics

NameTypeDescription
usertimeusecNumber of micro-seconds the CPU spent executing in user mode
systimeusecNumber of micro-seconds the CPU spent executing in system mode

General Form

kcml.cpu.usage,usertime=usec,systime=usec

See Also:

Performance Metrics