The tracker man page


2 lines have to be added to an agent in order for it to be tracked:
  1. source "AgentTrack.tcl"
  2. track
The track procedure should be called after agent_begin was issued.
Track used by itself makes a normal tracking run.
Add option -localTracking to do local tracking if needed.
The argument to the option should be a name that this session will have. The session is the set of actions of this agent and all its descendants.
See an example of this example.tcl

Command line options


In the absence of any options, the tracker listens for agents reporting and writes the session to trackRecord.log

Menus

File

Quit is fairly clear.
If a recorded session is being played back, there will be a "Start run" option to start playing the run at the user's discretion.
If a new locally tracked session is being gathered, there will be a "Query hosts" option to start the process of gathering the local session data. See local tracking.

Views

This has a choice of available views. The agents selected in the listbox below will be opened in a view you choose here. If no agents are selected, no views are opened.

Help

Funny enough this has the error log.

The buttons

The rest of the window

The timing indicators show how many events have taken place so far, and what time the last event was.
The progress indicator shows how far into the session, in terms of events, the tracker has advanced.

The two listboxes show which agents and machines we are following right now.

Tracker Home

Alex Iliev
Last modified: Sun Dec 27 18:59:14 1998