Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pidstat -d | sed -e '1,3'd | sort -nrk4 | head # write/sec
- pidstat -d | sed -e '1,3'd | sort -nrk3 | head # read/sec
- pidstat -d | sed -e '1,3'd | sort -nrk5 | head # concurrent write/sec
Advertisement
Add Comment
Please, Sign In to add comment