Reichelt, David GeorgJung, Reinervan Hoorn, AndréHerrmann, Andrea2023-11-302023-11-3020230720-8928https://dl.gi.de/handle/20.500.12116/43228Understanding 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.enSPPmonitoringperformancebenchmarkingoverheadKiekerqueueMore is Less in Kieker? The Paradox of No Logging Being Slower Than LoggingText/Conference Paper