Advertisement
Guest User

Untitled

a guest
Aug 5th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Hello,
  2.  
  3. on Linux i use iotop -ao, it is interactive and after a few seconds shows top I/O processes/threads
  4.  
  5. But when i want non-interactive mode, then it do not accumulate I/O so it is useless i think:
  6.  
  7. > iotop -bPn 1
  8.  
  9. This should show processes waiting for the I/O so it may give some idea too:
  10. > ps aux | grep ' D'
  11.  
  12. Which command non-interactive do you suggest to show accumulated I/O usage or the top process threads causing I/O?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement