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

Dual Core

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
T1125P
Posts: 15
Joined: March 25th, 2007, 7:57 am

Dual Core

Post by T1125P »

Hi, just wondering if maybe there is a dual core cpu usage bar? I have a crystalfontz 631, and was wondering if there is a way to make a plugin that shows the cores working separate of each other? Like one line will show for example 50%, of one core the bottom line will show like 70% of the other core? There was a plugin for the crystalcontrol software but I don't use it no more due to problems with my lcd shutting off.
elesquiador
Plugin Author
Posts: 18
Joined: February 9th, 2007, 10:47 pm

Post by elesquiador »

The perf plugin will give you access to the stats for both cores. Then you can visualize the usage however you want - try tinybars.dll or 2bars dll. Or, if you want 2 seperate lines, just use the bar built into smartie.

On most machines, you'll use this to access the usage stats::

Code: Select all

$dll(perf,4,5,\Processor(0)\% Processor Time)
$dll(perf,4,5,\Processor(1)\% Processor Time)
T1125P
Posts: 15
Joined: March 25th, 2007, 7:57 am

Post by T1125P »

Thanks a lot for this :)
T1125P
Posts: 15
Joined: March 25th, 2007, 7:57 am

Post by T1125P »

Oh, sorry for this but where can I get the dll files?
T1125P
Posts: 15
Joined: March 25th, 2007, 7:57 am

Post by T1125P »

nervermind I got it :)
T1125P
Posts: 15
Joined: March 25th, 2007, 7:57 am

Post by T1125P »

Hi, I will be buying a quad core cpu and was wondering if theres a way to show each core being used like the dual? I tried to use the line of code you gave me elesquidor and change the # to 3 and then the next line to 4. I'm guessing it doesn't show anything because I don't have a quad core yet?
caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

You're right, they'll show up after you install the quad-core.
T1125P
Posts: 15
Joined: March 25th, 2007, 7:57 am

Post by T1125P »

Hi, thanks a lot :)
Post Reply