Some notes on the tracker's operation
When you source AgentTrack.tcl the agent operations to be tracked are redefined to include sending a message to the tracker. The operations currently tracked are:
- agent_submit
- agent_jump
- agent_name
Every time one of these is invoked in your script, the agent agent_sends to the tracker the details about the operation, or an error diagnosis if the operation failed and the error could be caught. See details about errors in debugging.
If for some reason the tracker is not running or cannot be reached for any reason, all tracking communications are enclosed in catch blocks and so will not disrupt the agent's run if they fail.
Tracker Home
Alex Iliev
Last modified: Wed Dec 23 16:36:39 1998