Thanks for the feedback! An update is on http://www.benzedrine.cx/pfstat-2.1.tar.gz MD5 (pfstat-2.1.tar.gz) = 82bcef47cca25b3ff28a4628ccaee26b
* properly count line numbers when parsing configuration file, so syntax error messages refer to the appropriate line * support # comments in the configuration file * don't blindly multiply all values by 8, but use a configuration option 'bps' to indicate a value should be converted from bytes/s to bits/s. * support 'avg|min|max' option for graphs. when one pixel of the graph represents multiple measurements, draw the average (default, properly weighted based on time, too ;), minimum or maximum of those measurements. * support host name as -r argument, thanks to Matthias Kilian (yes, it's not finished yet ;) There's no database locking yet, so make sure you don't run multiple instances of pfstat concurrently (like, querying every minute, and also plotting every */x minutes from crontab, or such). Daniel
