linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* benchmarks
@ 2006-02-08 20:10 Jan Koss
  2006-02-08 23:35 ` benchmarks Michal Piotrowski
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Koss @ 2006-02-08 20:10 UTC (permalink / raw)
  To: linux-kernel

Hello.

Recently, I choosed between FreeBSD and Linux for server,
I found out only such bechmarks:

http://geri.cc.fer.hr/~ivoras/web2/papers/osbench.html

1)may be some one know any other benchmarks?
2)something changed since 2.6.5?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: benchmarks
  2006-02-08 20:10 benchmarks Jan Koss
@ 2006-02-08 23:35 ` Michal Piotrowski
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Piotrowski @ 2006-02-08 23:35 UTC (permalink / raw)
  To: Jan Koss; +Cc: linux-kernel

Hi,

On 08/02/06, Jan Koss <kossjan@gmail.com> wrote:
> Hello.
>
> Recently, I choosed between FreeBSD and Linux for server,
> I found out only such bechmarks:
>
> http://geri.cc.fer.hr/~ivoras/web2/papers/osbench.html
>
> 1)may be some one know any other benchmarks?

http://bulk.fefe.de/scalability/ - It's _very_ (_very_! :) old benchmark.

Regards,
Michal Piotrowski

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Benchmarks
@ 2006-01-03 22:29 Randy.Dunlap
  0 siblings, 0 replies; 7+ messages in thread
From: Randy.Dunlap @ 2006-01-03 22:29 UTC (permalink / raw)
  To: sushant; +Cc: linux-kernel


| Hello everyone,
| If someone make some modifications to kernel code and want to know how much
| overead those modifications has caused, what are the benchmarks that one
| should use to calculate the overhead of the added code.
| please cc the reply to me.
| Thanks a lot.

There are a lot of benchmarks out there.
E.g., some are listed at
  http://lbs.sourceforge.net/
and
  http://lse.sourceforge.net/benchmarks/

just depends on what you want/need, like others have said.
-- 
~Randy

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Benchmarks
  2006-01-03 21:39 ` Benchmarks Avishay Traeger
@ 2006-01-03 21:44   ` Jesper Juhl
  0 siblings, 0 replies; 7+ messages in thread
From: Jesper Juhl @ 2006-01-03 21:44 UTC (permalink / raw)
  To: Avishay Traeger; +Cc: Sharma Sushant, linux-kernel

On 1/3/06, Avishay Traeger <atraeger@cs.sunysb.edu> wrote:
> Well that would very much depend on what you're changing.  For example,
> if it is a file system modification, then use file system benchmarks.
> However, those same benchmarks would not be appropriate for changes in
> the network stack.  A pre-written benchmark may not even exist.  You
> should use your knowledge of what you are changing to choose an
> appropriate benchmark that will stress that part of the kernel.
>
Or, as is often the case, write a benchmark app yourself to test the
specific thing you've changed.

--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Benchmarks
  2006-01-03 21:34 Benchmarks Sharma Sushant
  2006-01-03 21:36 ` Benchmarks Arjan van de Ven
@ 2006-01-03 21:39 ` Avishay Traeger
  2006-01-03 21:44   ` Benchmarks Jesper Juhl
  1 sibling, 1 reply; 7+ messages in thread
From: Avishay Traeger @ 2006-01-03 21:39 UTC (permalink / raw)
  To: Sharma Sushant; +Cc: linux-kernel

Well that would very much depend on what you're changing.  For example,
if it is a file system modification, then use file system benchmarks.
However, those same benchmarks would not be appropriate for changes in
the network stack.  A pre-written benchmark may not even exist.  You
should use your knowledge of what you are changing to choose an
appropriate benchmark that will stress that part of the kernel.

Avishay Traeger
http://www.fsl.cs.sunysb.edu/~avishay/

On Tue, 2006-01-03 at 16:34 -0500, Sharma Sushant wrote:
> Hello everyone,
> If someone make some modifications to kernel code and want to know how much
> overead those modifications has caused, what are the benchmarks that one
> should use to calculate the overhead of the added code. 
> please cc the reply to me.
> Thanks a lot.
> 
> --
> Sushant Sharma
> http://cs.unm.edu/~sushant
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Benchmarks
  2006-01-03 21:34 Benchmarks Sharma Sushant
@ 2006-01-03 21:36 ` Arjan van de Ven
  2006-01-03 21:39 ` Benchmarks Avishay Traeger
  1 sibling, 0 replies; 7+ messages in thread
From: Arjan van de Ven @ 2006-01-03 21:36 UTC (permalink / raw)
  To: Sharma Sushant; +Cc: linux-kernel

On Tue, 2006-01-03 at 16:34 -0500, Sharma Sushant wrote:
> Hello everyone,
> If someone make some modifications to kernel code and want to know how much
> overead those modifications has caused, what are the benchmarks that one
> should use to calculate the overhead of the added code. 
> please cc the reply to me.

it really depends on what area of the kernel you're changing.. there's
no "golden" benchmark that tests the entire kernel and gives one nice
answer... there are however a lot of smaller benchmarks that test a
portion of the kernel....


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Benchmarks
@ 2006-01-03 21:34 Sharma Sushant
  2006-01-03 21:36 ` Benchmarks Arjan van de Ven
  2006-01-03 21:39 ` Benchmarks Avishay Traeger
  0 siblings, 2 replies; 7+ messages in thread
From: Sharma Sushant @ 2006-01-03 21:34 UTC (permalink / raw)
  To: linux-kernel

Hello everyone,
If someone make some modifications to kernel code and want to know how much
overead those modifications has caused, what are the benchmarks that one
should use to calculate the overhead of the added code. 
please cc the reply to me.
Thanks a lot.

--
Sushant Sharma
http://cs.unm.edu/~sushant

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-02-08 23:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08 20:10 benchmarks Jan Koss
2006-02-08 23:35 ` benchmarks Michal Piotrowski
  -- strict thread matches above, loose matches on Subject: below --
2006-01-03 22:29 Benchmarks Randy.Dunlap
2006-01-03 21:34 Benchmarks Sharma Sushant
2006-01-03 21:36 ` Benchmarks Arjan van de Ven
2006-01-03 21:39 ` Benchmarks Avishay Traeger
2006-01-03 21:44   ` Benchmarks Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).