How to Check Memory Usage in WebLogic Console and Monitoring WebLogic JVM Heap and CPU Usage in WLSDM
Weak JVM performance affects WebLogic domain performance directly. That’s why the host’s CPU and memory usage is very important in terms of improving WebLogic performance. Higher CPU consumption and Garbage Collection duration can cause applications to run slowly, even cause the WebLogic servers facing downtime. JVM instances in a WebLogic need to be monitored constantly and notification/alarm infrastructure must be installed as well. Below WebLogic console navigation is monitoring
- Sign on to the Administration Console by entering the following URL in a browser:
- http://hostname01:5500/console
- Expand your WebLogic domain then expand Servers.
- Click the server you intend to monitor.
- Select the Monitoring tab, and the Performance sub-tab.
WLSDM JVM System Resources and Garbage Collection out of box dashboards are available to help you.
You can monitor machines (host) and WebLogic managed servers’ Heap, CPU and Garbage Collection behavior on JVM System Resources and Garbage Collection dashboards.
WLSDM JVM System Resources Dashboard: You are able to monitor CPU Load and Memory Usage from Physical System Resources panel or monitor server instance resources one by one. Take below screen captures for your reference.


If you want list additional Managed Server on JVM dashboard; Open “Page Operations” menu and choose Managed Server from the list, then click “Save”. Only selected managed servers (~Applied servers) are shown on the JVM dashboard.

On the other hand, How to get JVM Metric reports about CPU, Heap usage for a particular date and time? Here is the recipe:
- Go to WLSDM JVM System Resources dashboard page
- Click “Open Metric Reports” button on Physical System Resources panel
- Choose report date interval and click “Get Report”. “Get Report From Daily Data” is faster and all the JMX MBean metric values on WLSDM are available historically for 24 Hours by default.
- Then navigate report results on “Report Table” and “Report Chart”


5. Generate JVM Usage Reports (Host and Managed Servers)
Now we will configure alarm thresholds for JVM performance to get notifications.
- Go to WLSDM JVM System Resources dashboard page
- Click “Metric Options” button on Physical System Resources panel as below

3. Configure metric threshold or enable/disable storing data for the relevant metrics


How to monitor Oracle WebLogic Server JVM (Managed Server) Garbage Collection durations (including MinorGC and MajorGC (aka FullGC) ?
- Go to WLSDM Garbage Collection dashboard page
- Click “Configure Minor GC Notification Settings” button (for MinorGC monitoring)

3. Set alarm threshold value
4. Check email notification for “Garbage Collection” warnings

WLSDM Garbage Collection Dashboard:

How to generate Oracle WebLogic Heap Dump (HPROF) and CPU Sample (NPSS) ?
- Go to “Profiling Dump” page from WLSDM menu
- Click “Generate Profiling Dump” button on page

3. Select server and WLSDM profiling dump action to generate HPROF and NPSS files. You can analyze NPSS and HPROF files with JVisualVM which comes out of box JDK.

Additionally, we have prepared screen cast tutorial about monitoring, managing and diagnosing WebLogic JVM instance performance and WebLogic garbage collection analytics.
Check below YouTube tutorial for more.
Installation is really easy and you can setup a complete monitoring infrastructure in less than 5 minutes. If you want to try then go to download page below URL:
