Skip to content

Commit

Permalink
pmdasockets: allow sockets with duplicate sources to exist
Browse files Browse the repository at this point in the history
An incorrect assumption was made in pmdasockets that the socket src
field is unique. This is not necessarily the case and when multiple
ss lines share a source only one will win (the final one). To solve
this we extend the instance names to include the destination.

A minor improvement to formatting in pcp-ss is also made, so that a
very long source field will not merge into the preceding column; we
always want to separate columns in case of parsing but it is also a
visual improvement too when such long socket source fields occur.

Resolves Red Hat BZ #2134413
  • Loading branch information
natoscott committed Nov 2, 2023
1 parent bdb8059 commit 866a2e9
Show file tree
Hide file tree
Showing 4 changed files with 8,639 additions and 8,509 deletions.
Loading

0 comments on commit 866a2e9

Please sign in to comment.