Re: Average time for compiling userland? == benchmarking CPU/IO? best result for database hosting?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Aaron Mason
Date: Sunday, February 28, 2010 - 2:56 pm

On Mon, Mar 1, 2010 at 4:17 AM, Andres Salazar <ndrsslzr80@gmail.com> wrote:

I would say it's probably bottlenecking on disk I/O based on what
you're telling me.  The quad core could have a shitty SATA chipset in
it, causing poor I/O scores.  If the times stop at 30 mins, it's
probably the SATA controller that's reached its limit.

Setting the controller to AHCI would give OpenBSD access to NCQ where
available, but the driver would also have to be written to take
advantage of this I would imagine.  There would also have to *be* a
driver for the controller, which wouldn't be needed if it's being run
in legacy mode (IDE emulation essentially).

If your hard drive comes up as wd0, it's set in Legacy mode.  If it's
sd0, it's in SATA/RAID/AHCI mode (dependant on manufacturer).

-- 
Aaron Mason - Programmer, open source addict
I've taken my software vows - for beta or for worse
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Average time for compiling userland? == benchmarking C ..., Aaron Mason, (Sun Feb 28, 2:56 pm)
Re: Average time for compiling userland? == benchmarking C ..., Schöberle Dániel, (Mon Mar 1, 2:01 am)