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

Perfplugin fixed

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
fozi
Plugin Author
Posts: 16
Joined: November 1st, 2006, 2:09 am

Perfplugin fixed

Post by fozi »

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)
You do not have the required permissions to view the files attached to this post.

alpha
Posts: 6
Joined: December 11th, 2006, 7:18 am

Post by alpha »

GREAT!


I currently run Vista RTM x86 and with this new version of perf.dll the CPU-usage is now correctly rapported by both cores on my C2D. Thanx for the update!

Artosoft
Posts: 22
Joined: November 14th, 2006, 11:07 am

Post by Artosoft »

It doesn't run well with my config:
$dll(perf,1,2x20#u,Cpu)
$dll(perf,2,Cpu,1)
CPU@$CPUSpeedMHz~$CPUUsage%%

Regards,
Arto.

fozi
Plugin Author
Posts: 16
Joined: November 1st, 2006, 2:09 am

Post by fozi »

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

Artosoft
Posts: 22
Joined: November 14th, 2006, 11:07 am

Post by Artosoft »

fozi 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
Ok, get it :oops: . My mistake for not reading the readme...

Now it run well.

Thanks a lot.

Regards,
Arto.

orion
Posts: 3
Joined: July 13th, 2007, 9:40 pm
Contact:

merci

Post by orion »

works fine with
- v. 5.3.2
- XP64
- Crystalfontz 634 USB LCD

thanks x1000 ;-)

twhyman
Posts: 19
Joined: October 20th, 2006, 8:10 am

Post by twhyman »

works gr8 on vista !

with HD47780 4x20 display :)
Thanks

Pexxii
Posts: 4
Joined: February 7th, 2007, 2:48 pm
Location: ?land
Contact:

My pref plugin dosent work

Post by Pexxii »

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 :roll:

mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Post by mattcro »

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.

grapefrukt
Posts: 1
Joined: November 5th, 2007, 7:56 pm

Post by grapefrukt »

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:

Code: Select all

??PhdCollectQueryData Failed!]
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?

simon_stz
Posts: 3
Joined: April 18th, 2007, 2:34 am

Post by simon_stz »

Thanks a lot for this version.

My configs from XP now works fine on my new Windows Vista Ultimate x64.

Rafael
Plugin Author
Posts: 71
Joined: November 22nd, 2005, 7:12 pm
Location: Curitiba, Paran?, Brazil

Re: Perfplugin fixed

Post by Rafael »

Hi!

Works great with Windows 7 x32 Brazilian Portuguese...

What language your plugin is developed?

Thanks!

thor2002ro
Posts: 13
Joined: August 7th, 2009, 3:43 pm

Re: Perfplugin fixed

Post by thor2002ro »

can we have the code for this dll and also this dll causes a small delay in main program startup

Post Reply