Performance Metric kcml.cpu.usage
Summary
Total amount of processor time the partition has usedSend 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
| Name | Type | Description |
|---|---|---|
| usertime | usec | Number of micro-seconds the CPU spent executing in user mode |
| systime | usec | Number of micro-seconds the CPU spent executing in system mode |
General Form
kcml.cpu.usage,usertime=usec,systime=usecSee Also:
Performance Metrics