From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 13:04:17 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14A0079D for ; Fri, 30 Jan 2015 13:04:17 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D086377C for ; Fri, 30 Jan 2015 13:04:16 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id rp18so3116523iec.12 for ; Fri, 30 Jan 2015 05:04:16 -0800 (PST) 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=LfXx9g/d53qKI4MBZii9YCL/6yq4lk8RPAORj7k/+sA=; b=V2W7wsiMWFN7P0RnD8PPQk5Uyp8rARiFk8R5NcalaVVmOSdFi73WC4ofdgNPK438S4 f1v3AH67EOJ91YY6UKtt7IwglDMyHOVB2cY/uKFjsg6OPKekLhQHLUAfp2jySyarWBqr gYvU+4LTnmpcphMRwX08kKMfSX3Lx8q0tqegFRMjJ2RG6q4Xrj8WaTGFItkF60Wj6EKE yoWv8ZZMyJ+2eidQgo9aeR0pQj+FtKxBXmREI09D9NO6uOZUrsmykzvUk5daKuGoriCc IkIR8RlwFf2ohvc0TP7bRoDjlte7nD9ULug2llQOvIX/tcpCzqCzOXR7vQo4yPJhC4l5 1SRA== MIME-Version: 1.0 X-Received: by 10.107.148.206 with SMTP id w197mr7020804iod.73.1422623056227; Fri, 30 Jan 2015 05:04:16 -0800 (PST) Received: by 10.36.15.193 with HTTP; Fri, 30 Jan 2015 05:04:16 -0800 (PST) Date: Fri, 30 Jan 2015 18:34:16 +0530 Message-ID: Subject: Perfomance counter tool From: Sai Prajeeth To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 13:04:17 -0000 Hello list, I am not sure if this has been asked before but does FreeBSD have any tool to measure performance counters like Linux's 'Perf' ? Some command line tool that can spit out the IPC of the system or something like that? Thanks.