3

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

Emanuele
  • 203
  • 2
  • 6

1 Answers1

5

You have to add the -h flag. This display all activities horizontally on a single line.

pidstat -urd -h

dbanck
  • 403
  • 1
  • 3
  • 9