summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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