Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Framework/Core/COOKBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,8 @@ process monitoring metrics described at:

will be pushed every `<poll-interval>` seconds to the same backend and dumped in the `performanceMetrics.json` file on exit.

One can also specify `--resources-monitoring-dump-interval <interval in seconds>` to regularly dump the file at a give interval.

### Disabling monitoring

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:
Expand Down