All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel Test tools
@ 2002-12-03 13:04 Richard B. Tilley  (Brad)
  2002-12-03 13:32 ` Dave Jones
  2002-12-04  1:29 ` scott thomason
  0 siblings, 2 replies; 6+ messages in thread
From: Richard B. Tilley  (Brad) @ 2002-12-03 13:04 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

Where can one find programs to comparison test or stress test beta
kernels?

Thanks,

Brad



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

* Re: Kernel Test tools
  2002-12-03 13:04 Kernel Test tools Richard B. Tilley  (Brad)
@ 2002-12-03 13:32 ` Dave Jones
  2002-12-03 16:31   ` Randy.Dunlap
  2002-12-04  1:29 ` scott thomason
  1 sibling, 1 reply; 6+ messages in thread
From: Dave Jones @ 2002-12-03 13:32 UTC (permalink / raw)
  To: Richard B. Tilley  (Brad); +Cc: linux-kernel@vger.kernel.org

On Tue, Dec 03, 2002 at 08:04:10AM -0500, Richard B. Tilley  (Brad) wrote:
 > Where can one find programs to comparison test or stress test beta
 > kernels?

linux test project - http://ltp.sf.net

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

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

* Re: Kernel Test tools
  2002-12-03 13:32 ` Dave Jones
@ 2002-12-03 16:31   ` Randy.Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy.Dunlap @ 2002-12-03 16:31 UTC (permalink / raw)
  To: Dave Jones; +Cc: Richard B. Tilley  (Brad), linux-kernel@vger.kernel.org

On Tue, 3 Dec 2002, Dave Jones wrote:

| On Tue, Dec 03, 2002 at 08:04:10AM -0500, Richard B. Tilley  (Brad) wrote:
|  > Where can one find programs to comparison test or stress test beta
|  > kernels?
|
| linux test project - http://ltp.sf.net

and OSDL STP:  http://www.osdl.org/stp/

-- 
~Randy


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

* RE: Kernel Test tools
@ 2002-12-03 18:04 Manish Lachwani
  0 siblings, 0 replies; 6+ messages in thread
From: Manish Lachwani @ 2002-12-03 18:04 UTC (permalink / raw)
  To: 'Richard B. Tilley " "(Brad)', linux-kernel

For performance:

LMBench, Streambench, netperf, dt, bonnie, iometer, chariot etc

For stress

netperf, memtestx86, cpuburn



-----Original Message-----
From: Richard B. Tilley " "(Brad) [mailto:rtilley@vt.edu]
Sent: Tuesday, December 03, 2002 5:04 AM
To: linux-kernel@vger.kernel.org
Subject: Kernel Test tools


Where can one find programs to comparison test or stress test beta
kernels?

Thanks,

Brad


-
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] 6+ messages in thread

* Re: Kernel Test tools
  2002-12-03 13:04 Kernel Test tools Richard B. Tilley  (Brad)
  2002-12-03 13:32 ` Dave Jones
@ 2002-12-04  1:29 ` scott thomason
  2002-12-06 20:53   ` Cliff White
  1 sibling, 1 reply; 6+ messages in thread
From: scott thomason @ 2002-12-04  1:29 UTC (permalink / raw)
  To: Richard B. Tilley  (Brad); +Cc: Linux Kernel Mailing List

On Tuesday 03 December 2002 07:04 am, Richard B. Tilley " "(Brad) 
wrote:
> Where can one find programs to comparison test or stress test beta
> kernels?

Google for these downloads (I don't have the original URLs):

bench-20010103.tar.gz
contest-0.51.tar.gz
glibench-0.2.5.tar.gz
lmbench-2.0.3.tgz
lots_of_forks.sh
ltp-20021107.tgz
mongo.tar.bz2
s7110.tar.Z
s9110.tar.Z
slab-bench.tar.gz
tiobench-0.3.3.tar.gz
unixbench-4.1.0.tgz
vmregress-0.7.tar.gz

I think I found a lot of these via Freshmeat and SourceForge IIRC.
---scott

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

* Re: Kernel Test tools
  2002-12-04  1:29 ` scott thomason
@ 2002-12-06 20:53   ` Cliff White
  0 siblings, 0 replies; 6+ messages in thread
From: Cliff White @ 2002-12-06 20:53 UTC (permalink / raw)
  To: scott-kernel; +Cc: Richard B. Tilley  (Brad), Linux Kernel Mailing List, cliffw

> On Tuesday 03 December 2002 07:04 am, Richard B. Tilley " "(Brad) 
> wrote:
> > Where can one find programs to comparison test or stress test beta
> > kernels?
> 
> Google for these downloads (I don't have the original URLs):
> 
> bench-20010103.tar.gz
> contest-0.51.tar.gz
> glibench-0.2.5.tar.gz
> lmbench-2.0.3.tgz
> lots_of_forks.sh
> ltp-20021107.tgz
> mongo.tar.bz2
> s7110.tar.Z
> s9110.tar.Z
> slab-bench.tar.gz
> tiobench-0.3.3.tar.gz
> unixbench-4.1.0.tgz
> vmregress-0.7.tar.gz
> 

You can get most of these from the STP CVS tree on Sourceforge.
They are in the 'tests' module
cvs -d:pserver:anonymous@cvs.stp.sourceforge.net:/cvsroot/stp login
 
cvs -z3 -d:pserver:anonymous@cvs.stp.sourceforge.net:/cvsroot/stp co tests

We don't have mongo, glibench or lots-of-forks, but i think we 
have the rest.
cliffw

> I think I found a lot of these via Freshmeat and SourceForge IIRC.
> ---scott
> -
> 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] 6+ messages in thread

end of thread, other threads:[~2002-12-06 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-03 13:04 Kernel Test tools Richard B. Tilley  (Brad)
2002-12-03 13:32 ` Dave Jones
2002-12-03 16:31   ` Randy.Dunlap
2002-12-04  1:29 ` scott thomason
2002-12-06 20:53   ` Cliff White
  -- strict thread matches above, loose matches on Subject: below --
2002-12-03 18:04 Manish Lachwani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.