Update README with detailed feature descriptions

This commit is contained in:
m1ngsama 2024-11-18 10:30:00 +08:00
parent 61a07d23fb
commit 6d21ad6594

View file

@ -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