| 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}}} |