Forrest logo
back to context overview

dstat

List of commands for dstat:

  • dstat:tldr:10086 dstat: Display CPU and memory statistics only.
    $ dstat --cpu --mem
    try on your machine
    explain this command
  • dstat:tldr:30cf7 dstat: Display CPU, disk, net, paging and system statistics.
    $ dstat
    try on your machine
    explain this command
  • dstat:tldr:78ad3 dstat: Display statistics every 5 seconds and 4 updates only.
    $ dstat ${5} ${4}
    try on your machine
    explain this command
  • dstat:tldr:a68cb dstat: Display the process using the most memory and most CPU.
    $ dstat --top-mem --top-cpu
    try on your machine
    explain this command
  • dstat:tldr:ba2a1 dstat: Display battery percentage and remaining battery time.
    $ dstat --battery --battery-remain
    try on your machine
    explain this command
  • dstat:tldr:f7f7c dstat: List all available dstat plugins.
    $ dstat --list
    try on your machine
    explain this command
back to context overview