From 947c78887e791596d4a5ec2d1079f8b1a049628b Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Tue, 27 Oct 2020 11:16:21 +0900 Subject: basesystem 0.1 --- .../interface_unified/scfg/gpf_ss_cpu_mon_config.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg (limited to 'systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg') diff --git a/systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg b/systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg new file mode 100644 index 00000000..dcf4d02c --- /dev/null +++ b/systemservice/interface_unified/scfg/gpf_ss_cpu_mon_config.cfg @@ -0,0 +1,14 @@ +# CPU Monitor Group Configuration File + +[Monitor] +StartupDelayMs=20000 +SamplePeriodMs=1000 +HistoryLengthMs=10000 + +[Trigger] +IdleThresholdBelowPercent=10 +IdleThresholdTimeToExceedMs=3000 +PostDetectNextSampleTimeMs=3000 + +[MonteCarlo] +Enabled=FALSE -- cgit 1.2.3-korg