vmstat.c | 35 uint64_t memfree, buffers, cached, swapfree, swaptotal; member in struct:vmstat_proc 48 "MemFree: ", "Buffers: ", "Cached: ", "SwapFree: ", "SwapTotal: ", 116 top[idx].swaptotal -= top[idx].swapfree; 133 // Output values in order[]: running, blocked, swaptotal, memfree, buffers,
|