TDXM Statistic Generator creates statistics from log file. Output format could be XML (for future processing) or HTML file. You can define name of log file, output file type and name of output file.

Usage:

tdxmstatgen [/f:x|h] <Input_XML> [<Output_File>]

Examples:

tdxmstatgen /f:h c:\TDXM\out\log.xml c:\TDXM\out\stat.html

TDXMStatGen.exe will generate stat.html file from log.xml.

tdxmstatgen /f:x c:\TDXM\output\log.xml

TDXMStatGen.exe will generate statistic.xml file from log.xml.

tdxmstatgen c:\TDXM\output\log.xml

TDXMStatGen.exe will generate statistic.html file from log.xml.

Example of XML output file:

<Statistic Time="2004-05-10T15:59:29">
  <Node Name="Tessel.TDXM.InputNode" Errors="0" Warnings="0">
  </Node>
  <Node Name="Tessel.TDXM.DomainsNode" Errors="0" Warnings="1">
    <Message Type="Warning" ID="miGuidDuplicated" Count="1" />
  </Node>
  <Node Name="Tessel.TDXM.MiscNode" Errors="0" Warnings="0">
  </Node>
  <Node Name="Tessel.TDXM.ValidateNode" Errors="0" Warnings="6">
    <Message Type="Warning" ID="miGeometryProblem" Count="3" />
    <Message Type="Warning" ID="miOrphanedSpots" Count="3" />
  </Node>
  <Node Name="Tessel.TDXM.MatchingNode" Errors="1" Warnings="4">
    <Message Type="Error" ID="ABORT" Count="1" />
    <Message Type="Warning" ID="miMatchByFields" Count="3" />
    <Message Type="Warning" ID="miObjectAlreadyMatched" Count="1"/>
  </Node>
  <Node Name="All Messages" Errors="1" Warnings="11" />
</Statistic>
loading table of contents...