-
-
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
Add support for OpenBSD/amd64 #283
Conversation
Thank you! I will create OpenBSD environment and check this great PR. Please be patient for a few days. |
Could you add build tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add Procs
to host.InfoStat
same as FreeBSD?
"unsafe" | ||
|
||
"github.com/shirou/gopsutil/internal/common" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add process
like freebsd?
ret.VirtualizationSystem = system | ||
ret.VirtualizationRole = role | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add procs like freebsd?
Thank you for your very cool contribution. It works on my OpenBSD 6.0 environment. I write some comments, and if you fix these, I will merge very soon!. |
This code is based on the FreeBSD version and implements roughly the same feature set.
Oh, I actually had done these changes, but I pushed from the wrong repository. |
Thank you so much !! |
This code is based on the FreeBSD version
and implements roughly the same feature set.