Searched refs:meminfo (Results 1 – 1 of 1) sorted by relevance
| /plugin/calendar/ |
| H A D | get_system_stats.php | 60 $meminfo = file_get_contents('/proc/meminfo'); variable 61 if ($meminfo) { 62 preg_match('/MemTotal:\s+(\d+)/', $meminfo, $total); 63 preg_match('/MemAvailable:\s+(\d+)/', $meminfo, $available); 140 $meminfo = file_get_contents('/proc/meminfo'); variable 141 if ($meminfo) { 142 preg_match('/MemTotal:\s+(\d+)/', $meminfo, $total); 143 preg_match('/MemAvailable:\s+(\d+)/', $meminfo, $available); 144 preg_match('/MemFree:\s+(\d+)/', $meminfo, $free); 145 preg_match('/Buffers:\s+(\d+)/', $meminfo, $buffers); [all …]
|