Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 deletions

View File

@@ -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]}}`