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

implement aix nocgo disk usage #1341

Merged
merged 1 commit into from Sep 30, 2022
Merged

implement aix nocgo disk usage #1341

merged 1 commit into from Sep 30, 2022

Conversation

chbuescher
Copy link
Contributor

This time i wanted to get disk usage data for aix nocgo.
To get your disk_unix implementation working for aix, i implemented getFSType() for aix.
Getting the partition list with PartitionsWithContext() was a bit more work.
Because Getfsstat() is not available for aix, i had to implement a parser for the output of the mount command.

@shirou
Copy link
Owner

shirou commented Sep 30, 2022

Thank you and sorry to late reply. I can not check this PR is working on AIX, but it seems no problem.

@shirou shirou merged commit da529f3 into shirou:master Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants