Changes between Version 2 and Version 3 of ClientSim


Ignore:
Timestamp:
May 8, 2007, 3:22:01 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientSim

    v2 v3  
    66
    77{{{
    8 sim [--duration X] [--delta X] [--dirs d1 ...]
     8sim [--duration X] [--delta X] [--server_uses_workload] [--dirs d1 ...]
    99}}}
    1010
    11 runs the simulator with the given duration and time step.
    12 
    13 When run with --dirs, chdirs into each of the given directories, and runs a simulation based on the input files there. Prints summaries of each one separately, and a total summary.
     11 --duration::
     12 simulate this much time.
     13 --delta::
     14 time step of simulation.
     15 --server_uses_workload::
     16 servers take existing workload into account when deciding whether to send jobs.
     17 --dirs d1 ...::
     18 chdir into each of the given directories, and runs a simulation based on the input files there. Prints summaries of each one separately, and a total summary.
    1419
    1520== Output files ==
     
    4853            <lambda>1000</lambda>
    4954        </available>
     55        [<max_infeasible_count>N</max_infeasible_count>]
    5056    </project>
    5157    ...
     
    5662
    5763The availability of the projects (i.e. the periods when scheduler RPCs succeed) is modeled with two parameters: the duration of available periods are exponentially distributed with the given mean, and the unavailable periods are exponentially distributed achieving the given available fraction.
     64
     65max_infeasible_count specifies how many jobs that are infeasible (due to deadline/workload)
     66to tolerate over before giving up in work-send loop.  Default is 0.
    5867
    5968=== sim_host.xml ===