summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:12:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:12:21 +0000
commitdba97e292b3ec919d02a771331cc137708bdef86 (patch)
tree2c0eef8b65f579854b7f44e64c40d6286da7685e /README
downloadknetload-dba97e292b3ec919d02a771331cc137708bdef86.tar.gz
knetload-dba97e292b3ec919d02a771331cc137708bdef86.zip
Added KDE3 version of knetload
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetload@1091561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c53c5b4
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+
+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>