public static CpuUsage profile() { return(CpuUsage.parse("sar 1 4".Bash().Split("\n").ToList())); }
public static CpuUsage parse(string str) { return(CpuUsage.parse(str.Split('\n').ToList())); }