You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, October 9th 2003, 4:22pm

Netload monitor

Hi there,

Yust figured out howto get nice down/upload monitor on taskbar.
You use ksysguard for this.
$home/./kde/share/apps/ksysguard/KSysGuardApplet.xml
This is the file you should edit.
Here is mine.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE KSysGuardApplet>
<WorkSheet sizeRatio="1" dockCnt="2" interval="2" >
<host port="-1" shell="" name="localhost" command="ksysguardd" />
<display title="Down" normalDigitColor="326429" dock="0" class="MultiMeter" unit="kBytes/s" upperLimitActive="0" lowerLimitActive="0" sensorName="network/interfaces/eth0/receiver/data" backgroundColor="3223601" showUnit="1" upperLimit="0" lowerLimit="0" alarmDigitColor="16711680" hostName="localhost" globalUpdate="1" sensorType="integer" pause="0" />
<display title="Up" normalDigitColor="16456969" dock="1" class="MultiMeter" unit="kBytes/s" upperLimitActive="0" lowerLimitActive="0" sensorName="network/interfaces/eth0/transmitter/data" backgroundColor="3223601" showUnit="1" upperLimit="0" lowerLimit="0" alarmDigitColor="16711680" hostName="localhost" globalUpdate="1" sensorType="integer" pause="0" />
</WorkSheet>

Maybe you can tune it some more.