[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Setup and Operation
|
Is there a place where I can find a step by step process to profile a java
process within eclipse?
I've gone through everything I can think of, and can't seem to get it to
work. I've set up the RAService as a service. I can start it and stop it
through the Service Manager.
Then I go into Eclipse and set up a Profiling Project. I've done the
Appearance set up.
I left the localhost:10002 default host. I assume that that is the RAService
that we are talking about here as the host.
I created a Logging agent called "Java Profiling Agent". Don't know why I
did that. Can't seem to find any real explaination about that. All it seems
to be is a name.
I left the Log View stuff as default values.
I imported the standard symptomdb from the IBM ftp site.
I selected basically, collect everything, in Profiling.
And accepted the defaults in Trace Associations.
And since I'm running everything from my localhost. I don't need to set up
Security stuff. Right?
So, now I should be able to start the service, and yes I did run the
ServiceConfig bat file to set the jdk to my JDK home directory and the host
filter to "LOCAL". I also set the RAS_HOME environment variable to the
appropriate Hyades install directory.
Now I should be able to go to my Profiling Project and "Launch" a java
process and see it get profiled. Right? I can launch a class that has a main
method. I can see it say <monitoring...collecting> or whatever it says when
it'd oing that. Then it goes back to just <monitoring>. Shouldn't it
terminate at the end of the main method?
I can't figure out hos I should be able to see the profiling of the program
from that point.
George