path: glusterfs_11.2-3/tests/utils/pidof.py
        return 1
    try:
        pidof(argv[1])
    except Exception as err:
        print(err)
