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

Do not fail proc_basic_info if status isn't readable on AIX #1978

Closed
wants to merge 5 commits into from

Commits on Aug 10, 2021

  1. Do not fail proc_basic_info if status isn't readable on AIX

    On AIX, `/proc/<pid>/status` might have more restrictive permissions
    than `/proc/<pid>/psinfo`. If only the later can be accessed, we can
    still return most of the information instead of failing.
    albertvaka committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    da696a6 View commit details
    Browse the repository at this point in the history
  2. Update _psutil_aix.c

    albertvaka committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a15e728 View commit details
    Browse the repository at this point in the history
  3. Update _psutil_aix.c

    albertvaka committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    e9629c9 View commit details
    Browse the repository at this point in the history
  4. Update _psutil_aix.c

    albertvaka committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7f116c7 View commit details
    Browse the repository at this point in the history
  5. Update _psutil_aix.c

    albertvaka committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    94645ce View commit details
    Browse the repository at this point in the history