mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-05 07:19:31 -05:00
0.1.8 add process start time
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user