Disk use
'N.A', 'used' => 'N.A', 'free' => 'N.A', 'percent_used' => 0, 'mount' => 'N.A', 'filesystem' => 'N.A', ); } else { $mounted_points = array(); $key = 0; foreach ($df as $mounted) { list($filesystem, $type, $total, $used, $free, $percent, $mount) = explode(',', $mounted); if (strpos($type, 'tmpfs') !== false ) continue; ?>
Filesystem Mount Use Free Used Total
%