mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 20:01:13 +00:00
Update cheatsheets
This commit is contained in:
12
tldr/iotop
12
tldr/iotop
@@ -14,24 +14,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show only processes or threads actually doing I/O:
|
||||
|
||||
`sudo iotop --only`
|
||||
`sudo iotop {{[-o|--only]}}`
|
||||
|
||||
- Show I/O usage in non-interactive mode:
|
||||
|
||||
`sudo iotop --batch`
|
||||
`sudo iotop {{[-b|--batch]}}`
|
||||
|
||||
- Show only I/O usage of processes (default is to show all threads):
|
||||
|
||||
`sudo iotop --processes`
|
||||
`sudo iotop {{[-P|--processes]}}`
|
||||
|
||||
- Show I/O usage of given PID(s):
|
||||
|
||||
`sudo iotop --pid={{PID}}`
|
||||
`sudo iotop {{[-p|--pid]}} {{PID}}`
|
||||
|
||||
- Show I/O usage of a given user:
|
||||
|
||||
`sudo iotop --user={{user}}`
|
||||
`sudo iotop {{[-u|--user]}} {{user}}`
|
||||
|
||||
- Show accumulated I/O instead of bandwidth:
|
||||
|
||||
`sudo iotop --accumulated`
|
||||
`sudo iotop {{[-a|--accumulated]}}`
|
||||
|
||||
Reference in New Issue
Block a user