mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
31 lines
480 B
Markdown
31 lines
480 B
Markdown
# Tracker
|
|
|
|
A comprehensive system monitoring tool for tracking various machine health metrics and performance indicators.
|
|
|
|
## Features
|
|
|
|
- CPU usage monitoring
|
|
- Memory utilization tracking
|
|
- Disk I/O statistics
|
|
- Network traffic analysis
|
|
- Process monitoring
|
|
- Temperature sensors
|
|
- System uptime tracking
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
python tracker.py
|
|
```
|
|
|
|
## Requirements
|
|
|
|
- Python 3.8+
|
|
- psutil
|
|
- GPUtil (for GPU monitoring)
|