Description: 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.Last changelog:
* 0.9 : separeted the traffic in two graphics, one for incoming and other for outgoing.
* 0.5 : change default interface from eth1 to eth0
SuperKaramba cannot continue to run this theme.One or more of the required components of the Kross scripting architecture is not installed. Please consult this theme's documentation and install the necessary Kross components.
Thank you for help.
follow the nexts steps:
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
sorry, the file yo must modify is netstat.theme not netstat.py :D.
And a easier way of to do this, is just open the netstat.skz file with ark and modify the file :D .
Ratings & Comments
4 Comments
SuperKaramba cannot continue to run this theme.One or more of the required components of the Kross scripting architecture is not installed. Please consult this theme's documentation and install the necessary Kross components. Thank you for help.
Hello, How to edit this *.skz file? I want to change interface to ppp0.
follow the nexts steps: 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
sorry, the file yo must modify is netstat.theme not netstat.py :D. And a easier way of to do this, is just open the netstat.skz file with ark and modify the file :D .