1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/common/iotop.md
marchersimon dac4a71077
multiple pages: replace all die.net links (#5528)
Most of the links were replaced by manned.org,
except when there are more up-to-date sources (like `ifup`)
or first-party sources (like `sftp`).
2021-04-16 15:42:14 +01:00

32 lines
604 B
Markdown

# iotop
> Display a table of current I/O usage by processes or threads.
> More information: <https://manned.org/iotop>.
- Start top-like I/O monitor:
`sudo iotop`
- Show only processes or threads actually doing I/O:
`sudo iotop --only`
- Show I/O usage in non-interactive mode:
`sudo iotop --batch`
- Show only I/O usage of processes (default is to show all threads):
`sudo iotop --processes`
- Show I/O usage of given PID(s):
`sudo iotop --pid={{PID}}`
- Show I/O usage of a given user:
`sudo iotop --user={{user}}`
- Show accumulated I/O instead of bandwidth:
`sudo iotop --accumulated`