mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
A comprehensive system monitoring tool for tracking machine health metrics and performance indicators
| .gitignore | ||
| alert_system.py | ||
| config.json | ||
| config_manager.py | ||
| logger.py | ||
| process_monitor.py | ||
| README.md | ||
| requirements.txt | ||
| temperature_monitor.py | ||
| tracker.py | ||
Tracker
A comprehensive system monitoring tool for tracking various machine health metrics and performance indicators.
Features
- CPU Monitoring: Real-time CPU usage percentage tracking
- Memory Utilization: Track memory usage with detailed statistics
- Disk I/O Statistics: Monitor disk usage and I/O operations
- Network Traffic Analysis: Track network bytes sent/received
- Process Monitoring: View top processes by CPU usage
- Temperature Sensors: Monitor system temperatures (if available)
- System Uptime Tracking: Track how long the system has been running
Installation
pip install -r requirements.txt
Usage
python tracker.py
Requirements
- Python 3.8+
- psutil
- GPUtil (for GPU monitoring)
License
MIT License