Changes between Version 11 and Version 12 of Software/EventBenchConsole


Ignore:
Timestamp:
04/07/11 14:51:00 (13 years ago)
Author:
sherbold
Comment:

Name changed from EventBenchConsole to Software/EventBenchConsole

Legend:

Unmodified
Added
Removed
Modified
  • Software/EventBenchConsole

    v11 v12  
    1111== Description == 
    1212 
    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]. 
     13A 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]. 
    1414 
    1515== Exemplary Work-flows == 
     
    3636   - {{{calcEntropy markovModel}}} 
    3737 * {{{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. 
    3939  - Examples:  
    4040   - {{{convertToXml d:/logfile.txt d:/log.xml}}} 
     
    5151   - {{{generateRandomReplay markovModel replay.xml 5}}} 
    5252 * {{{generateReplayfile <filename>}}} 
    53   - Generates a replay file for the [wiki:MFCReplay MFCReplay] tool of the currently loaded sessions 
     53  - Generates a replay file for the [wiki:Software/MFCReplay MFCReplay] tool of the currently loaded sessions 
    5454  - Examples: 
    5555   - {{{generateReplayfile d:/replay.xml}}}