PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
October 6, 2014103 citationsOpen Access

lprof: a non-intrusive request flow profiler for distributed systems

XZXu ZhaoYZYongle ZhangDLDavid Lion

Key Points

Key points are not available for this paper at this time.

Abstract

Applications implementing cloud services, such as HDFS, Hadoop YARN, Cassandra, and HBase, are mostly built as distributed systems designed to scale. In order to analyze and debug the performance of these sys-tems effectively and efficiently, it is essential to under-stand the performance behavior of service requests, both in aggregate and individually. lprof is a profiling tool that automatically reconstructs the execution flow of each request in a distributed appli-cation. In contrast to existing approaches that require in-strumentation, lprof infers the request-flow entirely from runtime logs and thus does not require any modifications to source code. lprof first statically analyzes an applica-tion’s binary code to infer how logs can be parsed so that the dispersed and intertwined log entries can be stitched together and associated to specific individual requests. We validate lprof using the four widely used dis-tributed services mentioned above. Our evaluation shows lprof ’s precision in request extraction is 90%, and lprof is helpful in diagnosing 65 % of the sampled real-world performance anomalies. 1

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Zhao et al. (2014) studied this question.

synapsesocial.com/papers/6a1c6b81973ffece4bc3cb40https://doi.org/10.5555/2685048.2685099
Ask AI
Helpful
Bookmark
Share
View Full Paper