Ignore:
Timestamp:
10/05/11 18:45:03 (13 years ago)
Author:
sherbold
Message:
  • some changes to command parameter orders
  • removed command printRandomSesssion
  • renamed command loadSessionsFromClickstream do loadWebSequences
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/commands/CMDloadWebSequences.java

    r240 r241  
    2323 * @version 1.0 
    2424 */ 
    25 public class CMDloadSessionsFromClickstream implements Command { 
     25public class CMDloadWebSequences implements Command { 
    2626 
    2727        /* 
     
    112112        @Override 
    113113        public void help() { 
    114                 Console.println("Usage: loadSessionsFromClickstream <filename> <sequencesName> {<serverUrl>} {<timeout> <minSessionLength> <maxSessionLength>} {<generateFrequentUsers> <frequentUserThreshold>}"); 
     114                Console.println("Usage: loadWebSequences <filename> <sequencesName> {<serverUrl>} {<timeout> <minSessionLength> <maxSessionLength>} {<generateFrequentUsers> <frequentUserThreshold>}"); 
    115115        } 
    116116 
Note: See TracChangeset for help on using the changeset viewer.