Weblogic - Monitoring

Card Puncher Data Processing

About

Monitoring tool for Weblogic and Java Component

You can view the metrics using the Oracle WebLogic Server Administration Console.

Tools

Monitoring Dashboard

The Monitoring Dashboard provides views and tools for graphically presenting diagnostic data about servers and applications running on them. The underlying functionality for generating, retrieving, and persisting diagnostic data is provided by by the WebLogic Diagnostics Framework.

You have two way to access the Monitoring Dashboard:

Obiee11g Console Monitoring Dashboard

The Monitoring Dashboard displays metrics from two sources:

  • Real-time, polled metric values that are obtained at regular intervals from running WebLogic Server instances and returned to the Monitoring Dashboard. When a view is started with charts that contain one or more real-time, polled metrics, the runtime MBean instances corresponding to those metrics are polled at each configured interval, and the requested metric values are returned to the Monitoring Dashboard.
  • Metrics collected by the Harvester and placed into an Archive. To be able to view collected metrics, you must first configure the Harvester to collect the data you want to monitor and have it available in the Archive.

Collected metrics data is also available for programmatic access, and it is written to a standard log, HarvestedDataArchive, which you can view using the standard Administration Console as well as the Monitoring Dashboard.

See Using the Monitoring Dashboard

Monitoring Metrics

Domain

Weblogic Domain

Weblogic Monitoring

Server

Administration Server and Managed Server

Obiee11g Console Monitoring

Collect Metric Information

You can use WSLT commands to periodically save metric information to a file so that you have a record of past metric values.

See:

Weblogic Domain Mbean Monitoring

In WSLT :

connect()
domainCustom()
cd ("java.lang")
# Admin Server
cd ("java.lang:Location=AdminServer,type=Memory")
huAdmin = get("HeapMemoryUsage")
huAdmin.get("max")
1073741824L





Discover More
Obi Edition
OBIEE 10G/11G - Monitoring - (Performance|Perfmon) (Metrics|Counter)

The System and Performance Monitoring is managed through metrics that span over all the OBI layers: OS Application Server (Weblogic 11g or OC4J for 10g) BI Server instrumenteJMX technologinstrumenteDMS...



Share this page:
Follow us:
Task Runner