hp-ux

Cross-platform way to get PIDs by process name in python

Cross-platform way to get PIDs by process name in python Question: Several processes with the same name are running on host. What is the cross-platform way to get PIDs of those processes by name using python or jython? I want something like pidof but in python. (I don’t have pidof anyway.) I can’t parse /proc …

Total answers: 9