-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
AIX Support Coming? #1490
Comments
We don't have access to this kind of hardware/operating system, we have to rely on external contributions for this (like in #834 (comment)). We already partially support aix
Can you confirm you are missing the |
Line 53 in 042e636
If you were to implement the missing packages with cgo, please add nocgo stubs like in https://github.com/shirou/gopsutil/blob/042e63609b4e22a95b6201d48c874b62a976d133/disk/disk_darwin_nocgo.go There are tests for each packages, you can run all of them with |
Host version detection: |
I'll be working on this here: However, it will likely only be for nocgo support, since my software using it doesn't enable cgo. I'll make best effort to support it with cgo enabled as well. |
Why specifically did you reference this? |
I've implemented everything that I both have time to do, and is within my capabilities (I'm new at Golang) in #1651 This greatly improves AIX support in general, and covers all of my own use cases except processes. I hope to have time for that later. |
Close as completed by #1651. Thank you for your contribution! |
Is your feature request related to a problem? Please describe.
No, but psutil support this os
Describe the solution you'd like
AIX/ppc64 support
Describe alternatives you've considered
psutil
The text was updated successfully, but these errors were encountered: