Hello,
I want to use pfstat to monitor our uplink to our ISP.
I have configured pf and it's running.
When I try to start pfstat witch
I have configured in my /etc/pf.conf the loginterface
In my /usr/local/etc/pfstat.conf I'm querying for this interface with this
I would appreciate your help.
I want to use pfstat to monitor our uplink to our ISP.
I have configured pf and it's running.
When I try to start pfstat witch
pfstat -q -d /var/db/pfstat.db
I get this error statement
Code:
ioctl: DIOCGETQSTATS: Device not configured
pf_query: query_queues() failed
Code:
set loginterface igb0
In my /usr/local/etc/pfstat.conf I'm querying for this interface with this
Code:
collect 1 = interface "igb0" pass bytes in ipv4 diff
collect 2 = interface "igb0" pass bytes out ipv4 diff
collect 3 = global states entries
I would appreciate your help.