EventBenchConsole
Commands
- convertToXml <filenameSource> <filenameTarget> {<base64>}
- Converts a logfile with prefixes created by the MFCUsageMonitor into an XML file containing the logged sessions.
- Examples:
- convertToXml d:/logfile.txt d:/log.xml
- convertToXml d:/logfile.txt d:/log.xml true
- convertDirToXml <directoryNames> <filenameTarget> {<base64>}
- Converts all files in a directory into one XML file containing all sessions, the same way convertToXml works.
- Examples:
- convertDirToXml d:/logdir d:/log.xml
- convertDirToXml d:/logdir d:/log.xml true
- parseXML <filename> {<countMessageOccurences}
- Parses an XML file containing users sessions. If countMessageOccurences is true, a statistic containing how often each message occurred in the log is printed.
- Examples:
- parseXML d:/log.xml
- parseXML d:/log.xml true
- generateReplayfile <filename>
- Generates a replay file for the MFCReplay tool of the currently loaded sessions
- Examples:
- generateReplayfile d:/replay.xml
Download in other formats: