, ,

Oracle WebLogic: Monitoring WebService Performance then Trigger Auto JFR and Thread Dump – Volume-II

Oracle WebLogic WebService Performance Monitoring

In this screen cast I am showing WebService Performance monitoring 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.

HelloWait SOAP Request XML HelloWait SOAP Request XML

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:wiz="http://wizard/">

   <soap:Header/>

   <soap:Body>

      <wiz:sayHello>

         <!--Optional:-->

         <name>Fevzi Korkutata</name>

         <!--Optional:-->

         <waitSecond>0</waitSecond>

      </wiz:sayHello>

   </soap:Body>

</soap:Envelope>

 

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

Highligted:

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

 

Inline:

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.

 

 

2 responses to “Oracle WebLogic: Monitoring WebService Performance then Trigger Auto JFR and Thread Dump – Volume-II”

  1. hdfilmcehennemi Avatar

    Yui (Sasaki) adında bir ilkokul öğretmeni uzun süredir devamsızlık yapan Toshio Saeki (Kobayashi) adlı öğrencisinin evine ziyarete gider. Geldiğinde 10 yıl önce evde meydana gelen korkunç trajediyi yeniden yaşar. Bir dolaba bırakılan karton kutu, çok uzun yıllardır gizli kalmış gerçeğin anahtarıdır Gregory Flannagan

  2. hdfilmcehennemi Avatar

    Jennifer Vogel’in ünlü anı kitabı Flim-Flam Man: The True Story of My Father’s Counterfeit Life’ın bir uyarlaması olan Flag Day, yazarın dolandırıcı babası John Vogel ile zorlu ilişkisini anlatıyor. Sık sık yasaların yanlış tarafında faaliyet gösteren John Vogel, binaları ateşe verdi, bankaları soydu ve 20 milyon dolardan fazla değeri olan sahtekarlıklar yaptı. Aynı zamanda, kızıyla olan bağlarını karmaşıklaştıran, sevimli ve şefkatli bir baba da olabildi. Fabian Dellwo

Leave a Reply

Your email address will not be published. Required fields are marked *