pub type MemoryOutput = MemoryUsage;
pub struct MemoryOutput { pub used: u64, pub total: u64, }
used: u64
total: u64