-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
What CPU a process is on? #357
Labels
Comments
Use case example: |
giampaolo
added a commit
that referenced
this issue
Nov 25, 2016
giampaolo
added a commit
that referenced
this issue
Nov 25, 2016
giampaolo
added a commit
that referenced
this issue
Nov 25, 2016
giampaolo
added a commit
that referenced
this issue
Nov 26, 2016
giampaolo
added a commit
that referenced
this issue
Jan 24, 2017
giampaolo
added a commit
that referenced
this issue
Jan 24, 2017
Merged in #954 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can retrieve this information on different POSIX platforms (maybe all?).
Not sure how useful this is in practice but can be used in conjunction with
psutil.NUM_CPUS and psutil.cpu_percent(percpu=True).
UPDATE
Original issue: http://code.google.com/p/psutil/issues/detail?id=357
The text was updated successfully, but these errors were encountered: