added listing all running containers
All checks were successful
Rust Cross-Platform Build / Detect Rust Project (push) Successful in 5s
Rust Cross-Platform Build / Set Tag Name (push) Successful in 5s
Rust Cross-Platform Build / Run Tests (push) Successful in 1m13s
Rust Cross-Platform Build / Build (x86_64-unknown-linux-gnu) (push) Successful in 3m20s
Rust Cross-Platform Build / Build (x86_64-pc-windows-gnu) (push) Successful in 4m7s
Rust Cross-Platform Build / Build and Push Docker Image (push) Successful in 2m22s
Rust Cross-Platform Build / Workflow Summary (push) Successful in 1s
Rust Cross-Platform Build / Create Tag (push) Successful in 5s

This commit is contained in:
2025-09-29 14:54:03 +02:00
parent d2efc64487
commit d7a58e00da
6 changed files with 67 additions and 30 deletions

View File

@@ -106,7 +106,7 @@ pub struct DockerContainer {
pub image: String,
pub Name: String,
pub Status: String, // "running";"stopped";others
pub net_in: f64,
pub net_out: f64,
pub cpu_load: f64,
pub _net_in: f64,
pub _net_out: f64,
pub _cpu_load: f64,
}