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


Hello Richard,
Been meaning to tell you this for sometime now.  Just FYI.

You said:
Furthermore, the Hyades
Data Collection binary directory needs to be in your path.  All of the
dependancies for the profiler are in that directory.


Wrt to the above comment, the code we checked in last week has make targets to build a standalone piAgent.dll. That is,
all the RAC library dependencies are pulled into the piAgent. Currently, these targets are not built in the nightly builds.
At some point in time, it may be worth making these the defaults in the nightly builds.

Anandi




Richard Duggan <rduggan@xxxxxxxxxx>
Sent by: hyades-dev-admin@xxxxxxxxxxx

03/17/2004 01:07 PM

Please respond to
hyades-dev

To
hyades-dev@xxxxxxxxxxx
cc
Subject
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

_______________________________________________
hyades-dev mailing list
hyades-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/hyades-dev


Back to the top