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

What about dual core CPU's?

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
obsidian
Posts: 3
Joined: January 25th, 2007, 1:35 pm

What about dual core CPU's?

Post by obsidian »

Do you guys think that there will be a version of LCDSmartie soon with native support for dual core CPU's? Because the perf plugin is terrible to configure!
azz
Posts: 3
Joined: February 2nd, 2007, 2:27 pm

Post by azz »

Dood its easy, Download Perf Plugin V5

And use this code to show each core's utilization.

Dual Core

Code: Select all

$Right($dll(perf,4,5,\Processor(0)\% Processor Time)%,$4%)
$Right($dll(perf,4,5,\Processor(1)\% Processor Time)%,$4%)
Quad Core

Code: Select all

$Right($dll(perf,4,5,\Processor(0)\% Processor Time)%,$4%)
$Right($dll(perf,4,5,\Processor(1)\% Processor Time)%,$4%)
$Right($dll(perf,4,5,\Processor(2)\% Processor Time)%,$4%)
$Right($dll(perf,4,5,\Processor(3)\% Processor Time)%,$4%)
Azz
obsidian
Posts: 3
Joined: January 25th, 2007, 1:35 pm

Post by obsidian »

I tried that, but I must have been doing something wrong because it didn't work... But I'll try again.

Tried it, and all I get is a bad counter msg...

Oh, I know what is wrong, I'm using the Dutch language version of XP
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Use the "performance monitor" to find the name of the performance cpu object. Is different to your system caused by the regional and languange options... (and the version of windows)
obsidian
Posts: 3
Joined: January 25th, 2007, 1:35 pm

Post by obsidian »

Yeah, found it. Its working now :)
Post Reply