Home
last modified time | relevance | path

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

/plugin/calendar/
Dget_system_stats.php58 $vm_stat = shell_exec('vm_stat'); variable
59 if ($vm_stat) {
60 preg_match('/Pages free:\s+(\d+)\./', $vm_stat, $free);
61 preg_match('/Pages active:\s+(\d+)\./', $vm_stat, $active);
62 preg_match('/Pages inactive:\s+(\d+)\./', $vm_stat, $inactive);
63 preg_match('/Pages wired down:\s+(\d+)\./', $vm_stat, $wired);