Weblogic - lukes8/wiki-notes GitHub Wiki
Networking issue with LDAP, used default Muxer
Resources:
- https://docs.oracle.com/middleware/1212/wls/PERFM/wls_tuning.htm#PERFM195
- https://stackoverflow.com/questions/28662737/weblogic-socket-muxer-uses-100-cpu
- https://blog.dbi-services.com/weblogic-server-process-takes-100-cpu/
Possible solution:
- better to use native PosixMuxer for unix environment instead of default socket Muxer by Weblogic
Thread Dump
Resources:
- https://www.baeldung.com/java-analyze-thread-dumps
- https://blog.dbi-services.com/weblogic-server-process-takes-100-cpu/
Possible solution:
-
jstack can generate thread dump file with all needed information about thread usage, for complex projects is better to use some analysing online tools
-
weblogic also has thread dump monitoring, but it is worth to have some other tool to decrypt these complex information thread dump info into better form eg. graph, etc.
Check JVM heap size or Thread dump
environment >> servers >> your server >> monitoring >> performance >> info about heap