Ultimate Java App Diagnostics: Sniffing, Sampling and Bytecode Instrumentation (featuring Bridge Co
Summary
Ultimate Java App Diagnostics: Sniffing, Sampling and Bytecode Instrumentation (featuring Bridge Consulting) (OpenWorld 2019: CON5158)Content
Whether your application uses brand new microservices or old fashion j2ee architecture, sooner or later you will need to address performance problems. Some will be of the generic variety: slow SQLs, network slowdowns, etc. Another set of problems will be of the harder-to-solve variety, where the problems happen only some of the times, observed by only some of the users, without an obvious pattern. Both classes of problems can be easier to solve with detailed information, captured when and where the problem occurred. In this technical session see how to take advantage of network sniffing, byte code instrumentation, and thread
0