You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opening the process status file on *every* API call makes psutil very slow on
high loads -- e.g. we use it to stream CPU usage statistics.
The Process class should cache the value of the file, at least to get the ppid,
uid gid, since those don't change much during the process life.
Good idea.
Done in r1343 for ppid, name, exe, cmdline and create_time properties.
Prorcess uids and gids may be subject to change hence we can't cache them.
From [email protected] on June 12, 2012 21:25:17
Original issue: http://code.google.com/p/psutil/issues/detail?id=281
The text was updated successfully, but these errors were encountered: