summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-07-29 11:40:10 -0400
committerjim-p <jimp@pfsense.org>2015-07-29 11:40:25 -0400
commit66f278b4c9c140b6bbaa4ee1a596a483b0e603a6 (patch)
treef9bcbc7c21fa3c90f7a768548a113fd8d425b496 /usr/local
parent5898371a37096f0facbbfe1a86e7f4c210c497cb (diff)
downloadpfsense-66f278b4c9c140b6bbaa4ee1a596a483b0e603a6.zip
pfsense-66f278b4c9c140b6bbaa4ee1a596a483b0e603a6.tar.gz
Add "sockstat" output to status.php
Diffstat (limited to 'usr/local')
-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 b7c21b4..83872f2 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -161,6 +161,7 @@ defCmdT("Free Disk Space","/bin/df -hi");
defCmdT("Routing tables","/usr/bin/netstat -nWr");
defCmdT("Mbuf Usage","/usr/bin/netstat -mb");
defCmdT("VMStat", "/usr/bin/vmstat -afimsz");
+defCmdT("Sockets", "/usr/bin/sockstat");
/* Firewall rules and info */
defCmdT("Generated Ruleset","/bin/cat {$g['tmp_path']}/rules.debug");
OpenPOWER on IntegriCloud