PDA

View Full Version : DSL line performance information


DSLguy2k
06-29-05, 12:09 AM
Hi,

Im using win2k. To get the amount of bytes sent/received in dial up connections from the Registry, you read the keys
Dial-Up Adapter\BytesRecvd
and
Dial-Up Adapter\BytesXmit

in the Key HKEY_DYN_DATA.
How is the same performed for a DSL line? There are programs, like DUMeter that ontain that information but I can find out where they get it from.

Any ideas ?

mccoffee
06-29-05, 12:26 AM
analog's x http://www.analogx.com/contents/download/network/nsl.htm

DSLguy2k
06-29-05, 02:04 AM
analog's x http://www.analogx.com/contents/download/network/nsl.htm

Thanks mccoffe, But I really meant what Registry keys do I use in my own program.
Does anyone know ? There has to be a way since other programs, like the one you suggested on the link you posted acquite that info somehow.
.
.

mccoffee
06-29-05, 02:06 AM
i don't think there is one i might be wrong

DSLguy2k
06-29-05, 03:50 AM
i don't think there is one i might be wrong

You migh tbe right about hte fact that there are no Registry keys for that but these programs must still be reading this info from somewhere. Any idea where from ? Perhaps a folder or such.

DSLguy2k
07-07-05, 05:44 AM
It looks like the only way to do that is through the APIHelper calls.
I managed to get it done that way.