Changes between Version 16 and Version 17 of ClientSim


Ignore:
Timestamp:
Dec 17, 2010, 12:45:10 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientSim

    v16 v17  
    4545        p_fpops
    4646        m_nbytes
     47        coprocs
     48}}}
     49These describe the hosts's processing hardware.
     50The simulator doesn't model disk or memory usage.
     51{{{
    4752time_stats
    4853        on_frac
     
    5055        active_frac
    5156        gpu_active_frac
    52     *available
    53         frac
    54         lambda
    55     *idle
    56         frac
    57         lambda
    58 connection_interval
     57        *on_lambda
     58        *connected_lambda
     59        *active_lambda
     60        *gpu_active_lambda
     61}}}
     62These describe the host's availability:
     63
     64 * on_frac: the fraction of total time this host runs the client
     65 * connected_frac: of the time this host runs the client,
     66 the fraction it is connected to the Internet.
     67 * active_frac: of the time this host runs the client,
     68 the fraction it is enabled to use CPU
     69 * gpu_active_frac: of the time this host runs the client,
     70 the fraction it is enabled to use GPU (always <= active_frac).
     71
     72For periods of activity and inactivity are exponentially distributed.
     73The mean of the activity periods can be specified with on_lambda etc.;
     74the default is 1 hour.
     75
     76{{{
    5977project
    6078        project_name