From 37502a4a686373cb5be3f1af7a382e31d846e102 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 6 Oct 2006 04:44:01 +0000 Subject: We need to know memory count and memory free for bug submissions. Include top | head -n5 and sysctl hw.physmem --- usr/local/www/status.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr/local/www/status.php') diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 8245a3f..a994b1c 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -97,6 +97,10 @@ defCmdT("Interfaces","/sbin/ifconfig -a"); defCmdT("Routing tables","netstat -nr"); +defCmdT("top | head -n5", "/usr/bin/top | /usr/bin/head -n5"); + +defCmdT("sysctl hw.physmem","/sbin/sysctl hw.physmem"); + defCmdT("ipfw show", "/sbin/ipfw show"); defCmdT("pfctl -sn", "/sbin/pfctl -sn"); defCmdT("pfctl -sr", "/sbin/pfctl -sr"); -- cgit v1.1