PFZheng / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

What CPU a process is on? #357

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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).

Original issue reported on code.google.com by g.rodola on 12 Mar 2013 at 10:50