mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-25 02:57:02 +00:00
Update README with detailed feature descriptions
This commit is contained in:
parent
61a07d23fb
commit
6d21ad6594
1 changed files with 11 additions and 7 deletions
18
README.md
18
README.md
|
|
@ -4,13 +4,13 @@ A comprehensive system monitoring tool for tracking various machine health metri
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- CPU usage monitoring
|
- **CPU Monitoring**: Real-time CPU usage percentage tracking
|
||||||
- Memory utilization tracking
|
- **Memory Utilization**: Track memory usage with detailed statistics
|
||||||
- Disk I/O statistics
|
- **Disk I/O Statistics**: Monitor disk usage and I/O operations
|
||||||
- Network traffic analysis
|
- **Network Traffic Analysis**: Track network bytes sent/received
|
||||||
- Process monitoring
|
- **Process Monitoring**: View top processes by CPU usage
|
||||||
- Temperature sensors
|
- **Temperature Sensors**: Monitor system temperatures (if available)
|
||||||
- System uptime tracking
|
- **System Uptime Tracking**: Track how long the system has been running
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
@ -29,3 +29,7 @@ python tracker.py
|
||||||
- Python 3.8+
|
- Python 3.8+
|
||||||
- psutil
|
- psutil
|
||||||
- GPUtil (for GPU monitoring)
|
- GPUtil (for GPU monitoring)
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT License
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue