Brent Bolin wrote:
Hello,
Does anybody know of a way to capture statistics on multiple
interfaces running pf
Aha!
Up to recently, that was impossible to grab stats on more than
one interface with PF. You can now do it now using -CURRENT by
doing "pfctl -i fxp0 -vvsI" for example.
Now the issue is that tools like pfstat, hatchet need to be
upgraded to use the new IOCTLs, i.e. use DIOCIGETIFACES instead
of DIOCGETSTATUS.
Cedric
Recently ran into a product called Hatchet that has a nice html
interface to view pf statistics of log files block, pass etc...
It can also display graphs produced by pfstat. However it looks like
pfstat does not have an option for specific interfaces.
tcpstat ? or gnuplot ?
Has anybody done this ?