From ddd6c17a0a4bb2f286d11204c9c0ccd1ae29c113 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 11 May 2016 13:33:30 +0300 Subject: CPU calculation is different now, in flavor to be higher than real, update the values --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py index 61122e79..eace5cf2 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py @@ -588,8 +588,8 @@ class CGlobalStats(CTRexStats): self._ports_dict = ports_dict_ref self.events_handler = events_handler - self.watched_cpu_util = WatchedField('CPU util.', '%', 85, 60, events_handler) - self.watched_rx_cpu_util = WatchedField('RX core util.', '%', 85, 60, events_handler) + self.watched_cpu_util = WatchedField('CPU util.', '%', 95, 90, events_handler) + self.watched_rx_cpu_util = WatchedField('RX core util.', '%', 95, 90, events_handler) def get_stats (self): stats = {} -- cgit