All Projects → nschloe → tiptop

nschloe / tiptop

Licence: MIT license
🖥️ Command-line system monitoring

Programming Languages

python
139335 projects - #7 most used programming language

tiptop

Command-line system monitoring.

PyPi Version PyPI pyversions GitHub stars Downloads

Discord Donate Sponsor Coffee

gh-actions LGTM Code style: black

tiptop is a command-line system monitoring tool in the spirit of top. It displays various interesting system stats and graphs them. Works on all operating systems.

Install and run with

pip install tiptop
tiptop

screenshot

For all options, see

tiptop -h
usage: tiptop [-h] [--version] [--log LOG] [--net NET]

Command-line system monitor.

options:
  -h, --help         show this help message and exit
  --version, -v      display version information
  --log LOG, -l LOG  debug log file
  --net NET, -n NET  network interface to display (default: auto)

tiptop uses Textual for layouting and psutil for fetching system data.

Other top alternatives in alphabetical order:

See here for a comparison by GitHub stars.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].