Linux — pidstat Command
Introduction to Linux pidstat command
The pidstat
command is used for monitoring individual tasks currently being managed by the Linux kernel. It writes to standard output activities for every task selected with option -p
or for every task managed by the Linux kernel if option -p ALL
has been used.