System Grab Bag

View all TLDR pages from Linux (or from all pages)

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:
    dstat --cpu --mem
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.