benchmark

Daniel yellowdog-general@lists.terrasoftsolutions.com
Tue Aug 12 12:45:01 2003


At 11:16 AM 8/12/2003 -0700, you wrote:
>hopefully this will be neater than my previous clumsy post.
>
>I'm afraid I don't have a better response than "general performance" 
>benchmarks.  We know about some of the standard "-stone" ones .. anything of
>that kind ..

What are you comparing this to other Linux's?

You might try the time(1) command line tool.  Pick programs that run on all 
the systems you are comparing and are representative of the operations you 
want to do, then write a script to run the programs using 'time', the 
script can capture all the times and compile them for you.

Check out this guy's website: http://www.bagley.org/~doug/shootout/
He was comparing languages, but you could do something similar.  You could 
even use a lot of his code.
For instance take all of his C code (C++ would be a bad idea, because 
compilers vary widely in C++ optimization and implementation) then compile 
and benchmark it on each system.

If you are looking for benchmarks that have already been done, you will 
probably have to specify what you are comparing to or what aspects (ie. 
disk usage, I/O, SMP) that you are interested in.


>yellowdog-general-request@lists.terrasoftsolutions.com wrote:
>>Message: 2
>>Subject: Re: benchmark
>>From: Dan Burcaw <dburcaw@terrasoftsolutions.com>
>>To: yellowdog-general@lists.terrasoftsolutions.com
>>Organization: Date: 11 Aug 2003 12:49:30 -0600
>>Reply-To: yellowdog-general@lists.terrasoftsolutions.com
>>What kind of performance measures are important?
>>
>>On Mon, 2003-08-11 at 09:21, Howie Modell wrote:
>>
>>>I need some pointers for benchmark software that I can use to measure 
>>>performance of YD Linux.
>
>
>