Home
last modified time | relevance | path

Searched refs:vm_stat (Results 1 – 1 of 1) sorted by relevance

/plugin/calendar/
H A Dget_system_stats.php74 $vm_stat = shell_exec('vm_stat'); variable
75 if ($vm_stat) {
76 preg_match('/Pages free:\s+(\d+)\./', $vm_stat, $free);
77 preg_match('/Pages active:\s+(\d+)\./', $vm_stat, $active);
78 preg_match('/Pages inactive:\s+(\d+)\./', $vm_stat, $inactive);
79 preg_match('/Pages wired down:\s+(\d+)\./', $vm_stat, $wired);