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?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Try pfctl -s queue -v or pfctl -s queue -v -v for continuous output.

link|improve this answer
already found it)) thanks – Sergey Jun 9 '11 at 11:43
Interesting thing is that man-page doesn't contain this view. All others but not this one! – Sergey Jun 9 '11 at 11:44
ok. :) please click the question answered. – jkj Jun 9 '11 at 11:45
Strange indeed. NetBSD manual says "-s queue Show the currently loaded queue rules. ..." – jkj Jun 9 '11 at 11:46
can be answered only after 10mins. – Sergey Jun 9 '11 at 11:48
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.