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
Michele Calgaro e6c21bc9c9
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
6 years ago
admin@7b38d20e88 Reset submodule main/applications/knetload/admin to latest HEAD 6 years ago
cmake@e5692c8bdb Reset submodule main/applications/knetload/cmake to latest HEAD 6 years ago
doc conversion to cmake build system 6 years ago
icons conversion to cmake build system 6 years ago
knetload LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
po conversion to cmake build system 6 years ago
.gitmodules Added common directories 13 years ago
AUTHORS
CMakeLists.txt conversion to cmake build system 6 years ago
COPYING
ChangeLog
ConfigureChecks.cmake conversion to cmake build system 6 years ago
Doxyfile Additional renaming of kde to tde 13 years ago
INSTALL
Makefile.am
Makefile.am.in
Makefile.cvs
README Branding: KDE panel->TDE panel. 13 years ago
TODO
acinclude.m4 QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module 6 years ago
aclocal.m4 QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module 6 years ago
config.h.cmake conversion to cmake build system 6 years ago
config.h.in
configure.files
configure.in Rename kde-config to tde-config 13 years ago
configure.in.in
patch-stamp
stamp-h.in
subdirs Add template-only help handbook to new default format. 11 years ago
version.h

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 TDE 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>