Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux: Update sockstat to render process names
Currently, process names are not displayed for sockets in the sockstat plugin, making analysis more painful than it needs to be. This updates the `list_sockets` classmethod and the `generator` method to return the process name in addition to the PID. Because this is changing the public interface, this commit includes a major version bump for `linux.sockstat.Sockstat`.
- Loading branch information