Re: [perfmon2] Perf. monitoring for java applications

2014-04-02 Thread Binh Pham
pfmon (I only need a few of its functions), > but it can do system-wide monitoring. I put the code at > https://github.com/wwang/pfm_multi. Feel free to check it out. > > cheers, > Wei > > On 04/02/2014 01:10 PM, Binh Pham wrote: >> Hi Maynard, >> >> T

Re: [perfmon2] Perf. monitoring for java applications

2014-04-02 Thread Binh Pham
see those events, and I am able to use it to track performance of C programs on virtual machine so far… Binh On Apr 2, 2014, at 11:14 AM, Maynard Johnson wrote: > On 04/01/2014 04:02 PM, Binh Pham wrote: >> Hi all, >> Sorry if this is a basic question (I searched in the list an

[perfmon2] Perf. monitoring for java applications

2014-04-01 Thread Binh Pham
Hi all, Sorry if this is a basic question (I searched in the list and don’t seem to find a hit). Has anyone had experience with using libpfm for Java applications as all examples in the perf_examples folder are in C? I would appreciate if someone can give me some pointer about that. Another ap