🖥️ Command-line system monitoring
  • Python 99%
  • Just 1%
Find a file
2022-09-03 12:08:19 +02:00
.github pre-commit without python 2022-09-03 11:54:27 +02:00
src/tiptop version fix 2022-09-03 12:04:29 +02:00
tests support upside-down braille stream 2021-09-24 21:32:44 +02:00
.codecov.yml add package structure 2021-09-24 16:49:24 +02:00
.flake8 silence flake8 2021-11-13 16:47:11 +01:00
.gitignore stream tests 2021-09-24 19:38:08 +02:00
.pre-commit-config.yaml pre-commit update 2022-09-03 11:21:30 +02:00
CODE_OF_CONDUCT.md prettier 2022-06-06 10:44:36 +02:00
CONTRIBUTING.md prettier 2022-06-06 10:44:36 +02:00
justfile flip -> setuptools 2022-09-03 11:59:21 +02:00
LICENSE setuptools -> flit 2022-01-15 12:55:07 +01:00
pyproject.toml version fix 2022-09-03 12:04:29 +02:00
README.md update readme 2022-02-21 13:20:12 +01:00
tox.ini print tiptop -h in readme 2021-12-09 02:00:45 +01:00

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.