.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/workflow.yml
contrib/systemd/bussdcc-system-health.service
src/bussdcc_system_health/__init__.py
src/bussdcc_system_health/cli.py
src/bussdcc_system_health/version.py
src/bussdcc_system_health.egg-info/PKG-INFO
src/bussdcc_system_health.egg-info/SOURCES.txt
src/bussdcc_system_health.egg-info/dependency_links.txt
src/bussdcc_system_health.egg-info/entry_points.txt
src/bussdcc_system_health.egg-info/requires.txt
src/bussdcc_system_health.egg-info/top_level.txt
src/bussdcc_system_health/interface/__init__.py
src/bussdcc_system_health/interface/web/__init__.py
src/bussdcc_system_health/interface/web/interface.py
src/bussdcc_system_health/interface/web/templates/base.html
src/bussdcc_system_health/interface/web/templates/home.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_cpu_chart.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_cpu_temperature_card.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_cpu_usage_bar.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_disk_usage_bar.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_disk_usage_card.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_memory_usage_bar.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_memory_usage_card.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_network_chart.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_network_usage_card.html
src/bussdcc_system_health/interface/web/templates/components/system_stats/_system_load_card.html
src/bussdcc_system_health/message/__init__.py
src/bussdcc_system_health/message/stats.py
src/bussdcc_system_health/process/__init__.py
src/bussdcc_system_health/process/system_stats.py
src/bussdcc_system_health/service/__init__.py
src/bussdcc_system_health/service/system_stats.py