I use FreeBSD and working with pf+ALTQ now.
Something doesn't work and I need a tool to view what requests are marked and moved to a queue "queue_name"
Need something like pftop but showing queues. Can anyone help?
Asked
Active
Viewed 2,371 times
1 Answers
6
Try pfctl -s queue -v
or pfctl -s queue -v -v
for continuous output.
jkj
- 592
- 4
- 12
-
Interesting thing is that man-page doesn't contain this view. All others but not this one! – Sergey Jun 09 '11 at 11:44
-
ok. :) please click the question answered. – jkj Jun 09 '11 at 11:45
-
Strange indeed. NetBSD manual says "-s queue Show the currently loaded queue rules. ..." – jkj Jun 09 '11 at 11:46
-
can be answered only after 10mins. – Sergey Jun 09 '11 at 11:48
-
Also `pftop -s1 -v queue` can be used to watch traffic speed and byte counters – Sergey Jun 11 '11 at 18:30