intrace/org.intrace
unknown caefe3579a Upgrade appengine jars, complete intrace launch tab 2012-03-17 20:11:21 +00: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 Upgrade appengine jars, complete intrace launch tab 2012-03-17 20:11:21 +00:00
src/org/intrace Upgrade appengine jars, complete intrace launch tab 2012-03-17 20:11:21 +00:00
testsrc Fix unit test 2011-08-04 23:17:30 +01:00
.classpath Development work to allow any classes to be traced. This will break the tests. 2011-05-24 23:53:21 +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