Tag Archives: sqlite

[转贴] Dump ipcad output into sqlite3

转贴自:http://www.linuxscrew.com/2007/09/21/dump-ipcad-output-into-sqlite3/ ipcad is IP accounting daemon with Cisco-like ip accounting export. It runs in background, listens traffic on the specified interfaces, and records the traffic for later retrieval and analysis. Here is a piece of shell code that allows to export ipcad output into sqlite3 database format: echo “create table traffic (src, dst, pkt, bt);” [...]

Follow

Get every new post delivered to your Inbox.