https://github.com/bozzmob/monitor
Monitor CPU and Memory of your System/Server
https://github.com/bozzmob/monitor
cpu cpu-monitoring memory memory-monitoring python python-script python3
Last synced: 3 months ago
JSON representation
Monitor CPU and Memory of your System/Server
- Host: GitHub
- URL: https://github.com/bozzmob/monitor
- Owner: bozzmob
- Created: 2020-06-15T23:57:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T00:07:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T06:32:24.290Z (4 months ago)
- Topics: cpu, cpu-monitoring, memory, memory-monitoring, python, python-script, python3
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monitor
Monitor CPU and Memory of your System or Server
To check the stats once
```
python monitor.py
```To actively monitor the live changes in CPU and Memory
```
bash monitor.sh
```