> > One thing to make -j:
> > That mainly tests disk and the swap algorithm - at least in my case.
> > That's a 2x500@500, and a make -j bzImage did not use all CPU time
> > just because data wouldn't come fast enough....
> > 
> 
> not make -j bzImage
> make -j30
> the 30 means run 30 jobs at one time.  Trust me, you will use all available
> cpu, if not, then you are doing something wrong.
> make -j means use 1 job.  Thats no stress (relatively)
> don't do that.

Wrong, make -j spawn as many threads as your computer could handle,
and if you are compiling something with C++ you will get out of virtual
memory soon (unless you use hundereds of megs for swap :))

But I think the best way to stress cpu is to run two burnP6 programs
see http://users.ev1.net/~redelm/  for doc and source.

bye

-- 
  Zdenek Kabelac  http://i.am/kabi/ [EMAIL PROTECTED] {debian.org; fi.muni.cz}
--
=-          To unsubscribe, email [EMAIL PROTECTED] with the       -=
=-                body of "unsubscribe linux-abit".                 -=

Reply via email to