From owner-freebsd-current@FreeBSD.ORG Sat Jun 19 08:34:45 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4804A106566B for ; Sat, 19 Jun 2010 08:34:45 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CEED58FC08 for ; Sat, 19 Jun 2010 08:34:44 +0000 (UTC) Received: by wyb33 with SMTP id 33so1706311wyb.13 for ; Sat, 19 Jun 2010 01:34:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=JGx+WRHBlWk7xamc3CDQ9GvkTTXsHq2NV/7atS+3v84=; b=faznWQao5i5IGh/7D/ZvjtTxOO2ZSV+5sHqjIi8NriI8tNwcmuBleaavI0CAb1YzGW mSHdEgiNJxaN48C6gVaG+7Rs8dxPfPgOwsBQ/8X3S3pIfNjNdZzFvLp7fQ/yEqS2eDGQ 7cvkotKJvz+TplDteE5gwysrZGNaet69uIIKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JnoAhpTENyhfcJZCtUjKqByC/9eNh3VLcNYCiFwA4mrGuUNL6A0d2vw8tztJ1DnFXa 4oH3YtLTIp/0E54o3EuKspMV/pGufYv9eaUyIKTPIvLEvqcv+CocUWf8DdxHtray8cMc Su6BGbMC62eH8SkfzoVQ98cBfC0MXI1vj19ig= MIME-Version: 1.0 Received: by 10.216.162.84 with SMTP id x62mr1581374wek.39.1276936480037; Sat, 19 Jun 2010 01:34:40 -0700 (PDT) Received: by 10.216.51.78 with HTTP; Sat, 19 Jun 2010 01:34:39 -0700 (PDT) In-Reply-To: References: <4C1AB4C0.4020604@freemail.hu> <4C1B3792.9000007@freemail.hu> <4C1C0ED9.8090103@freemail.hu> Date: Sat, 19 Jun 2010 12:34:39 +0400 Message-ID: From: pluknet To: Michael Reifenberger Content-Type: text/plain; charset=ISO-8859-1 Cc: oizs , freebsd-current@freebsd.org Subject: Re: Dell Perc 5/i Performance issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2010 08:34:45 -0000 On 19 June 2010 11:17, Michael Reifenberger wrote: > > Have you enabled the disk caches as well? > Something like: > MegaCli -LdSetProp Cached -LALL -a0 > MegaCli -LdSetProp NORA -LALL -a0 > MegaCli -LdSetProp WB -LALL -a0 > MegaCli -LdSetProp -EnDskCache -LALL -a0 > (Only if having a USV of course) > > Dunno if there is a mfiutil equivalent though. Hi. That would be: mfiutil cache mfid0 enable mfiutil cache mfid0 read-ahead none mfiutil cache mfid0 write-back mfiutil cache mfid0 write-cache enable -- wbr, pluknet