On Fri, Aug 10, 2007 at 09:50:57AM +0200, Javier Solorzano wrote: > I collect with /usr/local/bin/pfstat -q -r myip:port -d /var/db/adam.db > and produce graphics with /usr/local/bin/pfstat -c /etc/ > pfstat.adam.conf -d /var/db/adam.db -p
You need to specify the alternate configuration file with both -q and -p, not just with -p. The reason is that the query will only read and store those values that you have defined in the configuration (and not everything available), to save space. Daniel
