Tux

...making Linux just a little more fun!

Multi-process CPU Benchmark

Deividson Okopnik [deivid.okop at gmail.com]


Thu, 5 Nov 2009 15:37:56 -0300

Hello everyone!

Im looking for a multi-process CPU benchmark to be run on linux (CLI is even better), as I need to test how well a kerrighed cluster is running. Anyone know of any of those programs?

Thanks Deividson


Top    Back


Anderson Silva [afsilva at gmail.com]


Thu, 5 Nov 2009 15:21:42 -0500

what kinda of benchmark? are you just trying to monitor the performance of it? if yes, look at sar

AS

-- 
http://www.the-silvas.com


Top    Back


Raj Shekhar [rajlist2 at rajshekhar.net]


Thu, 05 Nov 2009 13:06:50 -0800

In infinite wisdom Anderson Silva said the following On 11/5/09 12:21 PM:

> On Thu, Nov 5, 2009 at 1:37 PM, Deividson Okopnik <deivid.okop@gmail.com> wrote:
>> Hello everyone!
>>
>> Im looking for a multi-process CPU benchmark to be run on linux (CLI
>> is even better), as I need to test how well a kerrighed cluster is
>> running. ANyones know of any of those programs?

You could try compiling the linux kernel and see how well it spreads the load around? You could invoke make with -j equal to the number of CPUs (or cores) you have.


Top    Back


Mulyadi Santosa [mulyadi.santosa at gmail.com]


Fri, 6 Nov 2009 19:31:45 +0700

Hi ...

On Fri, Nov 6, 2009 at 1:37 AM, Deividson Okopnik <deivid.okop@gmail.com> wrote:

> Hello everyone!
>
> Im looking for a multi-process CPU benchmark to be run on linux (CLI
> is even better), as I need to test how well a kerrighed cluster is
> running. ANyones know of any of those programs?

Since you said you shall run the program on top of Kerrighed cluster, I'd say you better run something like: PVM PovRay, distributed john the ripper etc.

MPICH dan PVM each has test program that you can use to test the capability of your cluster. Something heavy like parallel FFT calculation would also sufficient too.

Oh and btw, IIRC, avoid using program that relies on System V shared memory, since it would prevent Kerrighed to load balance the tasks.

-- 
regards,
 
Mulyadi Santosa
Freelance Linux trainer and consultant
 
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com


Top    Back