Skip to main content

Adventures in performance monitoring

25-minute Talk

Increasing transparency on the performance of a product brings benefits way beyond that area

Virtual Pass session

Timetable

2:30 p.m. – 3:15 p.m. Tuesday 17th

Room

Room F1 - Track 1: Talks

Continuous Integration/Continuous Delivery (CI/CD) Other Performance Testing

Audience

Tester, Developer

Key-Learnings

  • Why to use continuous performance monitoring and how to set it up
  • Which insights can be expected - and which unexpected ones might show up
  • Adding performance monitoring might reveal unexpected gaps in other (testing) areas

Performance testing isn’t enough

Over its decade-long lifespan, our product has faced ever increasing data volumes - which caused ever increasing performance complaints by our customers. As a result a decision was made that the product will be refactored to a new architecture with the main goal being improving performance.

But how can we prove that this will result in real user perceivable improved performance - and how can we prevent regressions from creeping in? After defining a set of performance critical use cases together with product management I set up a continuous monitoring which tracks their resource usage – as a non-developer.

I’ll start the talk by outlining what is needed to implement performance monitoring.

Secondly, I’ll share a few issues which were found, their causes and fixes:

  • A log statement which consumed gigabytes of memory
  • A removed deadlock which made everything slower
  • A performance degradation which was near impossible to debug.

In the third part I’ll show the unexpected issues which were brought to light by the performance monitoring, like the case where the main functionality of the product broke despite all the automated tests being green.

In the end I’ll share my tips and tricks for everyone who wants to implement something similar and make a case why it’s beneficial to have continuous performance monitoring in place - even when the product you’re working on is an old-school desktop application like ours and not a cloud application.

Related Sessions

There are currently no related sessions listed. Please check back once the program is officially released.