Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpudist: Attempt to resolve pid to command
Use `/proc/$PID/comm`, which may fail, for example if the original process already exited. This may also produce misleading results if another process got the same pid, but there's no way around this.
- Loading branch information