Home > Research > Publications & Outputs > More is Less in Kieker?

Electronic data

View graph of relations

More is Less in Kieker?: The Paradox of No Logging Being Slower Than Logging

Research output: Contribution in Book/Report/Proceedings - With ISBN/ISSNConference contribution/Paperpeer-review

Published
Close
Publication date8/11/2023
Host publication14th Symposium on Software Performance
<mark>Original language</mark>English
Event14th Symposium on Software Performance - Karlsruhe, Germany
Duration: 6/11/20238/11/2023
https://www.performance-symposium.org/2023/

Symposium

Symposium14th Symposium on Software Performance
Country/TerritoryGermany
CityKarlsruhe
Period6/11/238/11/23
Internet address

Symposium

Symposium14th Symposium on Software Performance
Country/TerritoryGermany
CityKarlsruhe
Period6/11/238/11/23
Internet address

Abstract

Understanding the sources of monitoring overhead is crucial for understanding the performance of a monitored application. The MooBench bench mark measures the monitoring overhead and its sources. MooBench assumes that benchmarking overhead emerges from the instrumentation, the data collection, and the writing of data. These three parts are measured through individual factorial experiments. We made the counter-intuitive observation that MooBench consistently and reproducibly reported higher overhead for Kieker and other monitoring frameworks when not writing data. Intuitively, writing should consume resources and therefore slow down (or, since is parallelized, at least not speed up) the monitoring. In this paper, we present an investigation of this problem in Kieker. We find that lock contention at Kieker’s writing queue causes the problem. Therefore, we propose to add a new queue that dumps all elements. Thereby, a realistic measurement of data collection without writing can be provided.