The /StatusDump Command Line Option
The Coordinator application may also be run from the command line
using the "/StatusDump" command line option to generate an XML file
containing the IncrediBuild environment's current status. To
generate a status file, run the following from a script or command
line prompt:
CoordMonitor.exe /StatusDump
Or:
CoordMonitor.exe
/StatusDump=MyFilePath.xml
(where MyFilePath.xml is the path to the target
xml file; if no file path is specified, a file called
StatusDump.xml will be created in the IncrediBuild installation
folder).
This will create the status XML file. Below is an example XML
status file:
<IncrediBuildStatus>
<Builds Count="2" HelpersRequired="10"
/>
<Agents Subscribed="25" Connected="23"
Disabled="3" Idle="15" />
</IncrediBuildStatus>
An explanation of every field follows:
- Builds - Count - The number of builds currently running
in the system.
- Builds - HelpersRequired - The total number of Agents
currently required as building resources by all currently running
builds.
- Agents - Subscribed - The number of Agents currently
subscribed to the Coordinator.
- Agents - Connected - The number of Agents currently
connected to the Coordinator.
- Agents - Disabled - The number of Agents which are
currently in the "Disabled" status.
- Agents - Idle - The number of connected Agents which are
not building or participating in a build.
Copyright (C) 2001-2008 Xoreax Software Ltd. All rights
reserved.