The PGLOR,0,CPU format string is: UNIX,MS,PROC,LOADX10,SYS,CHILD,CLKKHZ Where:
- UNIX - Identifies Unix HAL. Data is the revision (0)
- MS - elapsed time (ms)
- PROC - amount of time spent inside this process (ms)
- LOADX10 - PROC/MS * 1000 (units of "tens of percent")
- SYS - System time of this process (a high number indicates lots of I/O and/or device driver/OS inefficiencies.)
- CHILD - Child time (user+kernel) from this process (should be zero)
- CLKKHZ - Average clock speed in KHz