Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Problems with network stats

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Problems with network stats

Post by zerocode »

Problems with network stats

I?m using Windows vista final and lcdsmartie 5.3 and using this code:
$NetSpDownK(7)Kb/s
$NetSpUpK(7)Kb/s

I have to use the number 7 becouse the anothers numbers have not work?but the up steel not working, the down is normal but the up no...

Sorry for my english? :P
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

You have to check the network adapter to be the correct one try to get the name of the adapter by using the following

Code: Select all

 $NetAdapter(1)
and che check every number inside the brackets to find your network adapter after that use this number to your stats monitoring :wink:
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Post by zerocode »

limbo wrote:You have to check the network adapter to be the correct one try to get the name of the adapter by using the following

Code: Select all

 $NetAdapter(1)
and che check every number inside the brackets to find your network adapter after that use this number to your stats monitoring :wink:
Yes, i do this but i can?t find the monitor number?the numbers is this:

$NetAdapter(1) = Miniporta de rede remota (L2TP)
$NetAdapter(2) = Miniporta de rede remota (PPTP)
$NetAdapter(3) = Miniporta WAN (PPPOE)
$NetAdapter(4) = Miniporta de rede remota (Ipv6)
$NetAdapter(5) = Miniporta de rede remota (IP)
$NetAdapter(6) = AdapterRAS Async
$NetAdapter(7) = NVIDIA nForce Networking Controller
$NetAdapter(8 ) = Teredo Tunneling Pseudo-Interface

i using the (7) to $NetSpDownK but with the up does not work...
and don?t work any up code, $NetUpK, $NetSpUpK?
lordvader
Posts: 4
Joined: January 20th, 2010, 1:40 am

Re: Problems with network stats

Post by lordvader »

Hello
i have the same problem
I use from numbre 1 to 9 and it was imposible to get network stat.
what can i do?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Re: Problems with network stats

Post by limbo »

hav you tried $NetAdapter(0)?
lordvader
Posts: 4
Joined: January 20th, 2010, 1:40 am

Re: Problems with network stats

Post by lordvader »

yes, i tried from 0 to 9
and dont work
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Re: Problems with network stats

Post by limbo »

What are you getting with the $NetAdapter(0) - $NetAdapter(10)?
Does your system Ethernet controller displayed under any of there adapters?
cybergeek
Posts: 34
Joined: June 14th, 2009, 11:10 pm

Re: Problems with network stats

Post by cybergeek »

I'm having problems with this as well I can't get anything to display if I use the command $NetSp or $NetDownM I get 0.0 for all I tried from 0 to 9 as well. I got smartie installed on my laptop and it worked right away. What am I doing wrong.
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Re: Problems with network stats

Post by zerocode »

now i'm with win 7 and the same problem...cant get net stats... :?
lordvader
Posts: 4
Joined: January 20th, 2010, 1:40 am

Re: Problems with network stats

Post by lordvader »

any ideas how to solve this problem??
caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Re: Problems with network stats

Post by caesar »

You can get stats by using the perf plugin.
It's the best option anyway.
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Re: Problems with network stats

Post by zerocode »

i try, but with perf always show "Bad conter"...
mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Re: Problems with network stats

Post by mattcro »

If you get "bad counter" with the perf plugin, you are using an invalid counter name. You must use one of the counter names available in the Windows Performance utility. The names depend on your system language (Brazilian Portuguese?)
I think you need to specify the counter name in the language your system is set to use. The examples in the perf.dll readme are in English (like Processor(0)\% Processor Time).

You can find the list of counter names by running the perfmon utility (aka Performance in Control Panel->Administrative Tools). Click the + button on the toolbar and you'll see a list of items that can be added to the graph. Use the same names in the perf.dll Smartie plugin. You can see what each counter is for by clicking the "explain" button.
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Re: Problems with network stats

Post by zerocode »

I have the same problem with Win7...i try to run LCDSmartie with compatibility mode and not word...
Post Reply