JRastro: A Trace Agent for Debugging Multithreaded and Distributed Java Programs

  • Authors:
  • Gabriela Jacques da Silva;Lucas Mello Schnorr;Benhur de Oliveira Stein

  • Affiliations:
  • -;-;-

  • Venue:
  • SBAC-PAD '03 Proceedings of the 15th Symposium on Computer Architecture and High Performance Computing
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Program tracing is one of the most used techniques to debug parallel and distributed programs. In this technique, events are recorded in trace files during the execution of the program for post mortem visualization of its behavior. This article describes JRastro, a trace agent capable of tracing Java programs. The agent was designed to cover three key features: to be transparent to the application developer, to use unmodified Java Virtual Machines and to observe Remote Method Invocations. By integrating these three features,JRastro differentiates itself from similar tools. Unfortunately, for a complete and clean implementation of RMI visualization, additional support on the Java monitoring system is needed.