Monitoring linux resources: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
Tag: wikieditor |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
==show what is doing most disk accesses== | ==show what is doing most disk accesses== | ||
*iotop | *[[iotop]] | ||
*[https://github.com/nicolargo/glances glances] | *[https://github.com/nicolargo/glances glances] | ||
== IO statistics == | == IO statistics == | ||
*iostat | *[[iostat]] | ||
*vmstat | *vmstat | ||
*dstat | *dstat | ||
*ioping | *ioping | ||
*atop | *atop | ||
*iozone | |||
== Disk usage == | |||
* du | |||
* ncdu | |||
== CPU usage etc == | == CPU usage etc == | ||
| Line 25: | Line 31: | ||
*fio | *fio | ||
*pidstat | *pidstat | ||
*s-tui | |||
*btop (nice!) | |||
=FAQ= | =FAQ= | ||
Latest revision as of 12:43, 23 January 2026
Checking resources
Links
show what is doing most disk accesses
IO statistics
- iostat
- vmstat
- dstat
- ioping
- atop
- iozone
Disk usage
- du
- ncdu
CPU usage etc
- top
- atop
- htop
- vtop
- fio
- pidstat
- s-tui
- btop (nice!)
FAQ
What process is using up CPU System Time
pidstat
