https://github.com/nschloe/tiptop
:desktop_computer: Command-line system monitoring
https://github.com/nschloe/tiptop
Last synced: 4 days ago
JSON representation
:desktop_computer: Command-line system monitoring
- Host: GitHub
- URL: https://github.com/nschloe/tiptop
- Owner: nschloe
- License: mit
- Created: 2021-09-24T14:46:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T22:23:37.000Z (6 months ago)
- Last Synced: 2024-10-29T15:10:28.855Z (6 months ago)
- Language: Python
- Homepage:
- Size: 2.04 MB
- Stars: 1,761
- Watchers: 14
- Forks: 69
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cli-apps - tiptop - System monitor. (Utilities / System Interaction Utilities)
- awesome-cli-apps - tiptop - System monitor. (Utilities / System Interaction Utilities)
- fucking-awesome-cli-apps - tiptop - System monitor. (Utilities / System Interaction Utilities)
- project-awesome - nschloe/tiptop - :desktop_computer: Command-line system monitoring (Python)
- jimsghstars - nschloe/tiptop - :desktop_computer: Command-line system monitoring (Python)
README
Command-line system monitoring.
[](https://pypi.org/project/tiptop/)
[](https://pypi.org/project/tiptop/)
[](https://github.com/nschloe/tiptop)
[](https://pepy.tech/project/tiptop)[](https://discord.gg/Z6DMsJh4Hr)
[](https://paypal.me/nschloe)
[](https://github.com/sponsors/nschloe)
[](https://ko-fi.com/nschloe)[](https://github.com/nschloe/tiptop/actions?query=workflow%3Aci)
[](https://lgtm.com/projects/g/nschloe/tiptop)
[](https://github.com/psf/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
```sh
pip install tiptop
tiptop
```
![]()
For all options, see
```sh
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](https://github.com/willmcgugan/textual/) for layouting and [psutil](https://github.com/giampaolo/psutil) for fetching system data.
Other top alternatives in alphabetical order:
- [bashtop](https://github.com/aristocratos/bashtop), [bpytop](https://github.com/aristocratos/bpytop), [btop](https://github.com/aristocratos/btop) (which inspired tiptop)
- [bottom](https://github.com/ClementTsang/bottom)
- [Glances](https://github.com/nicolargo/glances)
- [gtop](https://github.com/aksakalli/gtop)
- [htop](https://github.com/htop-dev/htop)See [here](https://github.com/nschloe/stargraph#command-line-system-monitoring)
for a comparison by GitHub stars.