Performance Metric kcml.shell.cmd
Summary
Shell commandSend Condition
SHELLOverview
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
| Name | Type | Description |
|---|---|---|
| result | num | Command exit code |
| exectime | usec | Time taken to execute command |
| systime | usec | CPU user time taken to execute command in micro-seconds |
| usertime | usec | CPU kernel time taken to execute command in micro-seconds |
| ptty | bool | Pseudo-TTY mode |
| cmd | string | Shell command |
General Form
kcml.shell.cmd,result=num,exectime=usec,systime=usec,usertime=usec,ptty=bool,cmd=stringSee Also:
Performance Metrics