Searched refs:vm_stat (Results 1 – 1 of 1) sorted by relevance
74 $vm_stat = shell_exec('vm_stat'); variable75 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);