Changes between Initial Version and Version 1 of Software/EventBenchConsole


Ignore:
Timestamp:
04/06/11 16:35:18 (13 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/EventBenchConsole

    v1 v1  
     1= !EventBenchConsole = 
     2 
     3== Commands == 
     4 * {{{convertToXml <filenameSource> <filenameTarget> {<base64>}}}} 
     5  - Converts a logfile with prefixes created by the [wiki:userlog MFCUsageMonitor] into an XML file containing the logged sessions. 
     6  - Examples:  
     7   - {{{convertToXml d:/logfile.txt d:/log.xml}}} 
     8   - {{{convertToXml d:/logfile.txt d:/log.xml true}}} 
     9 * {{{convertDirToXml <directoryNames> <filenameTarget> {<base64>}}}} 
     10  - Converts all files in a directory into one XML file containing all sessions, the same way {{{convertToXml}}} works.  
     11  - Examples: 
     12   - {{{convertDirToXml d:/logdir d:/log.xml}}} 
     13   - {{{convertDirToXml d:/logdir d:/log.xml true}}} 
     14 * {{{parseXML <filename> {<countMessageOccurences}}} 
     15  - Parses an XML file containing users sessions. If {{{countMessageOccurences}}} is true, a statistic containing how often each message occurred in the log is printed.  
     16  - Examples: 
     17   - {{{parseXML d:/log.xml}}} 
     18   - {{{parseXML d:/log.xml true}}} 
     19 * {{{generateReplayfile <filename>}}} 
     20  - Generates a replay file for the [wiki:MFCReplay MFCReplay] tool of the currently loaded sessions 
     21  - Examples: 
     22   - {{{generateReplayfile d:/replay.xml}}}