[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq:1869] Re: pfqstat byte reading



Mark Bojara wrote:
> I require a tool that can give me a reading of how many bytes have been
> transfered through that queue since pf was enabled. I need this to do my
> graph generation. Can pfqstat do this or is there another tool for this?
> 
> I am running OpenBSD 3.3-current with HFSC queueing..

"pfctl -vsq" is a standard way for that.
you will need to write a simple script to extract the field you need.

-Kenjiro