2020-02-18 07:33:27 +11:00
|
|
|
# dstat
|
|
|
|
|
|
|
|
> Versatile tool for generating system resource statistics.
|
|
|
|
> More information: <http://dag.wieers.com/home-made/dstat>.
|
|
|
|
|
|
|
|
- Display CPU, disk, net, paging and system statistics:
|
|
|
|
|
|
|
|
`dstat`
|
|
|
|
|
|
|
|
- Display statistics every 5 seconds and 4 updates only:
|
|
|
|
|
|
|
|
`dstat {{5}} {{4}}`
|
|
|
|
|
|
|
|
- Display CPU and memory statistics only:
|
|
|
|
|
2025-04-25 04:34:04 +03:00
|
|
|
`dstat {{[-c|--cpu]}} {{[-m|--mem]}}`
|
2020-02-18 07:33:27 +11:00
|
|
|
|
|
|
|
- List all available dstat plugins:
|
|
|
|
|
|
|
|
`dstat --list`
|
|
|
|
|
|
|
|
- Display the process using the most memory and most CPU:
|
|
|
|
|
|
|
|
`dstat --top-mem --top-cpu`
|
|
|
|
|
|
|
|
- Display battery percentage and remaining battery time:
|
|
|
|
|
|
|
|
`dstat --battery --battery-remain`
|