From owner-freebsd-chat@FreeBSD.ORG Tue Apr 17 11:33:15 2012 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 332A71065678 for ; Tue, 17 Apr 2012 11:33:15 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id EF3FF8FC0A for ; Tue, 17 Apr 2012 11:33:14 +0000 (UTC) Received: by iahk25 with SMTP id k25so11540602iah.13 for ; Tue, 17 Apr 2012 04:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Xjdp4mEgkFFkbUtvEsemX+PAmBKtqDhj8JbRbaaTpi0=; b=AKutjDmc8RpKcrSBCliw1OApWLUFnQQh0Kz+mCvqPeQwe1C4UD9PEChxrc1GYLFPz3 JtVWC/9ISFJIxa+NRmefYFweamoG6nVDvR4NBmhMdN2/tyAxulmaom1iLeQXSRQupHiG BZZZl3kS1xaTK0yyZbXyn/PhdUEBFLfVMDmvZ4RYDdgZbcO7kG83tBt2vZuEMNYq9hhD 08f2XdribX37EyTNRHdNfnjx3IA5WT08qXLZbZ2mQtO5YTzFeBYBsrSK7jQlBl2LCnq+ OLcvE2nGljlpuUr7HIl5X6+7ApAqrXgUEQMXHqEvaQfUfcYQIQQjluGkutVQnhDKP1U4 DRNA== Received: by 10.50.156.170 with SMTP id wf10mr8958115igb.7.1334662393609; Tue, 17 Apr 2012 04:33:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.170.104 with HTTP; Tue, 17 Apr 2012 04:32:52 -0700 (PDT) In-Reply-To: References: From: Christer Solskogen Date: Tue, 17 Apr 2012 13:32:52 +0200 Message-ID: To: Ali Mousa Content-Type: text/plain; charset=UTF-8 Cc: freebsd-chat@freebsd.org Subject: Re: Performance mesurment tools X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 11:33:15 -0000 On Tue, Apr 17, 2012 at 10:38 AM, Ali Mousa wrote: > Hi all > > I'm working on a new tool that may increase Operating System performance. > I'm looking for a tool that can measure OS performance especially FreeBSD, > so I can compare after and before applying the patch. > > I will be thankful for any help. Theres a lot of benchmarks in ports/benchmarks. A nice GUI to that is http://www.freshports.org/benchmarks. Rumor has it that both bonnie(++) and blogbench are used alot. phoronix-test-suite is also often used. Good luck! -- chs,