-
Notifications
You must be signed in to change notification settings - Fork 5.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
Procstat plugin add win_service option to lookup the specified service process pid #4811
Conversation
…service process pid
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.
You'll need to move out the windows specific code into a new procstat_windows.go
file as all go files in golang.org/x/sys/windows/svc/mgr
have windows only build tags.
@glinton Thanks for you reply. I move the windows specific code into a new |
Required for all PRs:
This PR implement #4209. Add
win_service
option to lookup the specified service process pid.