danielhilst

Top ten IO

Jan 2nd, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. pidstat -d | sed -e '1,3'd | sort -nrk4 | head # write/sec
  2. pidstat -d | sed -e '1,3'd | sort -nrk3 | head # read/sec
  3. pidstat -d | sed -e '1,3'd | sort -nrk5 | head # concurrent write/sec
Advertisement
Add Comment
Please, Sign In to add comment