Get Remote Support
Send your technical IT problems to us, then we will try to solve the problem and share the solution with you. Go on and open your remote support ticket. We have a valuable and friendly team for working on your issue.
You are here: Home » Get Remote Support
Oracle WebLogic & Java Applications Performance Monitoring (Teaser)
Oracle WebLogic Java EE Application Server, Performance Problems and Monitoring Java Applications’ Performance with WLSDM #java #oracleweblogic #javaee #jakartaee #weblogic #wlsdm #fevzikorkutata Download Now: https://wlsdm.com/download Share admineer resources…
Oracle JDeveloper 4K Display (3840×2160) Resolution Problem on Windows 10
When I moved to Dell XPS laptop … YES! It’s absolutely better than Mac-Pro I had a serious problem about JDeveloper user interface on Windows 10 which was a UI scale problem. Problems: Oracle JDeveloper (jdev) buttons,icons,menu is too small Fonts are too small. It’s impossible to develop even “Hello World” Environment: Windows 10 […]
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 […]
Monitoring WebLogic Server Disk Usage and Deleting Logs
1. Below shell script shows /appdata, /root and /u01 mount points’ disk usage
1 2 3 4 |
#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 / | grep / | awk '{print $5}' | tr '%' ' ') ; echo DISK_U01=$(df /u01 | grep /u01 | awk '{print $5}' | tr '%' ' ') |
2. WLSDM Action Script
1 2 3 4 |
# Author: Fevzi Korkutata # Finds the logs before 1 and 3 days after and deletes them find /appdata/domains/ccb_domain/servers/. -type f -mtime +1 | grep -E 'log0|out0|err0' | awk '$1' | xargs rm -rf find /appdata/ouaf/sploutput/CCBPROD/ -type f -mtime +3 | grep -E '*' | awk '$1' | xargs rm -rf |
Here is the result chart after adding as Generic DevOps MBean: Share admineer resources…
Oracle Developer Meetup İSTANBUL – Boğaziçi Üniversitesi
İkincisini İstanbul Boğaziçi Üniversitesi’nde gerçekleştirdiğimiz Oracle Developer Meetup yine oldukça faydalı ve bilgi dolu geçti. Çok samimi ilerliyoruz ve tek hedefimiz güncel geliştirici teknolojileri ile bilgi birikimimizi arttırmak. Siz de bu buluşmalarda bize katılabilirsiniz… Oracle Bulut Mikroservis ve Oracle WebLogic Kubernetes Operator gibi geliştiricilere yönelik Oracle teknolojileri üzerine son gelişmeleri ve trendleri aktardık. Yazılım geliştirmeye […]