intrace/org.intrace
Erik Ostermueller e756ba0d84 new [gzip-true parm will gzip traced message format on the wire 2013-12-06 00:37:58 -06:00
..
.settings Rename project 2010-04-06 00:32:38 +01:00
conf - Fix findbugs warnings/add explicit ignores 2011-07-17 11:10:04 +01:00
lib new [gzip-true parm will gzip traced message format on the wire 2013-12-06 00:37:58 -06:00
src/org/intrace new [gzip-true parm will gzip traced message format on the wire 2013-12-06 00:37:58 -06:00
testsrc new [gzip-true parm will gzip traced message format on the wire 2013-12-06 00:37:58 -06:00
.classpath Fix java.lang.Object constructor method entry handling 2012-05-01 22:45:41 +01:00
.project Rename project 2010-04-06 00:32:38 +01:00
ReadMe.textile - Fix missing icons bug in eclipse, prepare for Release 18 2011-06-27 09:27:32 +01:00
build.xml Fix Issue 15 - add proper metadata to manifest 2012-01-14 10:39:55 +00:00

ReadMe.textile

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

h1. Functional Parts

* Instrumenting Agent
** IP Agent control server
* GUI Remote Agent Config Tool/Network Trace Viewer
* Common Output Classes
* Instrumentation Handlers
** Trace output

h1. Packages (org.intrace.)

* agent - Instrumenting Agent
* agent.server - TCP Server for controlling the Agent, Output and Instrumentation Handlers

* client.gui - GUI Agent Config Client + Live Trace/Callers viewer
* client.gui.helper - Helper classes used by the GUI interface

* output - Common Output Classes
* output.trace - Trace Instrumentation Handler

* shared - String constants used by both the Agent Server and the Client