Replies: 1 comment 2 replies
-
These metrics are computed in the task wrapper script |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to its traceability, nextflow offers very good possibilities to observe the efficiency of workflow executions.
A list can be found here: https://www.nextflow.io/docs/latest/tracing.html#trace-report
If one uses the weblog (https://www.nextflow.io/docs/latest/tracing.html#weblog-via-http) with the
with-weblog
flag, this data can be collected and processed programmatically.However, for some of the metrics it is not clear to me how these are calculated.
%mem: How is this value obtained? Is this a simple relation of the metric rss with the available RAM on the machine of execution?
peak_rss and rss: In my observations, these two values are always identical! How come this is the case?
Does anyone have any insights into this, or sources that break down the calculation?
Beta Was this translation helpful? Give feedback.
All reactions