# TripleAgent: Monitoring, Perturbation and Failure-obliviousness for   Automated Resilience Improvement in Java Applications

**Authors:** Long Zhang, Martin Monperrus

arXiv: 1812.10706 · 2021-03-10

## TL;DR

This paper introduces TripleAgent, a system that enhances Java application resilience by combining monitoring, automated perturbation, and failure-oblivious computing, demonstrated on real-world applications.

## Contribution

The paper presents a novel integrated system that automates resilience improvements in Java applications through monitoring, perturbation, and failure-oblivious techniques.

## Key findings

- Automatic resilience improvement achieved in real-world Java apps.
- Effective detection and handling of uncaught exceptions.
- System demonstrates practical applicability and benefits.

## Abstract

In this paper, we present a novel resilience improvement system for Java applications. The unique feature of this system is to combine automated monitoring, automated perturbation injection, and automated resilience improvement. The latter is achieved thanks to the failure-oblivious computing, a concept introduced in 2004 by Rinard and colleagues. We design and implement the system as agents for the Java virtual machine. We evaluate the system on two real-world applications: a file transfer client and an email server. Our results show that it is possible to automatically improve the resilience of Java applications with respect to uncaught or mishandled exceptions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.10706/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1812.10706/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1812.10706/full.md

---
Source: https://tomesphere.com/paper/1812.10706