diff --git a/usr/local/www/status.php b/usr/local/www/status.php index a994b1c594..43e261343c 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -152,6 +152,9 @@ defCmdT("config.xml","dumpconfigxml"); defCmdT("DMESG","/sbin/dmesg -a"); +defCmdT("netstat -mb","netstat -mb"); +defCmdT("vmstat -z","vmstat -z"); + exec("/bin/date", $dateOutput, $dateStatus); $currentDate = $dateOutput[0];