aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud/README
blob: d3473f9a34f030e2785ea534fe64e814a6b83853 (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
glougloud - glouglou server, for network traffic visualisation in real time

=== 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.