I would like to use pidstat to get both -u, -r and -d flags. Is there a way to do so?
The idea, is to get both CPU, I/O and disk usage.
Cheers
Ps. Combining the flags as -urd doesn't work in Ubuntu 11.04
You have to add the -h
flag. This display all activities horizontally on a single line.
pidstat -urd -h