Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils_sys.py: Add function for finding process PIDS
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]>
- Loading branch information