blob: e64f1f1c25d2b86e2183b61a23cd25fd38bfe196 [file] [log] [blame]
pipeio
This tool can be used to beat on system or named pipes.
See the help() function below for user information.
sem01
Creates a semaphore and two processes. The processes
each go through a loop where they semdown, delay for a
random amount of time, and semup, so they will almost
always be fighting for control of the semaphore.