-
Notifications
You must be signed in to change notification settings - Fork 243
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
utils_sys.py: Add function for finding process PIDS #3983
Conversation
@dzhengfy I do not know why the static checks fail |
From the error message, you can see it is ** Running signedoff-check... error. There is incorrect sign-off message in your commit with |
e0a3dbc
to
553b61b
Compare
a6ed128
to
a986d2d
Compare
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.
Others LGTM
a986d2d
to
bdcac67
Compare
Added small utility function get_pids_for(<list>). This function reads the output of 'ps aux' and gets the pids for any process in <list>. Signed-off-by: Slancaster1 <[email protected]>
bdcac67
to
2dbe925
Compare
Added small utility function get_pids_for(<list>). This function reads the output of 'ps aux' and gets the pids for any process in <list>.