Continuous Profiling In Production

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

Continuous Profiling in Production

3 April 2019

London

Added 01-Jan-1970

We're very excited to be joined by Richard Wardburton and Sadiq Jaffer for the inaugural Java Matters event! Richard and Saqid will be telling us more about continuous profiling in production and why it's so important in helping developers avoid application performance problems. Check it out!

-----------------
PROGRAMME

18:30-19:00 Sign-in and get settled

19:00-19:45 Richard's and Sadiq's presentation

19:45-20:00 Q&A

----------------------------------
Continuous Profiling in Production: What, Why and How

Everyone wants to understand what their application is really doing in production, but this information is normally invisible to developers. Profilers tell you what code your application is running but few developers profile and mostly on their development environments. Thankfully production profiling is now a practical reality that can help you solve and avoid performance problems.

Profiling in development can be problematic because it’s rare that you have a realistic workload or performance test for your system. Even if you’ve got accurate perf tests maintaining these and validating that they represent production systems is hugely time consuming and hard. Not only that but often the hardware and operating system that you run in production are different from your development environment.

This pragmatic talk will help you understand the ins and outs of profiling in a production system. You’ll learn about different techniques and approaches that help you understand what’s really happening with your system. This helps you to solve new performance problems, regressions and undertake capacity planning exercises.

Top