From 2b0f088495bbd088a7d37f4a5d0b76b58cabb037 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 27 Jun 2017 11:58:01 -0700 Subject: [PATCH] Document cpu.totalcompute attribute --- .../source/docs/runtime/interpolation.html.md.erb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/website/source/docs/runtime/interpolation.html.md.erb b/website/source/docs/runtime/interpolation.html.md.erb index b5f9cb6b8..b414e9158 100644 --- a/website/source/docs/runtime/interpolation.html.md.erb +++ b/website/source/docs/runtime/interpolation.html.md.erb @@ -114,14 +114,20 @@ Below is a table documenting common node properties: ${attr.cpu.arch} CPU architecture of the client (e.g. amd64, 386) - - ${attr.consul.datacenter} - The Consul datacenter of the client (if Consul is found) - ${attr.cpu.numcores} Number of CPU cores on the client + + ${attr.cpu.totalcompute} + + cpu.frequency × cpu.numcores but may be overridden by client.cpu_total_compute + + + + ${attr.consul.datacenter} + The Consul datacenter of the client (if Consul is found) + ${attr.driver.<property>} See the [task drivers](/docs/drivers/index.html) for property documentation