intrace/org.intrace
mchr3k 918d8ad829 Fix some layout issues 2011-07-09 10:45:23 +01:00
..
.settings Rename project 2010-04-06 00:32:38 +01:00
conf Tag built jars, fix class exclusion bug 2010-06-12 13:26:26 +01:00
lib Fix some layout issues 2011-07-09 10:45:23 +01:00
src/org/intrace Fix some layout issues 2011-07-09 10:45:23 +01:00
testsrc - Fix Exclude class bug 2011-06-30 00:01:19 +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 Release 20 binaries 2011-06-30 00:41:11 +01: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