An open API service indexing awesome lists of open source software.

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

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()
```