Changes between Version 2 and Version 3 of ClientSim
- Timestamp:
- May 8, 2007, 3:22:01 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientSim
v2 v3 6 6 7 7 {{{ 8 sim [--duration X] [--delta X] [-- dirs d1 ...]8 sim [--duration X] [--delta X] [--server_uses_workload] [--dirs d1 ...] 9 9 }}} 10 10 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. 14 19 15 20 == Output files == … … 48 53 <lambda>1000</lambda> 49 54 </available> 55 [<max_infeasible_count>N</max_infeasible_count>] 50 56 </project> 51 57 ... … … 56 62 57 63 The 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 65 max_infeasible_count specifies how many jobs that are infeasible (due to deadline/workload) 66 to tolerate over before giving up in work-send loop. Default is 0. 58 67 59 68 === sim_host.xml ===