Struct sinfo::SystemInfo
source · pub struct SystemInfo {
pub cpu_temp: f32,
pub gpu_temp: Option<f32>,
pub cpu_time: Vec<usize>,
pub mem_free: Memory,
pub uptime: f64,
}Expand description
Stores CPU and GPU temperature, CPU time since boot, free RAM and swap, and uptime.
Fields§
§cpu_temp: f32§gpu_temp: Option<f32>§cpu_time: Vec<usize>§mem_free: Memory§uptime: f64