summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-06 04:44:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-06 04:44:01 +0000
commit37502a4a686373cb5be3f1af7a382e31d846e102 (patch)
treeb09a4c030828a72e2ed765e62439c6ce48341765 /usr/local/www/status.php
parent8b7fb7ec8a42255c3d3fa50a11bd40842d690076 (diff)
downloadpfsense-37502a4a686373cb5be3f1af7a382e31d846e102.zip
pfsense-37502a4a686373cb5be3f1af7a382e31d846e102.tar.gz
We need to know memory count and memory free for bug submissions. Include top | head -n5 and sysctl hw.physmem
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php4
1 files changed, 4 insertions, 0 deletions
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");
OpenPOWER on IntegriCloud