diff options
-rw-r--r-- | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 = {} |