Searched defs:psi_stats (Results 1 – 1 of 1) sorted by relevance
/linux/tools/accounting/ |
H A D | delaytop.c | 84 struct psi_stats { struct 85 double cpu_some_avg10, cpu_some_avg60, cpu_some_avg300; 86 unsigned long long cpu_some_total; 87 double cpu_full_avg10, cpu_full_avg60, cpu_full_avg300; 88 unsigned long long cpu_full_total; 89 double memory_some_avg10, memory_some_avg60, memory_some_avg300; 90 unsigned long long memory_some_total; 91 double memory_full_avg10, memory_full_avg60, memory_full_avg300; 92 unsigned long long memory_full_total; 93 double io_some_avg10, io_some_avg60, io_some_avg300; [all …]
|