From: Konrad Kuchciak Date: Mon, 30 Nov 2020 11:47:39 +0000 (+0100) Subject: Change test configuration X-Git-Tag: submit/tizen/20201203.125951~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=592962005c27506d7262e1c142bc2a1faac05b2f;p=platform%2Fcore%2Fsystem%2Fstability-monitor.git Change test configuration Change-Id: I727fb5b3d282b2136b75412562f300d55b55f69e --- diff --git a/config/default.conf b/config/default.conf index a9b4d53..91ea0a0 100644 --- a/config/default.conf +++ b/config/default.conf @@ -22,7 +22,7 @@ "io_reporting_period": 20, "fd_limit": 1000, - "fd_reporting_period": 60, + "fd_reporting_period": -1, }, diff --git a/tests/config.json b/tests/config.json index c98b887..bdb9a30 100644 --- a/tests/config.json +++ b/tests/config.json @@ -11,7 +11,8 @@ "apply_to_children" : 0, "cpu_limit_avg" : 0.40, "cpu_limit_peak" : 0.90, - "cpu_avg_period" : 3 + "cpu_avg_period" : 3, + "cpu_reporting_period": 0 }, "test-stability-mem" : { "monitor" : 1, @@ -23,7 +24,8 @@ "mem_limit_avg" : 0.20, "mem_limit_peak" : 0.40, "comment_to_above" : "don't use values close to 1 (risks OOM killer)", - "mem_limit_period" : 3 + "mem_limit_period" : 3, + "mem_reporting_period": 0 }, "test-stability-fd" : { "monitor" : 1, @@ -32,7 +34,8 @@ "report" : 0, "sampling_rate": 1.0, "apply_to_children" : 0, - "fd_limit" : 200 + "fd_limit" : 200, + "fd_reporting_period": 0 }, "test-stability-io" : { "monitor" : 1, @@ -44,7 +47,8 @@ "io_limit_avg" : 10.0, "io_limit_peak" : 30.0, "comment_to_above" : "in megabytes (on reference target)", - "io_limit_period" : 3 + "io_limit_period" : 3, + "io_reporting_period": 0 } }