Re: Perfmon on Itanium

Stephane Eranian <[email protected]> Mon, 12 Aug 2002 14:22:49 -0700
Newsgroups gmane.linux.redhat.ia64.general
Message-ID <[email protected]>
Hi,

On Mon, Aug 12, 2002 at 04:51:43PM -0400, Mongkol Ekpanyapong wrote:
>     I would like to acquire process's performance information on Itanium.
> Currently I'm using kernel 2.4.17 and it provides me perfmon.
> However I don't know how to make interface to perfmon or any document regarding that.
> Any suggestion?

There is a tool called pfmon which can collect per-process (task) or 
system-wide monitoring information based on the IA-64 performance 
counters (PMU). ALL the features of the PMU for both Itanium and Itanium2 are
supported. Currently multi-threaded applications are not supported
in the per-process mode.

You can get this tool from:

		ftp://ftp.hpl.hp.com/pub/linux-ia64/pfmon-1.1.tar.gz
		(a  binary RPM is also available)

To get this tool to work, you NEED to use 2.4.18.

-- 
-Stephane