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 |