From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 08:01:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBA84106566C for ; Mon, 2 Jun 2008 08:01:41 +0000 (UTC) (envelope-from riaank@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id BC7C18FC16 for ; Mon, 2 Jun 2008 08:01:41 +0000 (UTC) (envelope-from riaank@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so958495rvf.43 for ; Mon, 02 Jun 2008 01:01:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=n266lZiTOGMKaQ7OQ+ul2cS3/ES0muWLavrfrGC9D3Y=; b=qTove63XUQQhuV2tHZYWgSG46Ql8QbvxY6UUwSLxIBjMf6Q2Y71WPtKaFlJ1PhtK1/DVGQ/k6pzjuqVLhQy0GLGdgoJ4WAqke84P7mrBKdwEzn97MadNpui3eQb+VE18MbamMyWVoE8cmg0j5TqfCtrs0uGn0feq7Norydc4mSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=UvLynnsnuA7zAREoA2sRXUoUoI/3/uKrmkt5hDTRE96H827Ae1FdvlO7ZStp/SXgOyhaampuUq6tRd2W9tpiWrGBu1h8IpiAUOsltKNZER9lAzFsl9Mdi1pI8tIEnQrFyRUaponRNFsR+VfIN4QUbUr1FTZnXFvczwPIux+cLLs= Received: by 10.114.13.1 with SMTP id 1mr9237615wam.96.1212392058149; Mon, 02 Jun 2008 00:34:18 -0700 (PDT) Received: by 10.115.54.10 with HTTP; Mon, 2 Jun 2008 00:34:18 -0700 (PDT) Message-ID: <85c4b1850806020034i762f4934g999aca5011b803a6@mail.gmail.com> Date: Mon, 2 Jun 2008 09:34:18 +0200 From: "Riaan Kruger" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pmcstat log file analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 08:01:42 -0000 I am looking for an explanation of the pmc native log file fields (or so called raw output) when doing a "pmctstat -R /tmp/mylogfile". A typical sample entry will look like: sample 0x1000401 874 0xc09da725 s I guess the 874 is a PID and the "s" means system as opposed to user. Could anybody point me to documentation which explains this Thanx Riaan