Archive for the ‘Weblogic’ Category
Thursday, April 17th, 2008
After getting nowhere with lack luster HP support, I turned to the power of the Open Source community and got a very simple script up and running to remotely monitor Weblogic JVM Performance and JMS queues using JMX and JRuby.
Despite having some initial issues with the code, the author of ...
Posted in LoadRunner, Ruby, Analysis, Weblogic, SiteScope | 1 Comment »
Sunday, March 2nd, 2008
The following scripts are examples on how to generate load for the BEA WebLogic implementation of JMS. Specifically I demonstrate how to place messages on a queue and how to publish messages to a topic using a Java Vuser within LoadRunner.
Posted in LoadRunner, Java, Automation, Weblogic | 8 Comments »
Thursday, February 28th, 2008
Using JMX (Java Management Extensions) it is possible to monitor Managed Beans published by MBean servers. Weblogic (WL) provides MBeans for both admin and managed servers.
You can find out more info about WebLogic MBeans and accessing them with JMX here ...
Following are some augmented instructions for setting up JMX monitors ...
Posted in LoadRunner, Java, Weblogic, SiteScope | 9 Comments »
Thursday, February 21st, 2008
When configuring the WebLogic (JMX) monitor (Add Measurements via the Run tab in Controller) you may be presented with the following error:
Java Virtual Machine Version mismatch: Required version: 1.3
To overcome this try the following steps ...
Posted in LoadRunner, Weblogic | 2 Comments »