Monitoring tool for Weblogic and Java Component
You can view the metrics using the Oracle WebLogic Server Administration Console.
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:
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
Administration Server and Managed Server
You can use WSLT commands to periodically save metric information to a file so that you have a record of past metric values.
See:
In WSLT :
connect()
domainCustom()
cd ("java.lang")
# Admin Server
cd ("java.lang:Location=AdminServer,type=Memory")
huAdmin = get("HeapMemoryUsage")
huAdmin.get("max")
1073741824L