Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIDs returned by process.Pids() should be sorted #752

Closed
Lomanic opened this issue Aug 20, 2019 · 1 comment · Fixed by #754
Closed

PIDs returned by process.Pids() should be sorted #752

Lomanic opened this issue Aug 20, 2019 · 1 comment · Fixed by #754
Assignees

Comments

@Lomanic
Copy link
Collaborator

Lomanic commented Aug 20, 2019

PIDs returned by process.Pids() should be sorted so we have consistency across different platforms (not every PIDs are sorted on Windows for example) .

This the counterpart issue of giampaolo/psutil#1437 for gopsutil

@Lomanic Lomanic self-assigned this Aug 22, 2019
@Lomanic
Copy link
Collaborator Author

Lomanic commented Aug 22, 2019

I already have something functional, I will submit a PR in the coming days.

Lomanic added a commit to Lomanic/gopsutil that referenced this issue Aug 24, 2019
Lomanic added a commit to Lomanic/gopsutil that referenced this issue Aug 24, 2019
shirou added a commit that referenced this issue Aug 24, 2019
[process] Fix #752 sort PIDS returned by process.Pids()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant