create cpu breakdown

This commit is contained in:
csehviktor
2025-07-03 06:12:03 +02:00
parent 52ef3dcb6b
commit 18f56ad5cc
3 changed files with 108 additions and 9 deletions

View File

@@ -5,6 +5,9 @@ use std::time::Duration;
use std::thread;
pub mod collector;
pub mod config;
pub mod mqtt;
pub mod cpu;
#[tokio::main]
async fn main() -> anyhow::Result<()> {