Changes between Version 7 and Version 8 of ClientSim


Ignore:
Timestamp:
Jul 18, 2007, 4:14:48 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientSim

    v7 v8  
    113113
    114114'''sim_out.html''': When viewed in a web browser, a 'time line' showing what's running when.
     115The bottom of this file contains four numbers that summarize how well the policies performed:
    115116
     117 wasted_frac::
     118  Of the total CPU time, the fraction spent computing results that missed their deadline.
     119 idle_frac::
     120  Of the total CPU time, the fraction spent not computing.
     121 share_violation::
     122  A measure (0 to 1) of how badly resource shares were violated.
     123 monotony::
     124  A measure (0 to 1) of how long a single project used all CPUs
     125  (so that user would see only that project on their screensaver,
     126  and get bored).
     127
     128In addition, information is printed about the per-project CPU time and waste.