Searched refs:VMSTAT_KEYS (Results 1 – 1 of 1) sorted by relevance
34 private static final String[] VMSTAT_KEYS = new String[] { field in ProcfsMemoryUtil113 long[] vmstat = new long[VMSTAT_KEYS.length]; in readVmStat()115 Process.readProcLines("/proc/vmstat", VMSTAT_KEYS, vmstat); in readVmStat()