diff options
author | 2016-10-25 16:42:29 +0300 | |
---|---|---|
committer | 2016-10-25 16:42:29 +0300 | |
commit | 395543f0fb22e9652a92637ec8683e6e930ca59d (patch) | |
tree | 4b07c50a9beaa83deb7275816cc69a11aeb988ed /scripts/automation/trex_control_plane | |
parent | dd4a9e500b5622b85449ccc00d3f189a776e8077 (diff) | |
parent | 3477703325cafe2a629e60c60e619dc576c16d62 (diff) |
Merge from master
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py | 2 |
1 files changed, 1 insertions, 1 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 48854b76..5d9cdcaa 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 @@ -902,7 +902,7 @@ class CGlobalStats(CTRexStats): # absolute stats['cpu_util'] = self.get("m_cpu_util") stats['rx_cpu_util'] = self.get("m_rx_cpu_util") - stats['bw_per_core'] = self.get("m_bw_per_core") + stats['bw_per_core'] = self.get("m_bw_per_core") stats['tx_bps'] = self.get("m_tx_bps") stats['tx_pps'] = self.get("m_tx_pps") |