summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-07-21 08:48:24 -0400
committerjim-p <jimp@pfsense.org>2015-07-21 08:48:24 -0400
commit775b46fa4ba93e1f076b0593e1045560b48ab925 (patch)
tree96ba7840acc995cd4d1f137d9fa9fa6e20c8d5d0 /usr/local/www
parentabad402c6ba1f315feab5972d2d1d87db1ad1bc9 (diff)
downloadpfsense-775b46fa4ba93e1f076b0593e1045560b48ab925.zip
pfsense-775b46fa4ba93e1f076b0593e1045560b48ab925.tar.gz
Add "netstat -ni" to status.php
Diffstat (limited to 'usr/local/www')
-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 5b3cb5d..0966c2c 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