KPPPLoad Documentation
KPPPLoad is the successor to a similar program that I wrote, called
PPPLoad. KPPPLoad performs identical functions to PPPLoad, but it is
designed to work with KDE's session management.
KPPPLoad is distrubuted under the GNU Public License,
version 2.
Features
- Displays current transmit rate and receive rate.
- Displays total bytes transmitted and received.
- Displays an xload-style graph of transmit and receive rates.
- Displays connect time in the title bar.
- Can automatically run a user-specified command to redial the PPP link
when it is disconnected.
- Can execute a user-specified command periodically, but only when the
PPP link is up.
Configuring KPPPLoad
KPPPLoad has several options that the user can set. To access the options
dialog, click the right mouse button over the load graph. This will give a
popup menu with several choices on it. Select "Options...". The following
options are available:
- Status Bar
- TX Rate - Check this item to display the current transmit rate in
the status bar.
- RX Rate - Check this item to display the current receive rate in
the status bar.
- TX Total - Check this item to display the total number of bytes
trasmitted.
- RX Total - Check this item to display the total number of bytes
received.
- Graphing
- Statistics interval - this is how often KPPPLoad will check the
PPP link statistics. If you see large fluctuations in the transmit
and receive rates then you should increase this value. A larger
value gives a larger data sample to work with, and is more likely to
produce a good impression of the transmit and receive rates.
- Statistics period - this value determines how many samples will be
averaged together. A smaller value will give a graph with many
sharp peaks. A larger value will give a more even and smooth
graph. The number of samples that will be averaged together is
"Statistics period" / "Statistics interval".
- Dividing line every - the distance between the horizontal dividing
lines on the graph. The graph measures bytes/second versus time.
- Transmit color - the color of the line representing the transmit
rate.
- Receive color - the color of the line representing the receive
rate.
- PPP Command
- PPP command - the command that is run to establish a PPP
connection.
- Redial link every - the time between (failed) attempts to
establish the PPP connection.
- Periodic Command
- Periodic command - an arbitrary command to run while the PPP
connection is up. I use this to retrieve my email from a POP
server.
- Run command every - the time between successive executions of the
periodic command.
Sean Vyain
Last modified: Sun Nov 30 16:16:32 EST 1997