Commit graph

7 commits

Author SHA1 Message Date
5529c0d573 Release v1.0.0: Complete system monitoring solution
Major improvements and features:
- Integrate all monitoring modules (config, alert, logger, temperature)
- Add comprehensive error handling throughout codebase
- Fix data exporter directory creation issue
- Improve process monitor CPU accuracy with proper intervals
- Fix logger file handle management

New features:
- Alert system with configurable thresholds
- Automatic logging to daily log files
- Data export to JSON/CSV formats
- Configuration management via config.json
- Temperature monitoring support

CI/CD:
- Add GitHub Actions workflows for automated testing
- Add release workflow for automatic package building
- Multi-platform testing (Linux, macOS, Windows)
- Python 3.8-3.12 compatibility testing

Package distribution:
- Add setup.py and pyproject.toml for PyPI distribution
- Add MANIFEST.in for proper file inclusion
- Add comprehensive CHANGELOG.md
- Update README with full documentation

Bug fixes:
- Fix ResourceWarning in logger
- Add ZombieProcess exception handling
- Improve error handling in all metric collection methods
2025-11-25 16:12:46 +08:00
dbfb8e04b0 Add CLI arguments for continuous monitoring 2024-12-19 11:30:00 +08:00
bf56c84e66 Fix CPU usage calculation parameter 2024-12-13 10:00:00 +08:00
a81383cf37 Merge process monitoring feature 2024-11-12 09:45:00 +08:00
25bac713e7 Add process monitoring module 2024-11-05 10:15:00 +08:00
5fae374e95 Add network monitoring functionality 2024-11-03 14:30:00 +08:00
b25998e57b Initial commit: project structure and basic tracker 2024-11-01 09:00:00 +08:00