Michael Stumm: Publications

Paper Details

Reference:

Xu Zhao, Kirk Rodrigues, Yu Luo, Ding Yuan, and Michael Stumm,
"Non-intrusive performance profiling for entire software stacks based on the flow reconstruction principle",
In Proceedings of the 12th USENIX conference on Operating Systems Design and Implementation (OSDI'16), Savannah, GA, USA, Usenix Association, November, 2016, pp. 603–618.

Download:

PDF ; Talk Slides ; Talk

Abstract:

Understanding the performance behavior of distributed server stacks at scale is non-trivial. The servicing of just a single request can trigger numerous sub-requests across heterogeneous software components; and many similar requests are serviced concurrently and in parallel. When a user experiences poor performance, it is extremely difficult to identify the root cause, as well as the software components and machines that are the culprits.

This paper describes Stitch, a non-intrusive tool capable of profiling the performance of an entire distributed software stack solely using the unstructured logs output by heterogeneous software components. Stitch is substantially different from all prior related tools in that it is capable of constructing a system model of an entire software stack without building any domain knowledge into Stitch. Instead, it automatically reconstructs the extensive domain knowledge of the programmers who wrote the code; it does this by relying on the Flow Reconstruction Principle which states that programmers log events such that one can reliably reconstruct the execution flow a posteriori.

Keywords:

performance analysis, distributed systems, software stack, performance debugging, Stitch, Non-intrusive profiling, event logs

Reference Info:

DOI: 10.5555/3026877.3026924
ISBN: 9781931971331
OCLC: 8877209476

BibTeX:

@inproceedings(Zhao-osdi16,
    author = {Xu Zhao and Kirk Rodrigues and Yu Luo and Ding Yuan and Michael Stumm},
    title = {Non-intrusive performance profiling for entire software stacks based on the flow reconstruction principle},
    booktitle = {Proceedings of the 12th USENIX conference on Operating Systems Design and Implementation (\textbf{OSDI'16})},
    location = {Savannah, GA, USA},
    publisher = {Usenix Association},
    month = {November},
    year = {2016},
    pages = {603-618},
    doi = {10.5555/3026877.3026924},
    isbn = {9781931971331},
    keywords = {performance analysis, distributed systems, software stack, performance debugging, Stitch, Non-intrusive profiling, event logs}
)