From 067128222aeda7d7f6c77830ab3eedd427219c20 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:11:09 +0100 Subject: [PATCH 1/2] Improve documentation. --- Framework/Core/COOKBOOK.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Framework/Core/COOKBOOK.md b/Framework/Core/COOKBOOK.md index 240919c9574ad..99774cf778224 100644 --- a/Framework/Core/COOKBOOK.md +++ b/Framework/Core/COOKBOOK.md @@ -457,6 +457,8 @@ process monitoring metrics described at: will be pushed every `` seconds to the same backend and dumped in the `performanceMetrics.json` file on exit. +One can also specify `--resources-monitoring-dump-interval `, do 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: From ca7d65e103b0a117a17a5530a5d42dc22d654634 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:11:51 +0100 Subject: [PATCH 2/2] Update COOKBOOK.md --- Framework/Core/COOKBOOK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/COOKBOOK.md b/Framework/Core/COOKBOOK.md index 99774cf778224..91a65b4d2700f 100644 --- a/Framework/Core/COOKBOOK.md +++ b/Framework/Core/COOKBOOK.md @@ -457,7 +457,7 @@ process monitoring metrics described at: will be pushed every `` seconds to the same backend and dumped in the `performanceMetrics.json` file on exit. -One can also specify `--resources-monitoring-dump-interval `, do regularly dump the file at a give interval. +One can also specify `--resources-monitoring-dump-interval ` to regularly dump the file at a give interval. ### Disabling monitoring