From 9cd0b618aeab773d80f6ed1756ffefd28dd189b1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 27 Mar 2007 20:34:35 +0000 Subject: Add useful commands for checking system status --- usr/local/www/status.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local') diff --git a/usr/local/www/status.php b/usr/local/www/status.php index a994b1c..43e2613 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]; -- cgit v1.1