grpc: updates to fix throughput parsing, accounting for new connection changes, now supports throughput for network to network links
This commit is contained in:
parent
9218fb0b6f
commit
b5b7b8cdf9
5 changed files with 30 additions and 24 deletions
|
@ -68,6 +68,7 @@ def cleanup_interfaces() -> None:
|
|||
name = values[0]
|
||||
if (
|
||||
name.startswith("veth")
|
||||
or name.startswith("beth")
|
||||
or name.startswith("gt.")
|
||||
or name.startswith("b.")
|
||||
or name.startswith("ctrl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue