Awesome
<p align="center"> <a href="https://github.com/nschloe/tiptop"><img alt="tiptop" src="https://raw.githubusercontent.com/nschloe/tiptop/gh-pages/tiptop.svg" width="60%"/></a> <p align="center">Command-line system monitoring.</p> </p> <!--[![PyPi downloads](https://img.shields.io/pypi/dm/tiptop.svg?style=flat-square)](https://pypistats.org/packages/tiptop)-->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
<!--pytest-codeblocks: skip-->pip install tiptop
tiptop
<p align="center">
<img alt="screenshot" src="https://raw.githubusercontent.com/nschloe/tiptop/gh-pages/screenshot.png" width="100%"/>
</p>
For all options, see
<!--pytest-codeblocks:skipif(sys.version_info < (3, 10))-->tiptop -h
<!--pytest-codeblocks: expected-output-->
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.