Performance Metric kcml.shell.cmd

Summary

Shell command

Send Condition

SHELL

Overview

Records the execution of a process using the SHELL command. The systime & usertime values are not that relevant for SHELL commands that execute child processes in the background with an &

Statistics

NameTypeDescription
resultnumCommand exit code
exectimeusecTime taken to execute command
systimeusecCPU user time taken to execute command in micro-seconds
usertimeusecCPU kernel time taken to execute command in micro-seconds
pttyboolPseudo-TTY mode
cmdstringShell command

General Form

kcml.shell.cmd,result=num,exectime=usec,systime=usec,usertime=usec,ptty=bool,cmd=string

See Also:

Performance Metrics