diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-22 03:27:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-22 03:27:49 +0000 |
commit | 78a80023ff302c88ed369bb0c309bec5496d5424 (patch) | |
tree | 03b1a6b508afa6124b235bc71a4288304fffa426 /usr/local | |
parent | 12bcdc89e94842ee2411661509f7627ff39f2367 (diff) | |
download | pfsense-78a80023ff302c88ed369bb0c309bec5496d5424.zip pfsense-78a80023ff302c88ed369bb0c309bec5496d5424.tar.gz |
Add queues counter status.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/status.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 04adb74..0f4b83b 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -93,7 +93,8 @@ defCmdT("pfctl -sr", "/sbin/pfctl -sr"); defCmdT("pfctl -ss", "/sbin/pfctl -ss"); defCmdT("pfctl -si", "/sbin/pfctl -si"); defCmdT("pfctl -sa"," /sbin/pfctl -sa"); -defCmdT("pfctl -s rules -v"," /sbin/pfctl -s rules -v"); +defCmdT("pfctl -s rules -v","/sbin/pfctl -s rules -v"); +defCmdT("pfctl -s queue -v","/sbin/pfctl -s queue -v"); defCmdT("resolv.conf","cat /etc/resolv.conf"); |