Network Statistics Thread last updated on 2003-04-29 17:35:33

Posted by member 25427 on 2003-04-28 23:41:04

I know that windows has built into the Task Manager the ability to view Network Utilization charts. However, I'm not really even looking for something this complex.

Down at the bottom of the Networking Graphs, there is just text that says the Adapter Name, Network Utilization, Link Speed, and State.

These are just numbers that I assume are being drawn directly from the kernel. I've searched for modules in these forums as well as elsewhere that might be able to use this information but as of yet have been unable to find any such module/help.

Am I missing something really obvious or built-in or is this something that hasn't been developed?

Posted by member 1 on 2003-04-28 23:53:41 link

Label can do it I believe...so could rainmeter...

Posted by member 25427 on 2003-04-29 01:39:02 link

I used a combination of both label and netmeter which turned out to be optimal. I still can't get a percentage of net usage, but perhaps I'll have to write a function to divide NetIn by NetTotal, and viceversa for NetOut. In any case, I'm now able to make sure my computer is safe from any snoopers who may be trying to sneak onto my computer and use my bandwidth. For further reference, this code (in rainmeter.ini) will display network usage In/Out in bits:

[MeasureNetIn]
Measure=NetIn

[MeasureNetOut]
Measure=NetOut

[NetInMeter]
MeasureName=MeasureNetIn
Interface 1
Meter=string
FontCOlor=FFFFFF
FontFace=Courier
FontSize=10
AutoScale=1
Prefix="Download: "
X=10
Y=10
H=10
W=200

[NetOutMeter]
MeasureName=MeasureNetOut
Interface 1
Meter=string
FontCOlor=FFFFFF
FontFace=Courier
FontSize=10
AutoScale=1
Prefix="Upload: "
X=10
Y=35
H=10
W=200


Thanks guys, you've been extraordinarily helpful in aiding litestep modification/customization!

Posted by member 7223 on 2003-04-29 03:26:02 link

DeViLbOi: I guess label can't display net informations. But, if you're sure it can, let me know; I'm very interested

Posted by member 25427 on 2003-04-29 08:58:40 link

Yeah, let me know too if so, I prefer label's way of putting up text on the desktop over rainmeter's way

Posted by member 503 on 2003-04-29 17:35:33 link

Label doesn't do network stats; I wasn't able to find a way to do it correctly under all versions of Windows.