Changes between Version 11 and Version 12 of Software/EventBenchConsole
- Timestamp:
- 04/07/11 14:51:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/EventBenchConsole
v11 v12 11 11 == Description == 12 12 13 A console application that uses the EventBenchCore. It provides a translation layer for Windows MFC applications logged with the [wiki: userlog MFCUsageMonitor] and for replaying with [wiki:MFCReplay MFCReplay].13 A console application that uses the EventBenchCore. It provides a translation layer for Windows MFC applications logged with the [wiki:Software/userlog MFCUsageMonitor] and for replaying with [wiki:Software/MFCReplay MFCReplay]. 14 14 15 15 == Exemplary Work-flows == … … 36 36 - {{{calcEntropy markovModel}}} 37 37 * {{{convertToXml <filenameSource> <filenameTarget> {<base64>}}}} 38 - Converts a logfile with prefixes created by the [wiki: userlog MFCUsageMonitor] into an XML file containing the logged sessions.38 - Converts a logfile with prefixes created by the [wiki:Software/userlog MFCUsageMonitor] into an XML file containing the logged sessions. 39 39 - Examples: 40 40 - {{{convertToXml d:/logfile.txt d:/log.xml}}} … … 51 51 - {{{generateRandomReplay markovModel replay.xml 5}}} 52 52 * {{{generateReplayfile <filename>}}} 53 - Generates a replay file for the [wiki: MFCReplay MFCReplay] tool of the currently loaded sessions53 - Generates a replay file for the [wiki:Software/MFCReplay MFCReplay] tool of the currently loaded sessions 54 54 - Examples: 55 55 - {{{generateReplayfile d:/replay.xml}}}