You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Framework/Core/COOKBOOK.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -457,6 +457,8 @@ process monitoring metrics described at:
457
457
458
458
will be pushed every `<poll-interval>` seconds to the same backend and dumped in the `performanceMetrics.json` file on exit.
459
459
460
+
One can also specify `--resources-monitoring-dump-interval <interval in seconds>` to regularly dump the file at a give interval.
461
+
460
462
### Disabling monitoring
461
463
462
464
Sometimes (e.g. when running a child inside valgrind) it might be useful to disable metrics which might pollute STDOUT. In order to disable monitoring you can use the `no-op://` backend:
0 commit comments