A program which is used to monitor a linux system's network trafic.
./start.sh
means lauch the monitor script.
./stop.sh
means stop every process.
This is the real-time output file.
You have to install gnuplot
to generate an output.png.
gnuplot plotScript
will create an image where you can replace with the net*.csv file.
./gnuplot.sh
will automatically execute gnuplot plotScript
and open the output.png.