Hi Eugene,

Many thanks after I wrote that last email I found this very helpful link that 
discusses remote monitoring architecture and the setup. It is:

http://geeklondon.com/blog/view/death-by-acronyms

The issue I ran into is I am using the AC built into Eclipse and launching the 
WLS 10.3 app server locally. You still need the native back in as the article 
refered to which is the libagent and it's dll or so (linux). By using the 
separate Agent Controller install perhaps the dll or so is provided so no 
problems. By running the app server without that install and modifying the app 
server startup command line I found a gap in the install instructions for 
running locally. I will look at the updated docs to see if that configuration 
is mentioned.

Again many thanks,
-Tony

--- On Tue, 4/14/09, Eugene Chan <ewc...@ca.ibm.com> wrote:

> From: Eugene Chan <ewc...@ca.ibm.com>
> Subject: Re: [tptp-tracing-profiling-tools-dev] Monitoring WebLogic Server....
> To: "TPTP Tracing and Profiling Tools Project developer discussions" 
> <tptp-tracing-profiling-tools-dev@eclipse.org>, adanec...@yahoo.com
> Cc: "TPTP Tracing and Profiling Tools Project developer discussions" 
> <tptp-tracing-profiling-tools-dev@eclipse.org>, 
> tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> Date: Tuesday, April 14, 2009, 9:46 AM
> 
> 
> Hi Tony,
> 
> 
> 
> In order to get remote
> agent working,
> you will have to 
> 
> 1. install the Agent
> Controller on the
> remote box 
> 
> 2. setup the environment
> variables on
> the remote box
> 
> Set TPTP_AC_HOME=<<Agent
> Controller Home>> 
> 
> Set JAVA_PROFILER_HOME=%TPTP_AC_HOME%\plugins\org.eclipse.tptp.javaprofiler
> 
> 
> Set PATH=%JAVA_PROFILER_HOME%;%PATH%;%TPTP_AC_HOME%\bin
> 
> Set PATH=%PATH%;%JAVA_HOME%\bin
> 
> 3. start the target
> process with
> -agentlib:JPIBootLoader=JPIAgent:server=enabled;.....
> vm argument.
> 
> 
> 
> I have update the
> documentation of the
> Agent Controller and please refer to the section
> 'Inovcation of the Java
> Profiler from the Command Line'
> 
> http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/packaging_md/windows/getting_started.html?root=TPTP_Project&view=co
> 
> 
> 
> Let me know if you see any
> needs for
> update and changes.
> 
> It would be better if we
> continue this
> discussion in the newsgroup (news://news.eclipse.org/eclipse.tptp)
> such that the user community can track better,  I have
> posted our
> discussion there for you to follow. This mailing list is
> aimed for TPTP
> Trace and Profiling Tools Project developer
> discussion.
> 
> 
> 
> Regards,
> 
> ___________________________________________
> 
> 
> 
> Eugene Chan
> 
> IBM Toronto Lab, Canada
> 
> 
> 
> 
> 
> 
> 
> 
> From:
> Tony Anecito
> <adanec...@yahoo.com>
> 
> To:
> TPTP Tracing and
> Profiling Tools Project
> developer discussions
> <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> Date:
> 04/14/2009 10:52
> AM
> 
> Subject:
> Re:
> [tptp-tracing-profiling-tools-dev]
> Monitoring WebLogic Server....
> 
> Sent
> by:
> tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Hi Eugene,
> 
> 
> 
> Thanks I appreciate the effort. Please let me know when you
> have more detail
> and I will look it over and comment. As you know for the
> dll issue I was
> taking a guess on what to do since there was no reference
> on how the tool
> finds those by Environment variables.
> 
> 
> 
> My question to you is to get remote agent working on a test
> box with Weblogic
> what do I have to have installed to get that agent working
> in server=enabled
> mode? For my windows box where I have both eclipse and WLS
> 10.3 installed
> I had to point my "PATH" environment variable to
> the directory
> where the dll AgentBase was located. On a box where WLS
> running do I have
> to have eclipse installed or is there a Agent install or
> zip with just
> the needed libraries?
> 
> 
> 
> For some reason yesterday I did not get any execution
> analysis info and
> today it started working without any effort on my part.
> What I do is go
> to Eclipse and do the following:
> 
> 
> 
> 1. From Menu button go to Profile Configurations Window
> 
> 2. On left hand sidebar select Attach to Agent "New
> Configuration"
> item from tree (note the leaf "New Configuration"
> was created
> previously)
> 
> 3. In main content pane select the "Agents" tab
> (note it was
> highlighted in red)
> 
> 4. On the Available agents tab there should be displayed
> text Java Profiling-
> JRE 1.5 or newer ... Check the check box for that tree
> branch and the "Execution
> Time Analysis" leaf will also be checked.
> 
> 5. Select "Apply" button then the
> "Profile" button
> 
> 6. The Eclipse view "Profiling and L..." will be
> shown (already
> selected to begin with) and the "Profile Monitor"
> tab will be
> shown in a state where a new Monitoring profile item is
> displayed in the
> "<monitoring>" state.
> 
> 7. If I double click the execution analysis I will
> eventually get the profile
> timing analysis in the "Execution Analysis" tab.
> 
> 
> 
> 
> 
> 
> 
> --- On Mon, 4/13/09, Eugene Chan <ewc...@ca.ibm.com>
> wrote:
> 
> 
> 
> > From: Eugene Chan <ewc...@ca.ibm.com>
> 
> > Subject: Re: [tptp-tracing-profiling-tools-dev]
> Monitoring WebLogic
> Server....
> 
> > To: "TPTP Tracing and Profiling Tools Project
> developer discussions"
> <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > Cc: "TPTP Tracing and Profiling Tools Project
> developer discussions"
> <tptp-tracing-profiling-tools-dev@eclipse.org>,
> tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > Date: Monday, April 13, 2009, 12:53 PM
> 
> > 
> 
> > 
> 
> > Hi Tony,
> 
> > 
> 
> > 
> 
> > 
> 
> > Thanks for your input,
> 
> > perhaps the documentation
> 
> > should be updated and improved. 
> 
> > 
> 
> > The environment variable
> 
> > setup requirement
> 
> > will handle the locating and loading of the
> 
> > libraries.
> 
> > 
> 
> > 
> 
> > 
> 
> > I am going to update of
> 
> > the documentation
> 
> > with more detail.
> 
> > 
> 
> > 
> 
> > 
> 
> > Thanks again for using
> 
> > TPTP.
> 
> > 
> 
> > ___________________________________________
> 
> > 
> 
> > 
> 
> > 
> 
> > Eugene Chan
> 
> > 
> 
> > IBM Toronto Lab, Canada
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > From:
> 
> > Tony Anecito
> 
> > <adanec...@yahoo.com>
> 
> > 
> 
> > To:
> 
> > TPTP Tracing and
> 
> > Profiling Tools Project
> 
> > developer discussions
> 
> > <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > 
> 
> > Date:
> 
> > 04/13/2009 02:35
> 
> > PM
> 
> > 
> 
> > Subject:
> 
> > Re:
> 
> > [tptp-tracing-profiling-tools-dev]
> 
> > Monitoring WebLogic Server....
> 
> > 
> 
> > Sent
> 
> > by:
> 
> > tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > Hi Eugene,
> 
> > 
> 
> > 
> 
> > 
> 
> > I read the document but it did not cover the path
> where I
> 
> > found the AgentBase.dll
> 
> > which is:
> 
> > 
> 
> > 
> 
> > 
> 
> >
> eclipse\plugins\org.eclipse.tptp.platform.ac.win_ia32_4.4.100.v200902101418
> 
> > 
> 
> > 
> 
> > 
> 
> > Unless of course AC home is the bin directory of the
> path
> 
> > above. I used
> 
> > the path to eclipse itself. One I added the path to
> the bin
> 
> > directory for
> 
> > the above to the PATH environment variable then I got
> past
> 
> > the problem
> 
> > of the AgentBase.dll and was able to get an agent
> listed.
> 
> > Even though the
> 
> > agent controller built into Eclipse tried to connect
> it
> 
> > could not. It gave
> 
> > eventually the error 
> 
> > 
> 
> > 
> 
> > 
> 
> > --- On Mon, 4/13/09, Eugene Chan
> <ewc...@ca.ibm.com>
> 
> > wrote:
> 
> > 
> 
> > 
> 
> > 
> 
> > > From: Eugene Chan <ewc...@ca.ibm.com>
> 
> > 
> 
> > > Subject: Re: [tptp-tracing-profiling-tools-dev]
> 
> > Monitoring WebLogic
> 
> > Server....
> 
> > 
> 
> > > To: "TPTP Tracing and Profiling Tools
> Project
> 
> > developer discussions"
> 
> > <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > 
> 
> > > Cc: "TPTP Tracing and Profiling Tools
> Project
> 
> > developer discussions"
> 
> > <tptp-tracing-profiling-tools-dev@eclipse.org>,
> 
> > tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > > Date: Monday, April 13, 2009, 11:53 AM
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Tony,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > You can start the server
> 
> > 
> 
> > > in any mode
> 
> > 
> 
> > > (server=enable/standalone/controlled) depending
> on
> 
> > your
> 
> > 
> 
> > > usage, please read
> 
> > 
> 
> > > the link I sent earlier for detail. Also in the
> link
> 
> > there
> 
> > 
> 
> > > is a section
> 
> > 
> 
> > > about variable setup for the libraries to load
> which
> 
> > should
> 
> > 
> 
> > > solve the AgentBase.dll
> 
> > 
> 
> > > not found problem.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Once again, here is the
> 
> > 
> 
> > > link:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/packaging_md/windows/getting_started.html?root=TPTP_Project&view=co
> 
> > 
> 
> > > 
> 
> > 
> 
> > >  
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Regards.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > ___________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Eugene Chan
> 
> > 
> 
> > > 
> 
> > 
> 
> > > IBM Toronto Lab, Canada
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > From:
> 
> > 
> 
> > > Tony Anecito
> 
> > 
> 
> > > <adanec...@yahoo.com>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > To:
> 
> > 
> 
> > > TPTP Tracing and
> 
> > 
> 
> > > Profiling Tools Project
> 
> > 
> 
> > > developer discussions
> 
> > 
> 
> > >
> <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Date:
> 
> > 
> 
> > > 04/13/2009 01:47
> 
> > 
> 
> > > PM
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Subject:
> 
> > 
> 
> > > Re:
> 
> > 
> 
> > > [tptp-tracing-profiling-tools-dev]
> 
> > 
> 
> > > Monitoring WebLogic Server....
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Sent
> 
> > 
> 
> > > by:
> 
> > 
> 
> > >
> tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Hi Eugene,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > I noticed that in standalone Weblogic starts
> fine.
> 
> > When set
> 
> > 
> 
> > > to enabled
> 
> > 
> 
> > > for the server value I get an error about
> 
> > AgentBase.dll not
> 
> > 
> 
> > > found for the
> 
> > 
> 
> > > jvmti package just like the javaprofiler package
> for
> 
> > the
> 
> > 
> 
> > > Agent Controller.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > I need to communicate with the remote agent and I
> from
> 
> > the
> 
> > 
> 
> > > documentation
> 
> > 
> 
> > > I think I need to ser server to enabled correct?
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Thanks,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > -Tony
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > --- On Mon, 4/13/09, Eugene Chan
> 
> > <ewc...@ca.ibm.com>
> 
> > 
> 
> > > wrote:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > From: Eugene Chan <ewc...@ca.ibm.com>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Subject: Re:
> [tptp-tracing-profiling-tools-dev]
> 
> > 
> 
> > > Monitoring WebLogic
> 
> > 
> 
> > > Server....
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > To: "TPTP Tracing and Profiling Tools
> 
> > Project
> 
> > 
> 
> > > developer discussions"
> 
> > 
> 
> > >
> <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Cc: "TPTP Tracing and Profiling Tools
> 
> > Project
> 
> > 
> 
> > > developer discussions"
> 
> > 
> 
> > >
> <tptp-tracing-profiling-tools-dev@eclipse.org>,
> 
> > 
> 
> > >
> tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Date: Monday, April 13, 2009, 11:11 AM
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Hi Tony,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > The profiler libraries are
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > packaged
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > under
> org.eclipse.tptp.platform.jvmti.runtime
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > in
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > TPTP all package and under
> 
> > 
> 
> > > org.eclipse.tptp.javaprofiler
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > in an Agent Controller package.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Regards,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > ___________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Eugene Chan
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > IBM Toronto Lab, Canada
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > email: ewc...@ca.ibm.com
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > pwa: D3-268 | tieline: 313-6102
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > voice: 1.905.413.6102 | fax: 1.905.413.4850
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > From:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Tony Anecito
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > <adanec...@yahoo.com>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > To:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > TPTP Tracing and
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Profiling Tools Project
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > developer discussions
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> 
> > <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Cc:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > TPTP Profiling
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> 
> > <tptp-tracing-profiling-tools-dev@eclipse.org>,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> 
> > tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Date:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 04/13/2009 01:07
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > PM
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Subject:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Re:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > [tptp-tracing-profiling-tools-dev]
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Monitoring WebLogic Server....
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Sent
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > by:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> 
> > tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Hi Chan,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > I had found an example that this link to
> the
> 
> > 
> 
> > > documention
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > supports. Problem
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > is the following package does not exist with
> the
> 
> > TPTP
> 
> > 
> 
> > > all
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > distribution:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > org.eclipse.tptp.javaprofiler
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > I am not sure if the instructions are wrong
> or
> 
> > there
> 
> > 
> 
> > > is
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > another package
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > that was forgotten for the TPTP all
> distribution.
> 
> > I
> 
> > 
> 
> > > think
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > this is part
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > of the agent sdk installation that is
> separate
> 
> > for
> 
> > 
> 
> > > some
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > reason from the
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > TPTP all distribution.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > I will try to find this package if it
> exists.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > -Tony
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > --- On Mon, 4/13/09, Eugene Chan
> 
> > 
> 
> > > <ewc...@ca.ibm.com>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > wrote:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > From: Eugene Chan
> <ewc...@ca.ibm.com>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Subject: Re:
> 
> > [tptp-tracing-profiling-tools-dev]
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Monitoring WebLogic
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > Server....
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > To: "TPTP Tracing and Profiling
> Tools
> 
> > 
> 
> > > Project
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > developer discussions"
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> 
> > <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Cc: "TPTP Profiling"
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> 
> > <tptp-tracing-profiling-tools-dev@eclipse.org>,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> 
> > tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Date: Monday, April 13, 2009, 8:51 AM
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Hi Tony,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Profiling Agents are
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > packaged with Agent
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Controller (available under the
> section
> 
> > 
> 
> > > 'Agent
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Controller' of TPTP download
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > page). In order to start you WLS with
> 
> > profiling
> 
> > 
> 
> > > agent,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > you
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > will have to
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > insert additional VM argument to the
> 
> > startup
> 
> > 
> 
> > > process
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > for
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > the profiling
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > agent to be loaded with the WLS target
> 
> > process.
> 
> > 
> 
> > > The
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > TPTP
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 4.5.2 all-in-one
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > zip contains the agent libraries under
> 
> > plugin
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > >
> 
> > 
> 
> > >
> 'org.eclipse.tptp.platform.jvmti.runtime'.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Please see the Agent
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Controller documentation
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > for detail on how to use the Java
> profiler
> 
> > and
> 
> > 
> 
> > > invoke
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > it
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > from JVM >
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/packaging_md/windows/getting_started.html?root=TPTP_Project&view=co#Java_15
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Regards,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > >
> ___________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Eugene Chan
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > IBM Toronto Lab, Canada
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > From:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Tony Anecito
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > <adanec...@yahoo.com>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > To:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > TPTP Profiling
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > >
> 
> > 
> 
> > >
> <tptp-tracing-profiling-tools-dev@eclipse.org>
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Date:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 04/13/2009 10:45
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > AM
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Subject:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > [tptp-tracing-profiling-tools-dev]
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Monitoring
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > WebLogic Server....
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Sent
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > by:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > >
> 
> > 
> 
> > >
> tptp-tracing-profiling-tools-dev-boun...@eclipse.org
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Hi All,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > I downloaded the TPTP and then
> launched
> 
> > 
> 
> > > separately
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > WLS
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 10.3. I then went
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > into Eclipse with TPTP 4.5.2 and tried
> 
> > attaching
> 
> > 
> 
> > > to
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > an
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > available agent
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > and there was none. I then downloaded
> the
> 
> > Agent
> 
> > 
> 
> > > but
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > it
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > turned out to be
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > only the SDK for developing an agent.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > So the question is where is the agent?
> Is
> 
> > it
> 
> > 
> 
> > > include
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > with
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > the TPTP4.5.2
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > download all zip? If so where can I
> find it
> 
> > and
> 
> > 
> 
> > > the
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > directions on how to
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > launch it?
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Also, I want to profile a remote app
> on
> 
> > Solaris
> 
> > 
> 
> > > is
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > there an
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > agent for that?
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Thanks,
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > -Tony
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > >       
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > >
> 
> > _______________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 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
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > -----Inline Attachment Follows-----
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > >
> 
> > _______________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 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
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >       
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> _______________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 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
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > -----Inline Attachment Follows-----
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > >
> _______________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 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
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > >       
> 
> > 
> 
> > > 
> 
> > 
> 
> > > _______________________________________________
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 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
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > -----Inline Attachment Follows-----
> 
> > 
> 
> > > 
> 
> > 
> 
> > > _______________________________________________
> 
> > 
> 
> > > 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
> 
> > 
> 
> > > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> >       
> 
> > 
> 
> > _______________________________________________
> 
> > 
> 
> > 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
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > -----Inline Attachment Follows-----
> 
> > 
> 
> > _______________________________________________
> 
> > 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
> 
> > 
> 
> 
> 
> 
> 
>       
> 
> _______________________________________________
> 
> 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
> 
> 
> 
> 
> 
> 



_______________________________________________
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