View Full Version : Extended CPU info


sh0dan
14th June 2003, 21:47
Hi folks!

Does anybody know how to extract extended CPU/System info - especially cache size?

A hint or some code would be really helpful!

Thanks in advance!

falcor
14th June 2003, 22:19
search on Google for cpu-z-118 it is a program that will do what youre looking for and more

falcor
14th June 2003, 22:21
better yet, here it is: ftp://ftp.sac.sk/pub/sac/utildiag/cpuid131.zip

sh0dan
15th June 2003, 13:53
I need something with sourcecode. Is it available for these programs?

Preferably C/asm.

sh0dan
15th June 2003, 14:08
Found it:

http://www.codeproject.com/system/camel.asp

Interestingly enough it seems to think my Athlon 500Mhz classic has 512KB L2 cache... Strange.

Dark-Cracker
15th June 2003, 14:26
hi,

try this :
http://www.eclipsedvd.firstream.net/autodub/CPU.zip

it was 2 old project i have on my hard disk.

there is 2 project : one dll in asm (nasm used) and the other project is an c++ dll with a part of asm.

there is for each of them dll a VB6 gui (u need perhaps VB6fr.dll to launch them) the cpp dll show u the cache (TLb/L1/L2) hope this can help u :)

if i have the time i will try to find u the vb source code but i think there is enought with the dll source code.

Bye.

sh0dan
15th June 2003, 14:33
@Dark-Cracker: Thanks - I'll see if it is easier to implement! Seems very nice!