Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Perfplugin fixed
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 16
- Joined: November 1st, 2006, 2:09 am
Perfplugin fixed
This is a fixed version of the "Official" Perfmon plugin to work with Server SP1 and Vista. I have tested this version on:
LCDsmartie 5.3.2 and 5.4 RC2
Windows XP SP2 32bit and 64bit
Server 2003 SP1 32bit and 64bit
Vista RTM 32bit
I haven't test all combinations on server and vista but did most of my testing on XP 32 and 64. (Code work done on 64bit workstation). There is no functionallity changes to the plugin just bug fixes to get plugin to work with more recent versions of windows. Please let me know if there are any issues or problems.
-fozi
(plugin hosted here on forums - login and download it)
LCDsmartie 5.3.2 and 5.4 RC2
Windows XP SP2 32bit and 64bit
Server 2003 SP1 32bit and 64bit
Vista RTM 32bit
I haven't test all combinations on server and vista but did most of my testing on XP 32 and 64. (Code work done on 64bit workstation). There is no functionallity changes to the plugin just bug fixes to get plugin to work with more recent versions of windows. Please let me know if there are any issues or problems.
-fozi
(plugin hosted here on forums - login and download it)
You do not have the required permissions to view the files attached to this post.
-
- Plugin Author
- Posts: 16
- Joined: November 1st, 2006, 2:09 am
You need to take a look at the readme.txt that is included in the zip file. The string you have will not work. It should look something like:
numeric output
$dll(perf,4,20,\Processor(0)\% Processor Time)%
bar graph (1x5 for matrix orbital)
$dll(perf,1,1x5#r#1#5#0#100#\Processor(0)\% Processor Time,P0)
If you want to read CPU utilization you need to pass the correct perfmon counter to perf plugin.
-fozi
numeric output
$dll(perf,4,20,\Processor(0)\% Processor Time)%
bar graph (1x5 for matrix orbital)
$dll(perf,1,1x5#r#1#5#0#100#\Processor(0)\% Processor Time,P0)
If you want to read CPU utilization you need to pass the correct perfmon counter to perf plugin.
-fozi
-
- Posts: 22
- Joined: November 14th, 2006, 11:07 am
Ok, get itfozi wrote:You need to take a look at the readme.txt that is included in the zip file. The string you have will not work. It should look something like:
numeric output
$dll(perf,4,20,\Processor(0)\% Processor Time)%
bar graph (1x5 for matrix orbital)
$dll(perf,1,1x5#r#1#5#0#100#\Processor(0)\% Processor Time,P0)
If you want to read CPU utilization you need to pass the correct perfmon counter to perf plugin.
-fozi

Now it run well.
Thanks a lot.
Regards,
Arto.
-
- Posts: 4
- Joined: February 7th, 2007, 2:48 pm
- Location: ?land
- Contact:
My pref plugin dosent work
I have the prefplugin and it dosent work. It just says " [Bad counter#c0000bb9: Den angivna r?knaren kunde inte hittas] " Translated to "The chosen Counter couldent be found"
I have no idea what's the problem.
I have a HD44780 4x20 Lcd.
Please help me
I have no idea what's the problem.
I have a HD44780 4x20 Lcd.
Please help me

-
- Forum Supporter
- Posts: 590
- Joined: March 8th, 2006, 1:58 pm
- Location: Scotland
I think you need to specify the counter name in the language your system is set to use (Swedish?). 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.
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.
-
- Posts: 1
- Joined: November 5th, 2007, 7:56 pm
I'm having trouble getting values running vista 32-bit and an antec fusion lcd.
All i get is this error message in the LCD:
If I change the counters name to something that doesn't exist I do get a proper error message for that, so it's not completely borked.
Any ideas on what could be wrong?
All i get is this error message in the LCD:
Code: Select all
??PhdCollectQueryData Failed!]
Any ideas on what could be wrong?
-
- Plugin Author
- Posts: 71
- Joined: November 22nd, 2005, 7:12 pm
- Location: Curitiba, Paran?, Brazil
Re: Perfplugin fixed
Hi!
Works great with Windows 7 x32 Brazilian Portuguese...
What language your plugin is developed?
Thanks!
Works great with Windows 7 x32 Brazilian Portuguese...
What language your plugin is developed?
Thanks!
-
- Posts: 13
- Joined: August 7th, 2009, 3:43 pm
Re: Perfplugin fixed
can we have the code for this dll and also this dll causes a small delay in main program startup