|
|
#1 |
|
Fully Optimized
Join Date: Nov 2006
Posts: 3,110
|
I want to script a CPU burn in tool. IDK why just need something to pass the summer time with. Whats the best way to do this, are there any open source ones that I can reference to get an idea on how to program one. and whats the best language to script on in, I can program in Java, Python, and some C basic.
__________________
2.4 Ghz celeron, 1.25 PNY pc 2700 RAM,PNY VERTIGO 5200 FX , 40 GB HDD 900Mhz 256 RAM , MX 4000, 30 GB HDD 1.9Ghz dual core AMD Athlon 2 GB 384 VRAM 320 Gb HD 2.3 tricore phenom,2 GB RAM , EVGA 9600 GSO,250 GB SSD 2.6 X4 620, 4GB RAM, 9600 GSO, 500 GB HDD/I'm part of The Project |
|
|
|
|
|
#2 |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
It depends exactly what you want to test, but just loading it with mathematical equations is pretty trivial in any language. In Java the core of it could just call BigInteger.probablePrime() over and over until you tell it to stop which would load the CPU up a fair bit. For testing more cores, just fire more of these off in more threads (though it's worth pointing out there's no actual guarantee the underlying OS will map these to separate cores.)
__________________
Save the whales, feed the hungry, free the mallocs. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|