Performance analysis of cloud applications

Performance analysis of cloud applications

  • May 6, 2018
Table of Contents

Performance analysis of cloud applications

Today’s choice gives us an insight into how Google measure and analyse the performance of large user-facing services such as Gmail (from which most of the data in the paper is taken). It’s a paper in two halves. The first part of the paper demonstrates through an analysis of traffic and load patterns why the only real way to analyse production performance is using live production systems.

The second part of the paper shares two techniques that Google use for doing so: coordinated bursty tracing and vertical context injection.

Source: acolyer.org

Tags :
Share :
comments powered by Disqus

Related Posts

NetChain: Scale-free sub-RTT coordination

NetChain: Scale-free sub-RTT coordination

NetChain won a best paper award at NSDI 2018 earlier this month. By thinking outside of the box (in this case, the box is the chassis containing the server), Jin et al. have demonstrated how to build a coordination service (think Apache ZooKeeper) with incredibly low latency and high throughput.

Read More