path: glusterfs_11.2-3/tests/utils/pidof.py
    return False
def pidof(processname):
    for p in psutil.process_iter():
        if p.pid == 0:
