Re: Please, recommend CPU and RAM burn test

2009-02-24 Thread Ross Cameron
On Tue, Feb 24, 2009 at 6:42 PM, Wojciech Puchar < woj...@wojtek.tensor.gdynia.pl> wrote: > >> I need to really heavily test a box with 8 cores and 16GB FBDIM RAM. >> > make -j > generic kernel why not make -j <4x # of CPUs> ??? that should over saturate the CPU and memory ___

Re: Please, recommend CPU and RAM burn test

2009-02-24 Thread Mel
On Tuesday 24 February 2009 07:12:06 Artem Kuchin wrote: > Hello! > > I need to really heavily test a box with 8 cores and 16GB FBDIM RAM. > > Is there a suitable port for such task? > > I'd like to point out that i don't want to measure perfomance. I need to > really really > heavily load the serv

Re: Please, recommend CPU and RAM burn test

2009-02-24 Thread Wojciech Puchar
I need to really heavily test a box with 8 cores and 16GB FBDIM RAM. make -j generic kernel but it won't full load CPUs and RAM copy GENERIC to 10 other files, do config, and then make depend;make -j in every directory. if any kernel won't build - machine is not OK. while doing this you may

Re: Please, recommend CPU and RAM burn test

2009-02-24 Thread Manolis Kiagias
Vasadi I. Claudiu Florin wrote: Hello! I need to really heavily test a box with 8 cores and 16GB FBDIM RAM. Is there a suitable port for such task? I'd like to point out that i don't want to measure perfomance. I need to really really heavily load the server up to it's maximum. well, n

Re: Please, recommend CPU and RAM burn test

2009-02-24 Thread Vasadi I. Claudiu Florin
Hello! I need to really heavily test a box with 8 cores and 16GB FBDIM RAM. Is there a suitable port for such task? I'd like to point out that i don't want to measure perfomance. I need to really really heavily load the server up to it's maximum. well, not quite a port but there is a C

Please, recommend CPU and RAM burn test

2009-02-24 Thread Artem Kuchin
Hello! I need to really heavily test a box with 8 cores and 16GB FBDIM RAM. Is there a suitable port for such task? I'd like to point out that i don't want to measure perfomance. I need to really really heavily load the server up to it's maximum. -- Artem ___