-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy
- Loading branch information
Showing
22 changed files
with
2,429 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
AIX support is experimental at this time. | ||
The following functions and methods are unsupported on the AIX platform: | ||
|
||
psutil.Process.memory_maps | ||
psutil.Process.num_ctx_switches | ||
|
||
Known limitations: | ||
psutil.Process.io_counters read count is always 0 | ||
reading basic process info may fail or return incorrect values when process is starting | ||
(see IBM APAR IV58499 - fixed in newer AIX versions) | ||
sockets and pipes may not be counted in num_fds (fixed in newer AIX versions) | ||
|
||
The following unit tests may fail: | ||
test_prog_w_funky_name funky name tests don't work, name is truncated | ||
test_cmdline long args are cut from cmdline in /proc/pid/psinfo and getargs | ||
test_pid_exists_2 there are pids in /proc that don't really exist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.