Skip to content

Commit

Permalink
Merge branch 'ss-netserver'
Browse files Browse the repository at this point in the history
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
  • Loading branch information
tohojo committed Jan 19, 2022
2 parents 6e51509 + ed9160d commit ece1896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flent/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,10 @@ def filter_np_parent(self, part):
and not self.ss_header_re.search(sp)]

for sp in sub_parts:
# Filter out stats from netserver when it's run along with ss
if "netserver" in sp:
continue

pid = self.pid_re.search(sp)
if None is pid:
continue
Expand Down

0 comments on commit ece1896

Please sign in to comment.