Oracle WebLogic: Monitoring WebService Performance then Trigger Auto JFR and Thread Dump

M. Fevzi Korkutata
WLSDM for WebLogic
Published in
2 min readApr 3, 2020

In this screen cast I am showing WebService Performance monitoring with CURL;

WLSDM: Oracle WebLogic WebService Performance Montoring with CURL
  1. Deploy HelloWaitWebService application to your WebLogic domain (supports 11g and 12c)

Download and Deploy: https://github.com/admineer/HelloWaitWebServiceApp

2. Download these files to your machine

curl-format.txt
curlSoapWS-hwait.sh
soap-request-hwait.xml

3. Check soap-request-hwait.xml request XML file. The input field waitSecond is the time that you want to webservice respond.

soa-request.hwait.xml

4. Check curlSoapWS-hwait.sh script or CURL command and edit according to your environment.

curl -o /Users/admineer/u01/scripts.imac/curl.ws/hwait/response.xml -H “Content-Type: application/soap+xml; charset=UTF-8” \

-d@/Users/admineer/u01/scripts.imac/curl.ws/hwait/soap-request.xml \

http://localhost:7003/HelloWaitService/HelloWaitWebService1Port \

-w “@/Users/admineer/u01/scripts.imac/curl.ws/hwait/curl-format.txt” -o /dev/null

5. Transform this script or command to Generic DevOps MBean to measure WebService performance and trigger auto Java Flight Recorder (JFR) and auto Java thread dump. Watch below YouTube video tutorial for do it by yourself.

M.Fevzi Korkutata
WLSDM Product Manager | Volthread CTO
https://www.linkedin.com/in/mfevzikorkutata

--

--

WLSDM for WebLogic
WLSDM for WebLogic

Published in WLSDM for WebLogic

Native Oracle WebLogic Monitoring WLSDM is developed by the best WebLogic developers for the best WebLogic administrators to support mission critical HA domains. Supports all plain WebLogic and Fusion Middleware (FMW) WebLogic domains. Download now! https://wlsdm.com/download

M. Fevzi Korkutata
M. Fevzi Korkutata

Written by M. Fevzi Korkutata

CTO | Man in the middleware.. Solves very large scale software Dev&Ops problems with a few chess moves!

No responses yet