Setting budgets for live debugging
暂无分享,去创建一个
Live debugging aims to automate the process of isolating bugs by providing a framework to pinpoint the likely causes of program errors within the production environment. It does so by cloning production application containers, and allowing for on-the-fly sandboxed debugging of user-input, without impacting the actual production system. In this paper, we investigate the use of overhead budgets for practical on-the-fly debugging. We formulate our problem using queuing theory, and show how it can give us an approximate budget limits. Debugging large-scale distributed systems is a well-documented complex problem. We evaluate our approach by running simulations using our model. Our results indicate that using budget allocations as an upper limit for debugging gives substantial improvements in terms of the debugging time available to the developer.
[1] Carl M. Harris,et al. Fundamentals of queueing theory , 1975 .
[2] Carl M. Harris,et al. Fundamentals of queueing theory (2nd ed.). , 1985 .
[3] Sridhar Seshadri,et al. Hitting time in an M/G/1 queue , 1999 .
[4] D. Kendall. Stochastic Processes Occurring in the Theory of Queues and their Analysis by the Method of the Imbedded Markov Chain , 1953 .
[5] Gail E. Kaiser,et al. Parikshan: Live Debugging of Production Systems in Isolation , 2015 .