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:

Copyright (C) 2001-2008 Xoreax Software Ltd. All rights reserved.
Converted from CHM to HTML with chm2web Standard 2.7 (unicode)