https://github.com/voidful/shows
lib for system monitoring with CPU/GPU/DISK/MEM/NET
https://github.com/voidful/shows
Last synced: 4 months ago
JSON representation
lib for system monitoring with CPU/GPU/DISK/MEM/NET
- Host: GitHub
- URL: https://github.com/voidful/shows
- Owner: voidful
- License: apache-2.0
- Created: 2021-05-06T05:01:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T05:18:09.000Z (about 5 years ago)
- Last Synced: 2025-02-01T08:33:18.759Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shows
lib for system monitoring with CPU/GPU/DISK/MEM/NET
## install
`pip install shows`
## usage
### bash
after installation, type the following in your terminal:
```bash
shows
```
### python
```python
import shows
machine = shows.machine()
machine.get_state()
```