summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-10 18:34:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-10 18:34:34 +0000
commit89a9d56ba2f8408e1f4cee3553395b1e1c5ac8d6 (patch)
treed84627ddbfb6f0242a0d0a8870a1ae4012ffa8ab /usr/local/www/status.php
parente9e89a7152852393d3530df2f15be8af57170635 (diff)
downloadpfsense-89a9d56ba2f8408e1f4cee3553395b1e1c5ac8d6.zip
pfsense-89a9d56ba2f8408e1f4cee3553395b1e1c5ac8d6.tar.gz
Add vmstat -i which shows interrupt usage
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 359f3a4..9559bb0 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -135,6 +135,8 @@ defCmdT("cat {$g['tmp_path']}/rules.debug","cat {$g['tmp_path']}/rules.debug");
defCmdT("config.xml","dumpconfigxml");
+defCmdT("Interrupts", "vmstat -i");
+
exec("/bin/date", $dateOutput, $dateStatus);
$currentDate = $dateOutput[0];
OpenPOWER on IntegriCloud