Archive for the ‘Weblogic’ Category

Monitoring Weblogic 9.2 with JMX and JRuby

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 ...

Using LoadRunner Java Vusers with WebLogic JMS Queues/Topics

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.

Monitoring Weblogic using JMX in SiteScope

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 ...

Monitoring Weblogic using JMX in LoadRunner

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 ...