Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] How to us hyades to test weblogic web application



Kan,

The Hyades profiling agent uses the JVMPI interface of the Java Virtual
Machine to profile applications.   Using this interface, the profiler can
be bootstrapped into any JVM which supports this interface.   I did some
searching on the BEA website and found that JRocket does support JVMPI.
Here is a link to the additional information provided by BEA.

http://edocs.bea.com/wljrockit/docs81/portblty/jvmtools.html

In order to get the profiler to run in your application, all you should
need to do is locate the portion of your script where the JVM arguments are
provided to the JVM.  You need to add the -XrunpiAgent parameter for the
Hyades profiler to be bootstrapped by the JVM.  Furthermore, the Hyades
Data Collection binary directory needs to be in your path.  All of the
dependancies for the profiler are in that directory.



Richard K. Duggan
Problem Determination Enablement
IBM Toronto Laboratory
External: 905-413-2396
Internal: 969-2396



                                                                           
             "Surachai                                                     
             Locharoen"                                                    
             <surachai@xxxxxx.                                          To 
             th>                       <hyades-dev@xxxxxxxxxxx>            
             Sent by:                                                   cc 
             hyades-dev-admin@                                             
             eclipse.org                                           Subject 
                                       [hyades-dev] How to us hyades to    
                                       test weblogic web application       
             03/17/2004 12:33                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                hyades-dev                                                 
                                                                           
                                                                           




I would like to know how to plug hyad performance listener to weblogic jvm.
Weblogic server have script to start server ready.
Can you suggest me anything ?

Kan



Back to the top