Multicores CPU Graphic [v 1.30]

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Multicores CPU Graphic [v 1.30]

Post by Jacobus »

Hi guys. Here is an application to test your own and observe the behavior of the processor and memory during their use.
- You can save the cpu usage report to a text file;
- Pause and resume the measures at any time;
- Save an image of the chart.
- You can also change the colors in the chart and the transparency of the window.
I've provided other informative features on processes, but it will be for later. I'll do it for my personal use, but if this is useful, enjoy in.
If some of you use cores quad, I'd much like that you to tell me if it works correctly.

A screenshot on Vista 32-bit with processor Intel E8400
Image

A screenshot under XP 32-bit with AMD sempron 3000 + processor
Image

With transparency and background color modified
Image

You can download it on this page: Multicores CPU Graph
@+
Last edited by Jacobus on Mon Nov 30, 2009 1:02 pm, edited 3 times in total.
PureBasicien tu es, PureBasicien tu resteras.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: Multicores CPU Graphic

Post by Num3 »

Very NICE!!!!!

I did something close to that a while back...

It's a CPU / Memory watcher that sit's in the system tray.

From time to time, whenever the CPU(s) activity is below xx% it free's ram.
Very useful in Vista and for programming, because i have immediate feedback of the CPU load and memory consumed.

Image
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic

Post by Jacobus »

thanks num3,
Cool your application. It's quick to be notified. I did a similar program (MemoBooster) for Windows XP. The RAM that was automatically optimized (Real-time monitoring allowed to display the window immediately when it was necessary to clean the RAM). But this is no longer necessary with Vista. For me it very well manages the RAM and I have not continued the development. It is always available for download. Xp only! Download here : MemoBooster and my website : MemoBooster on line
:wink:

It seems that Multicores CPUGraph does not work with quad cores, also I've made a change to try to remedy.
@+
PureBasicien tu es, PureBasicien tu resteras.
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic

Post by Jacobus »

Update: Final version : Support for dual cores and quad cores
Télécharger Install_cpugraph.exe
PureBasicien tu es, PureBasicien tu resteras.
David Martin
New User
New User
Posts: 6
Joined: Sat Feb 03, 2007 2:12 pm
Location: Towanda, PA, USA

Re: Multicores CPU Graphic [Final version]

Post by David Martin »

Doesn't seem to like my Dell Precision 490 with dual quad core Xeons running XP x64 with 8 Gig RAM :o

Image
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic [Final version]

Post by Jacobus »

Thanks for feedback. I had not expected this case. How many cores have you? 8?
Have you one or two processors? (dual and quad)
I'll try to change to make it work with 8 cores, and if you want to test. I warn as soon as it is ready.
PureBasicien tu es, PureBasicien tu resteras.
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic [Final version]

Post by Jacobus »

Hello, new release to try with 8 cores. :)
If you want to test it with your Super Dell, thank you.
PureBasicien tu es, PureBasicien tu resteras.
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic [Final version]

Post by Jacobus »

New editing, I found a bug I've corrected.
If you can try and tell me that this gives.
Minimum system requirement : Windows Xp sp3
PureBasicien tu es, PureBasicien tu resteras.
Sabour
User
User
Posts: 31
Joined: Sun Apr 02, 2006 7:41 am

Re: Multicores CPU Graphic [Final version]

Post by Sabour »

nice program!,can you add for xp pro sp2 64 bit?
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic [Final version]

Post by Jacobus »

Thank's, It is already. You can choose your version here.

Windows Xp sp3 and Vista - 32 bit or 64 bit with WOW64
Install: Download Install_cpugraph.exe
zip file: Download MCPUGraph.zip

Windows Xp sp2 - 32 bit or 64 bit with WOW64
zip file : Télécharger MCPUGraph_xpsp2.zip
Try this and tell me if it works.

screenshot with Vista:
Image

@+
PureBasicien tu es, PureBasicien tu resteras.
User avatar
Vera
Addict
Addict
Posts: 858
Joined: Tue Aug 11, 2009 1:56 pm
Location: Essen (Germany)

Re: Multicores CPU Graphic [Final version]

Post by Vera »

Hello Jacobus,

as I like CPU-monitoring I tested your 'oversized' program on my tiny 1.5 Ghz single core :wink:
[XP2 SP2 32]

I found your program flickering heavily (while the CPU is over 45%) when
- switching between open windows
- starting or ending other progs
- moving the GUI (CPU peeks up fully)
- using the 'transparency' ruler.


I like the possebility to choose the graph colors and the changing colors of the 'signal signs' (? green - red). Also screenshot and image-saving work fine (though a 1.5mb-bitmap only weights 33kb as 24bit-png-file :wink: ) and I appreciate very much that everything is saved withing the application-folder.
I also experienced the following: while the program is set to 'resume' , demanding a 'save log' will restart the capturing immediately though the button remains on 'resume' (releasing it just changes back to 'stop').

A further hint you might be interested in: on my OS the default fontdisplay is slightly encreased (108%), so the 'm' of 'Random' and the '9' of '....2009' (statusbar) are not displayed.

thanks for sharing ~ :) ~ Vera
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic [Final version]

Post by Jacobus »

Hi Vera. I have a little flicker on my xp sp2 but I think that it is because my processor, not very powerful. and my graphics card is not a top. I get the same flicker with any program if I move the window quickly.
I noticed the problem with "save log"and"stop" or "resume" and I will make the necessary to remedy. Thanks for the info.
For saving images, I will add the choices to the user, it will be easier. :wink:
on my OS the default fontdisplay is slightly encreased (108%),
I've not noticed it. Should I check the default font.

Here's a screenshot on my pc with xp and AMD Sempron 3000+ (800 Mhz)
Image
PureBasicien tu es, PureBasicien tu resteras.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: Multicores CPU Graphic [Final version]

Post by blueznl »

David Martin wrote: Doesn't seem to like my Dell Precision 490 with dual quad core Xeons running XP x64 with 8 Gig RAM :o
I am sooo jealous....
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: Multicores CPU Graphic [Final version]

Post by DoubleDutch »

Slight bug:

On windows 7 it says minimum OS requirements are Vista win SP1 or greater!
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 139
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: Multicores CPU Graphic [Final version]

Post by Jacobus »

Thank you for feedback, I will correct it as soon as I could.
PureBasicien tu es, PureBasicien tu resteras.
Post Reply