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 | }}} |
| 62 | These 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 | |
| 72 | For periods of activity and inactivity are exponentially distributed. |
| 73 | The mean of the activity periods can be specified with on_lambda etc.; |
| 74 | the default is 1 hour. |
| 75 | |
| 76 | {{{ |