Have anyone used any traffic accounting system under OpenBSD 3.1 Mainly I need to control the amount of traffic passed through the interface. Beside that, I need to devide that traffic by client`s IP and by foreign traffic. It would be great if it would not use any SQL DB, but I'll take a look on any programm you point.
What's wrong about:
netstat -ni; sleep 600; netstat -ni
and a little scripting for extracting particular information?