KNetLoad – network meter for Kicker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Slávek Banko 556ec4b15b
Official Trinity Desktop Environment v3.5.13.2 release
11 years ago
admin@6613b274c8 Official Trinity Desktop Environment v3.5.13.2 release 11 years ago
cmake@9773bff74a Reset submodule main/applications/knetload/cmake to latest HEAD 11 years ago
icons Fixed images 14 years ago
knetload Remove additional unneeded tq method conversions 12 years ago
po Added KDE3 version of knetload 15 years ago
.gitmodules Add common directories 12 years ago
AUTHORS Added KDE3 version of knetload 15 years ago
COPYING Added KDE3 version of knetload 15 years ago
ChangeLog Added KDE3 version of knetload 15 years ago
Doxyfile Added KDE3 version of knetload 15 years ago
INSTALL Added KDE3 version of knetload 15 years ago
Makefile.am Added KDE3 version of knetload 15 years ago
Makefile.am.in Added KDE3 version of knetload 15 years ago
Makefile.cvs Added KDE3 version of knetload 15 years ago
README Added KDE3 version of knetload 15 years ago
TODO Added KDE3 version of knetload 15 years ago
acinclude.m4 Update HTML install path references. 12 years ago
aclocal.m4 Update HTML install path references. 12 years ago
config.h.in Added KDE3 version of knetload 15 years ago
configure.files Added KDE3 version of knetload 15 years ago
configure.in Added KDE3 version of knetload 15 years ago
configure.in.in Added KDE3 version of knetload 15 years ago
patch-stamp Added KDE3 version of knetload 15 years ago
stamp-h.in Added KDE3 version of knetload 15 years ago
subdirs Added KDE3 version of knetload 15 years ago
version.h Added KDE3 version of knetload 15 years ago

README

KNETLoad

This file should only be read as a fast description.  The online
KNetLoad handbook contains more detailed information.

This is a network throughput meter for Kicker (the KDE panel).  It will
show the traffic on a network device with two diagrams, one for outgoing and
one for incoming data.  KNetLoad can read almost any device that is listed
in the /proc/net/dev file, which includes eth0, ppp0, ippp0 and many others;
even non predefined devices can be typed into the program.  The colors, style
and speed of the diagrams can be configured.

To bring up the settings menu, simply right click on the diagram.  Before
KNetLoad will work you must define what device it should use, and set the
correct scaling value which depends on the speed of your network device.

Left click on the diagram to bring up a small information box which will
show the exact input and output speeds in text form, and the total amount
of outgoing and incoming data.

Install:

./configure
make
make install

                    Markus Gustavsson <mighty@fragzone.se>