sanoid/sleepymutex

10 lines
318 B
Plaintext
Raw Normal View History

#!/bin/bash
# this is just a cheap way to trigger mutex-based checks for process activity.
#
2017-11-08 17:30:52 +01:00
# ie ./sleepymutex zfs receive data/lolz if you want a mutex hanging around
# as long as necessary that will show up to any routine that actively does
# something like "ps axo | grep 'zfs receive'" or whatever.
sleep 99999