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