The profiler does not support concurrent profiling of Memory (Heap Prof), 
Thread (ThreadProf) and Execution Statistics (CGProf) at this time. There is an 
enh being considered to enable this.

So you have to do the profiling tasks in sequence and analyze your application.

The command line below will need to be 

java 
'-agentlib:JPIBootLoader=JPIAgent:server=standalone;CGProf:execdetails=true;  
<Application> ----[For Execution Stat]

java 
'-agentlib:JPIBootLoader=JPIAgent:server=standalone;HeapProf:allocsites=true; 
<Application> -----[For Memory Stat]

 

-Guru

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno 
German-GKT867
Sent: Friday, August 17, 2007 3:01 PM
To: tptp-tracing-profiling-tools-dev@eclipse.org
Subject: [tptp-tracing-profiling-tools-dev] Problem with executionstatistics 
using TPTP 4.4 in standalone mode. 

 

Steps To Reproduce Problem:

 

I'm using:

- Red Hat Enterprise 5 x86_64
- Stand alone agent controller (4.4.0.1) - LINUX IA32 

- Eclipse 3.3 and installed TPTP using the update site.

- Sun JDK 6: 

    Java version "1.6.0_02"

    Java(TM) SE Runtime Environment (build 1.6.0_02-b05)

    Java HotSpot(TM) Server VM (build 1.6.0_02-b05, mixed mode)

- Machine: dual quad core Xeon 5300 series

 

I'm running a simple Java application like this (without any filters):

 

java 
'-agentlib:JPIBootLoader=JPIAgent:server=standalone;CGProf:execdetails=true;HeapProf:allocsites=true;ThreadProf'
 <Application>

 

This testing application has one class and some objects.

 

I'm obtaining a trace.trcxml file and I'm importing this file to Eclipse 
Workbench. 

 

The problem is I can see all statistics but NOT MEMORY STATISTICS; memory 
statistics are empty. 

 

Regards.

 

Germán Bruno

Software Engineer

Motorola Software Group Argentina

Avda. Hipólito Irigoyen 146, piso 4

(X5000JHO) Córdoba, Argentina

Phone: + 54 - +351 - 4209274

E-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

Motorola Classification:
(X) Public
( ) Internal
( ) Motorola Confidential Restricted

 

_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev

Reply via email to