Table of Contents

Weblogic - Monitoring

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:

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