Linux : See CPU usage by a process for the last second
You could use top -b -d 1
to achieve that for CPU usage. top
displays process CPU usage relative to the last output.
You could use top -b -d 1
to achieve that for CPU usage. top
displays process CPU usage relative to the last output.