mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
- Create SystemMonitor as main monitoring orchestrator - Implement CPU usage tracking with accurate sampling - Implement memory info collection (total, used, available, percent) - Implement disk usage across all mounted disks - Implement network statistics (bytes sent/received, packets) - Add display_stats() for formatted output - Define data structures: MemoryInfo, DiskInfo, NetworkStats - Integrate with logger for metric recording - Use sysinfo's System, Disks, and Networks APIs |
||
|---|---|---|
| .. | ||
| config.rs | ||
| logger.rs | ||
| main.rs | ||
| monitor.rs | ||
| process.rs | ||