<div dir="ltr"><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><span style="color:rgb(80,0,80)">+</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+@dataclass(slots=True)</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+class TrexPerformanceTrafficStats(Pe</span><span style="color:rgb(80,0,80)">rformanceTrafficStats, TextParser):</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+    """Data structure to store performance statistics for a given test run.</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+    This class overrides the initialization of :class:`PerformanceTrafficStat</span><span style="color:rgb(80,0,80)">s`</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+    in order to set the attribute values using the TREX stats output.</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+    Attributes:</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+        tx_pps: Recorded tx packets per second</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+        tx_bps: Recorded tx bytes per second</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+        rx_pps: Recorded rx packets per second</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+        rx_bps: Recorded rx bytes per second</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+        frame_size: The total length of the frame</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+    """</span></blockquote><div>Nit: missing full stops on attributes.<br><br>Reviewed-by: Andrew Bailey <<a href="mailto:abailey@iol.unh.edu">abailey@iol.unh.edu</a>> </div></div></div>