aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud/README.txt
blob: 4293b88b8cf2910d91afeb3c8343092a4a24777c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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.