From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 3 07:25:02 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C934106564A for ; Mon, 3 Sep 2012 07:25:02 +0000 (UTC) (envelope-from efiish@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id B48FB8FC1A for ; Mon, 3 Sep 2012 07:25:01 +0000 (UTC) Received: by lage12 with SMTP id e12so4162470lag.13 for ; Mon, 03 Sep 2012 00:25:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=p444yOB5czJ8c5Jtl4KLlONTfMmYM5uQp5VIAOi9AJk=; b=Kpivpq8UD2HIt5QOJsIv28DmoV4Kxx+FGhUiTJiG7XHyruTSshfPm3UlWbq7mxIqH+ lEMdmJk3txAujZC1nsq5o8Tst+Y2WFF3g0DTveLXKpGMaKYAxBruM3w0jx9wzu2X+3Qy soSjdfxy/x2QOsjbPWDyMZjz+AkXhMB6+hUuAnNMxt1ivZUMcpfs45HtCmJrZQKmPlgn T5H5uQ1i+L7zIq9iLXsxvMnbmvnpJdvn8g7544hIfBsSuIOKVQnLPz7/mizMPeAw5tlz ZRmCLPXWfe20r0tKOlvnsJAMEZGY9LrTVYKaoJ/3HZUpKtitzW0DmaeebuXXtbg7szuQ Celw== MIME-Version: 1.0 Received: by 10.152.129.104 with SMTP id nv8mr13037818lab.32.1346657100466; Mon, 03 Sep 2012 00:25:00 -0700 (PDT) Received: by 10.112.18.11 with HTTP; Mon, 3 Sep 2012 00:25:00 -0700 (PDT) Date: Mon, 3 Sep 2012 15:25:00 +0800 Message-ID: From: Junior White To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to do benchmark test for my new kernel. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 07:25:02 -0000 hi all, I build a new kernel and install it, but don't known how to test the my new kernel's performance. I have read the Regressin and Performance Testing Guide in developer's handbook. But where is the test program is, and how do i invoke them? Gratitude to any words! Thank u!