
Netstat
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Show incomings/outgoings network connections, showing protocol,address and port.
Show a traffic network graph, and show incoming/outgoing traffic stats.
NOTE: By default, its use interface eth0, if you have other interface, you must follow the steps described in the comments below.
-----------------------------------------
Muestra las conexiones de red entrantes/salientes, mostrando por cada una que protocolo, dirreción y puerto.
Muestra también en una gráfica el trafico de la red y estadisticas de uso.
NOTA: por defecto usa la interface eth0, para usar otro tipo de interface, por favor siga los pasos descriptos en los commentarios de este post.
12 years ago
* 0.9 : separeted the traffic in two graphics, one for incoming and other for outgoing.
* 0.5 : change default interface from eth1 to eth0
12 years ago
* 0.9 : separeted the traffic in two graphics, one for incoming and other for outgoing.
* 0.5 : change default interface from eth1 to eth0
nildon
12 years ago
Thank you for help.
Report
tricksterG
12 years ago
Report
mboscovich
12 years ago
1)create a directory:
mkdir netstat
2)copy netstat.skz into the new directory:
cp netstat.skz netstat
3)unzip netstat.skz (.skz es a zip file :D ):
cd netstat
unzip netstat.skz
4) edit the file netstat.py and change all eth0 for ppp0:
nano -w netstat.py
5) zip again the .skz file with:
zip netstat-new.skz *
6) load it in superkaramba
7) enjoy it! :D
Report
mboscovich
12 years ago
And a easier way of to do this, is just open the netstat.skz file with ark and modify the file :D .
Report