summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 03:58:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 03:58:28 +0000
commit99d907f132f5b78acd628f7b9e283f0ed148495f (patch)
tree834f8350c6bc37ac2f63302e09ee3dd14d8d2d9d /usr/local/www/status.php
parent18b272e6baec18ffb4fbd77b98aa6839b1e29b66 (diff)
downloadpfsense-99d907f132f5b78acd628f7b9e283f0ed148495f.zip
pfsense-99d907f132f5b78acd628f7b9e283f0ed148495f.tar.gz
Add vmstat -afimsz
Add mount
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index c0ca180..ee0f5dc 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -137,11 +137,13 @@ defCmdT("last 50 filter log entries","/usr/sbin/clog /var/log/filter.log 2>&1 |
defCmd("ls /conf");
defCmd("ls /var/run");
+defCmd("/sbin/mount");
+
defCmdT("cat {$g['tmp_path']}/rules.debug","cat {$g['tmp_path']}/rules.debug");
-defCmdT("config.xml","dumpconfigxml");
+defCmdT("VMStat", "vmstat -afimsz");
-defCmdT("Interrupts", "vmstat -i");
+defCmdT("config.xml","dumpconfigxml");
exec("/bin/date", $dateOutput, $dateStatus);
$currentDate = $dateOutput[0];
OpenPOWER on IntegriCloud