Last change
on this file since 731 was
728,
checked in by sherbold, 12 years ago
|
- added manuals for the commands efgTestCasesToSequences, efgToDFA, efgToMM, parseDirJFC, parseJFC, preprocessDirJFC, preprocessJFC, convertDirToXml, convertToXml, parseXML, and loadWebSequences
|
File size:
907 bytes
|
Rev | Line | |
---|
[728] | 1 | Parses a log created by the PHPMonitor and creates a collection of user sequences. |
---|
| 2 | |
---|
| 3 | The optional parameters <timeout>, <minSessionLength>, and <maxSessionLength> can only be used together. |
---|
| 4 | |
---|
| 5 | The optional parameters <generateFrequentUsers> and <frequentUserThreshold> can only be used together. |
---|
| 6 | |
---|
| 7 | $USAGE$ |
---|
| 8 | <filename> name of the log file |
---|
| 9 | <sequencesName> name of the sequences |
---|
| 10 | <serverUrl> URL of the server that has been monitored |
---|
| 11 | <timeout> optional; timeout of a user session in seconds; default: 360000 (1 hour) |
---|
| 12 | <minSessionLength> optional; minimal length of a user session; default: 2 |
---|
| 13 | <maxSessionLength> optional; maximal length of a user session; default: 100 |
---|
| 14 | <generateFrequentUsers> optional; if true, seperate sequence collection for frequent users are generated; default: false |
---|
| 15 | <frequentUserThreshold> optional; defines how many sessions of the same user are required, to be counted as a frequent user |
---|
Note: See
TracBrowser
for help on using the repository browser.