We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
i use gopsutil to collect Windows and Linux machine some performance data, but net is not implemented on the Windows.
I write a tool win-netstat to implement this feature previously. Now i want to only use gopsutil in my project. So i want to implement net package.
I see some code in the net/net_windows.go, if i implement it, is it use proc like below?
procGetExtendedTCPTable = modiphlpapi.NewProc("GetExtendedTcpTable") procGetExtendedUDPTable = modiphlpapi.NewProc("GetExtendedUdpTable")
I was wondering if any work has been started?
The text was updated successfully, but these errors were encountered:
Thank you! I think no one is working on it. I am very appreciate if you would send a PR !
Sorry, something went wrong.
Implemented in #549
No branches or pull requests
Hi,
i use gopsutil to collect Windows and Linux machine some performance data, but net is not implemented on the Windows.
I write a tool win-netstat to implement this feature previously. Now i want to only use gopsutil in my project. So i want to implement net package.
I see some code in the net/net_windows.go, if i implement it, is it use proc like below?
I was wondering if any work has been started?
The text was updated successfully, but these errors were encountered: