summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_qstats.c
AgeCommit message (Expand)Author
2003-03-08inlcude queue interals in -gsr and -gsq output; will make debugging easier.Henning Brauer
2003-03-02when printing queues at load time that have bandwidth specified in percent,Henning Brauer
2003-01-27bit KNFHenning Brauer
2003-01-24pfctl -vvsq shows bandwidth and packets/s for PRIQ now tooHenning Brauer
2003-01-24let pfctl -vvsq loop and display measured bandwidth and packets/s per queue.Henning Brauer
2003-01-24tune internal APIs a bitHenning Brauer
2003-01-24bring in 3 yet unused helper functions before I lose 'em againHenning Brauer
2003-01-10no return after err(3), errx -> err after calloc failureHenning Brauer
2003-01-10print queue length for PRIQ, works nowHenning Brauer
2003-01-10fix thinkoHenning Brauer
2003-01-09use a verbose flag in pfctl_show_altq instead of carrying around opts fromHenning Brauer
2003-01-09zap unneeded #include <errno.h> as seen by both of us while discussingHenning Brauer
2003-01-09support PRIQ in queue statisticsHenning Brauer
2003-01-09first attack at pfctl queue statistics, to be displayed with pfctl -vsqHenning Brauer