Skip to main content

alphaWorks  >  Forums  >  Bytecode Instrumentation Profiling Toolkit for Java  >  developerWorks

Can I use this tool for an Java app on HP platform?    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 2 - Pages: 1 - Last Post: Mar 9, 2006 9:53 AM Last Post By: Threads: [ Previous | Next ]

Posts: 3
Registered: Mar 08, 2006 10:46:40 PM
Can I use this tool for an Java app on HP platform?
Posted: Mar 08, 2006 10:47:13 PM
Click to report abuse...   Click to reply to this thread Reply
Can I use this tool for an Java app on HP platform?
l_nucita

Posts: 2
Registered: Mar 08, 2006 03:03:09 AM
Re: Can I use this tool for an Java app on HP platform?
Posted: Mar 09, 2006 05:19:28 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
Yes
Remember that instrumentation relies on an external engine (like TPTP Probekit).
Static instrumentation happens on the Java code, so you don't have problems
Dynamic instrumentation can be done with IBM Rational Agent Controller
Cpu samples depend on the native library included in the toolkit. It is not compiled for HP, so this is the only thing you're missing for HP

Posts: 1
Registered: Mar 09, 2006 09:48:58 AM
Re: Can I use this tool for an Java app on HP platform?
Posted: Mar 09, 2006 09:53:23 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
You might want to look into using the Java Interactive Profiler (http://sourceforge.net/projects/jiprof). It profiles using dynamic bytecode instrumentation but doesn't use native components so it should work on HP

Point your RSS reader here for a feed of the latest messages in all forums