Document cpu.totalcompute attribute
This commit is contained in:
parent
ecf090e980
commit
0f65a56627
|
@ -114,14 +114,20 @@ Below is a table documenting common node properties:
|
||||||
<td><tt>${attr.cpu.arch}</tt></td>
|
<td><tt>${attr.cpu.arch}</tt></td>
|
||||||
<td>CPU architecture of the client (e.g. <tt>amd64</tt>, <tt>386</tt>)</td>
|
<td>CPU architecture of the client (e.g. <tt>amd64</tt>, <tt>386</tt>)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td><tt>${attr.consul.datacenter}</tt></td>
|
|
||||||
<td>The Consul datacenter of the client (if Consul is found)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>${attr.cpu.numcores}</tt></td>
|
<td><tt>${attr.cpu.numcores}</tt></td>
|
||||||
<td>Number of CPU cores on the client</td>
|
<td>Number of CPU cores on the client</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><tt>${attr.cpu.totalcompute}</tt></td>
|
||||||
|
<td>
|
||||||
|
<tt>cpu.frequency × cpu.numcores</tt> but may be overridden by <tt>client.cpu_total_compute</tt>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><tt>${attr.consul.datacenter}</tt></td>
|
||||||
|
<td>The Consul datacenter of the client (if Consul is found)</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>${attr.driver.<property>}</tt></td>
|
<td><tt>${attr.driver.<property>}</tt></td>
|
||||||
<td>See the [task drivers](/docs/drivers/index.html) for property documentation</td>
|
<td>See the [task drivers](/docs/drivers/index.html) for property documentation</td>
|
||||||
|
|
Loading…
Reference in New Issue