glougloud - glouglou daemon, for network traffic visualisation in real time === Requirements === Known to work on OpenBSD 5.1. For the moment glougloud only works on OpenBSD. === Installation === git clone git@meg:glouglou sudo useradd -d /var/empty/ -s /sbin/nologin _glougloud === Usage === * Run the daemon cd glouglou/glougloud/ sudo ./glougloud It logs to /var/log/glougloud. For the moment it monitors lo0 interface. * Connect to the daemon nc -vvv -u 127.0.0.1 4430 |hexdump -C You get informations of traffic flowing on the monitored interface.