From 9cd0b618aeab773d80f6ed1756ffefd28dd189b1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 27 Mar 2007 20:34:35 +0000 Subject: [PATCH] Add useful commands for checking system status --- usr/local/www/status.php | 3 +++ 1 file changed, 3 insertions(+) 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];