WLSDM

Oracle WebLogic WebService Performance Monitoring

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

In this screen cast I am showing WebService Performance monitoring with CURL; WebService can be SOAP or REST Giving alarm threshold for the WebService total response times Triggering auto Java Flight Recorder (JFR) and auto thread dump when the WebService performance exceeds the threshold Sample HelloWaitWebService application available at my github account: https://github.com/admineer/HelloWaitWebServiceApp Scripts are available […]

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

WebLogic Server: Disk Monitoring and Auto Delete Action

Monitoring WebLogic Server Disk Usage and Deleting Logs

1. Below shell script shows /appdata, /root and /u01 mount points’ disk usage #Author: Fevzi Korkutata #Shows server’s /appdata, /ROOT and /u01 disk usage percentage # Modify awk part according to your server ‘df’ command output echo DISK_APPDATA=$(df /appdata | grep /appdata | awk ‘{print $5}’ | tr ‘%’ ‘ ‘) ; echo DISK_ROOT=$(df /

Monitoring WebLogic Server Disk Usage and Deleting Logs Read More »

WebLogic Thread Pool Monitoring (Hogger and Stuck Threads) by Fevzi Korkutata, Oracle ACE

Understanding and Learning Oracle WebLogic Thread Pool (Hoggers & Stucks): EJB, JDBC/SQL, HTTP/WebService Thread Analyzing

I have prepared a new YouTube podcast tutorial about WebLogic self tuning thread pool. I know that a lot of people prepared such WebLogic Hogger/Stuck thread tutorials. However this topic would be up to date unless Oracle change the JVM engine work methodology. Tutorial Artifacts: Table of Contents Screen Captures YouTube Tutorial Podcast (31:37 Minute)

Understanding and Learning Oracle WebLogic Thread Pool (Hoggers & Stucks): EJB, JDBC/SQL, HTTP/WebService Thread Analyzing Read More »

Oracle Open World - by M.Fevzi Korkutata - Oracle ACE

Oracle Open World, My Sessions, Updates and Notes ( M.Fevzi Korkutata – Oracle ACE )

I have completed my two sessions at Oracle Open World, 2017. I want to thank all my friends and attendees and the people I am in collaboration with to implement Oracle and open source technologies. I am attaching some fresh pictures and screen captures while ongoing #OOW17 journey. I have presented about WebLogic Multi-tenancy, SPARC

Oracle Open World, My Sessions, Updates and Notes ( M.Fevzi Korkutata – Oracle ACE ) Read More »

monitoring remote webservice curl on weblogic by fevzi korkutata oracle ace

Podcast: Monitor Remote WebService Response Times with CURL on WebLogic THEN auto inform 3rd Party. HOW?

Lately I wrote a blog post about monitoring remote back-end WebService performance in Oracle WebLogic Server. Here is my previous short tutorial blog post: http://community.wlsdm.com/topic/38/monitor-webservice-response-times-with-curl-alldetails-on-weblogic This time I have prepared a full youtube screen cast tutorial and took this monitoring to the next level which is sending dynamic email to the remote system owners. Check

Podcast: Monitor Remote WebService Response Times with CURL on WebLogic THEN auto inform 3rd Party. HOW? Read More »

auto shutdown weblogic managed server wlst script and wlsdm and devops

How to auto shutdown WebLogic Managed Server? if “high CPU” then “SHUTDOWN” (WLST Script)

WebLogic JVM Instance (Managed Server): if “high CPU” then “SHUTDOWN” I have prepared a new screen cast. May be it will inspire you to create your own automation. New screen cast published to manage Oracle #WebLogic Server as a DevOps. In this tutorial you are going to learn how to auto shutdown WebLogic managed server when

How to auto shutdown WebLogic Managed Server? if “high CPU” then “SHUTDOWN” (WLST Script) Read More »