mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
35 lines
799 B
Markdown
35 lines
799 B
Markdown
# 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
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
python tracker.py
|
|
```
|
|
|
|
## Requirements
|
|
|
|
- Python 3.8+
|
|
- psutil
|
|
- GPUtil (for GPU monitoring)
|
|
|
|
## License
|
|
|
|
MIT License
|