mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Document cpu.totalcompute attribute
This commit is contained in:
@@ -114,14 +114,20 @@ Below is a table documenting common node properties:
|
||||
<td><tt>${attr.cpu.arch}</tt></td>
|
||||
<td>CPU architecture of the client (e.g. <tt>amd64</tt>, <tt>386</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>
|
||||
<td><tt>${attr.cpu.numcores}</tt></td>
|
||||
<td>Number of CPU cores on the client</td>
|
||||
</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>
|
||||
<td><tt>${attr.driver.<property>}</tt></td>
|
||||
<td>See the [task drivers](/docs/drivers/index.html) for property documentation</td>
|
||||
|
||||
Reference in New Issue
Block a user