Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nschloe/tiptop
:desktop_computer: Command-line system monitoring
https://github.com/nschloe/tiptop
Last synced: 11 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:56:19.000Z (5 months ago)
- Last Synced: 2024-05-22T18:03:23.305Z (5 months ago)
- Language: Python
- Homepage:
- Size: 2.05 MB
- Stars: 1,669
- Watchers: 14
- Forks: 68
- 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)
- 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.
[![PyPi Version](https://img.shields.io/pypi/v/tiptop.svg?style=flat-square)](https://pypi.org/project/tiptop/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/tiptop.svg?style=flat-square)](https://pypi.org/project/tiptop/)
[![GitHub stars](https://img.shields.io/github/stars/nschloe/tiptop.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/nschloe/tiptop)
[![Downloads](https://pepy.tech/badge/tiptop/month?style=flat-square)](https://pepy.tech/project/tiptop)[![Discord](https://img.shields.io/static/v1?logo=discord&logoColor=white&label=chat&message=on%20discord&color=7289da&style=flat-square)](https://discord.gg/Z6DMsJh4Hr)
[![Donate](https://img.shields.io/badge/-Donate-yellow?logo=paypal&style=flat-square)](https://paypal.me/nschloe)
[![Sponsor](https://img.shields.io/badge/-Sponsor-red?logo=github&style=flat-square)](https://github.com/sponsors/nschloe)
[![Coffee](https://img.shields.io/badge/-Buy%20me%20a%20Coffee-grey?logo=Ko-fi&style=flat-square)](https://ko-fi.com/nschloe)[![gh-actions](https://img.shields.io/github/workflow/status/nschloe/tiptop/ci?style=flat-square)](https://github.com/nschloe/tiptop/actions?query=workflow%3Aci)
[![LGTM](https://img.shields.io/lgtm/grade/python/github/nschloe/tiptop.svg?style=flat-square)](https://lgtm.com/projects/g/nschloe/tiptop)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](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.