0.1.8 add process start time

This commit is contained in:
mbecker20
2023-01-12 05:07:13 +00:00
parent 809be61e9c
commit 3f478fefdf
10 changed files with 42 additions and 39 deletions

View File

@@ -242,6 +242,8 @@ pub struct SystemProcess {
#[serde(default, skip_serializing_if = "String::is_empty")]
pub exe: String,
pub cmd: Vec<String>,
#[serde(default)]
pub start_time: f64,
pub cpu_perc: f32,
pub mem_mb: f64,
pub disk_read_kb: f64,