Skip to content

scottchiefbaker/dool

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Not sure why "k" and "b" were lowercase while ALL of the others
were uppercase
b19d276

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 28, 2022 11:05
August 23, 2019 10:53
June 28, 2021 10:26
August 26, 2019 11:06
November 29, 2021 13:37
September 28, 2022 11:12
December 19, 2022 15:27

Dool

Dool is a Python3 compatible fork of Dstat.

After Dag Wieers ceased development of Dstat I forked the project to continue development.

What is Dool?

Dool is a command line tool to monitor many aspects of your system: CPU, Memory, Network, Load Average, etc. It also includes a robust plug-in architecture to allow monitoring other system metrics.

Installation:

  1. Download the latest release archive file or clone the Git repo
  2. Extract the archive to an appropriate temporary directory on your system
  3. Run the install.py script

Usage:

dool [--preset] [--plugin] [delay]

My most common usage of Dool is:

dool --more 15

which uses the --more preset and outputs data every 15 seconds. Available presets are --defaults, --more, or --all. If no delay is specified, Dool will default to outputting every second.

Screenshots:

Dark mode (default) Dool Light

Light mode Dool Light

Plugins:

Dool ships with many plug-ins to configure the output to your taste.

dool --cpu --net --time --full 15  # Show CPU usage, and each network interface
dool --disk --memory 5             # Show disk totals, and memory consumption
dool --cpu --load --swap --time 60 # Show CPU, load, and swap

A list of available plug-ins are available if you run dool --version

Note:

Dool requires a 256 color compatible terminal. Most modern terminal emulators support this automatically.

See also:

Other tools similar to Dool