Skip to content

Commit

Permalink
Add cpu_model traceRecord field to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sabrina Krakau <sabrinakrakau@gmail.com>
  • Loading branch information
skrakau committed Jun 19, 2023
1 parent 6c524aa commit 6cc161b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ The following table shows the fields that can be included in the execution repor
:::
: The host on which the task was executed. Supported only for the Kubernetes executor yet. Activate with `k8s.fetchNodeName = true` in the Nextflow config file.

`cpu_model`
: The name of the CPU model which was used to execute the task. This data is read from file `/proc/cpuinfo`.

:::{note}
These metrics provide an estimation of the resources used by running tasks. They are not an alternative to low-level performance analysis tools, and they may not be completely accurate, especially for very short-lived tasks (running for less than a few seconds).
:::
Expand Down

0 comments on commit 6cc161b

Please sign in to comment.