summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-07-21 08:44:12 -0400
committerjim-p <jimp@pfsense.org>2015-07-21 08:44:12 -0400
commit685c323cb1fb85bd61b35f7331cd73652c18b31b (patch)
treed09a375e6ae4b0ae7cb60f10c24ace933d22992d
parent58fb43263a20cf5d3f46f7ccc5cbaaa654786287 (diff)
downloadpfsense-685c323cb1fb85bd61b35f7331cd73652c18b31b.zip
pfsense-685c323cb1fb85bd61b35f7331cd73652c18b31b.tar.gz
Add "netstat -ni" to status.php
-rwxr-xr-xusr/local/www/status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 68954a1..b7c21b4 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -153,6 +153,7 @@ global $g, $config;
/* System stats/info */
defCmdT("System uptime","/usr/bin/uptime");
defCmdT("Interfaces","/sbin/ifconfig -a");
+defCmdT("Interface Statistics","/usr/bin/netstat -ni");
defCmdT("Top Process Info", "/usr/bin/top | /usr/bin/head -n5");
defCmdT("Processes","/bin/ps xauww");
defCmdT("Mounted Filesystems", "/sbin/mount");
OpenPOWER on IntegriCloud