--------------3555DBC64E6B3C554E7E3A1
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
> From: ADAM Sulmicki <adam@cfar.umd.edu>
> still I need some good stress program... it is getting harder and harder
> to kill kernel ... and unfortunatelly you can't do 'mak -j Word' w/
> Xfree86-3.3.1 :(
Someone posted this stress test for I/O subsystem a while back on this
list.
-- Jeff Garzik Quality news feeds News Administrator INN Technical info, Consulting Spinne, Inc. http://www.spinne.com/usenet/--------------3555DBC64E6B3C554E7E3A1 Content-Type: text/plain; charset=us-ascii; name="bb-stress" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bb-stress"
#!/bin/sh
badblocks -w -s -b 1024 -o /tmp/list.1 /dev/??? (blocks * .25) 0 & badblocks -w -s -b 1024 -o /tmp/list.2 /dev/??? (blocks * .5) (blocks * .25) & badblocks -w -s -b 1024 -o /tmp/list.3 /dev/??? (blocks * .75) (blocks * .5) & badblocks -w -s -b 1024 -o /tmp/list.4 /dev/??? (blocks) (blocks * .75) &
--------------3555DBC64E6B3C554E7E3A1--