IEEE Access (Jan 2019)

Field Monitoring With Delayed Saving

  • Oscar Cornejo,
  • Davide Ginelli,
  • Daniela Briola,
  • Daniela Micucci,
  • Leonardo Mariani

DOI
https://doi.org/10.1109/ACCESS.2019.2925855
Journal volume & issue
Vol. 7
pp. 85913 – 85924

Abstract

Read online

Field monitoring techniques can collect data about the behavior of software applications while running in the field, with real users and real data. Developers can exploit the information extracted from the field to timely improve, tune, and fix their systems, anticipating feedback by users. It is, however, challenging to extract a relevant amount of information from field executions without introducing significant overhead. This paper addresses this challenge by studying how to inexpensively trace data in-memory while postponing save operations to idle time, so that the operations requested by users are exposed to a negligible overhead only. In particular, this paper presents delayed saving, a technique that efficiently traces references to objects, opportunistically saving information only when the monitored application is not serving any user request. Storing references and postponing save operations may introduce inaccuracy in the collected data, that is, a lately saved object might be in a different state compared to the state of the object at the time it was traced. Our evaluation shows that the level of inaccuracy introduced by delayed saving is limited compared to its efficiency and low intrusiveness.

Keywords