At 11:41 AM 5/24/05, Niall O'Higgins wrote:
On Tue, May 24, 2005 at 04:00:20PM +0100, Gaby vanhegan wrote:
> I have acquired some second-hand dual processor servers with the
> intention of putting OpenBSD with on them. I have put Debian on one of
> them and FreeBSD on another, and am pounding them as hard as I can with
> setiathome to see if they fall over.
[EMAIL PROTECTED] touches pretty narrow parts of the system, doesn't it?
CPU-bound in userland with little kernel interaction AFAIK...perhaps not the
best thing to judge real-world stability by.
> Is there a similar burn-testing app that I can run on OpenBSD to test
> the stability of the machines over a 12 day period?
Besides maybe some memory access, does running [EMAIL PROTECTED] really show
system stability any more than the following shell script shows system
stability?
while true; do done;
[EMAIL PROTECTED] writes only about 4K to disk once per minute per
process. Minimal network traffic to receive work units (240K) & send
results as required (about 4-12 times per process per day depending on cpu
speed).