
pidstat
List of commands for pidstat:
-
pidstat:tldr:41210 pidstat: Show page faults and memory utilization.$ pidstat -rtry on your machineexplain this command
-
pidstat:tldr:6980b pidstat: Show CPU statistics at a 2 second interval for 10 times.$ pidstat ${2} ${10}try on your machineexplain this command
-
pidstat:tldr:6a64f pidstat: Show memory statistics for all processes whose command name include "fox" or "bird".$ pidstat -C "${select}" -r -p ALLtry on your machineexplain this command
-
pidstat:tldr:82581 pidstat: Show input/output usage per process id.$ pidstat -dtry on your machineexplain this command
-
pidstat:tldr:e3a84 pidstat: Show information on a specific PID.$ pidstat -p ${PID}try on your machineexplain this command