.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.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/factory.py
src/bussdcc_system_health/interface/web/interface.py
src/bussdcc_system_health/interface/web/templates/_cpu_temperature_card.html
src/bussdcc_system_health/interface/web/templates/_cpu_usage_bar.html
src/bussdcc_system_health/interface/web/templates/_disk_usage_bar.html
src/bussdcc_system_health/interface/web/templates/_disk_usage_card.html
src/bussdcc_system_health/interface/web/templates/_memory_usage_bar.html
src/bussdcc_system_health/interface/web/templates/_memory_usage_card.html
src/bussdcc_system_health/interface/web/templates/_network_chart.html
src/bussdcc_system_health/interface/web/templates/_network_usage_card.html
src/bussdcc_system_health/interface/web/templates/_system_load_card.html
src/bussdcc_system_health/interface/web/templates/base.html
src/bussdcc_system_health/interface/web/templates/home.html
src/bussdcc_system_health/process/__init__.py
src/bussdcc_system_health/process/system_identity.py
src/bussdcc_system_health/process/system_stats.py
src/bussdcc_system_health/runtime/__init__.py
src/bussdcc_system_health/service/__init__.py
src/bussdcc_system_health/service/system_identity.py
src/bussdcc_system_health/service/system_stats.py