A Choreographed Outline Instrumentation Algorithm for Asynchronous Components

Luca Aceto,Duncan Paul Attard,Adrian Francalanza,Anna Ingólfsdóttir
DOI: https://doi.org/10.48550/arXiv.2104.09433
2021-04-19
Software Engineering
Abstract:The runtime analysis of decentralised software requires instrumentation methods that are scalable, but also minimally invasive. This paper presents a new algorithm that instruments choreographed outline monitors. Our instrumentation algorithm scales and reorganises monitors dynamically as the system executes. We demonstrate the implementability of choreographed outline instrumentation and compare it to inline instrumentation, subject to rigorous and comprehensive benchmarking. Our results debunk the general notion that outline monitoring is necessarily infeasible, and show that our implementation induces runtime overhead comparable to that of its inline counterpart for many practical cases.
What problem does this paper attempt to address?