funit-threads (8) - Linux Manuals
funit-threads: creates lots and lots of threads
NAME
funit-threads - creates lots and lots of threads
SYNOPSIS
- funit-threads [--clone] [--block] [--loop] {pid} {signal} {seconds} {number-threads}
DESCRIPTION
--clone
- Each thread will repeatedly clone itself (default).
--block
- Each thread will block.
--loop
- Each thread will execute an infinite loop.
pid
- Thread ID to send signal to once all threads have been created.
signal
- The signal to send to tid once all threads have been started.
seconds
- Number of seconds to wait before the program exits.
number-threads
- Number of threads to create.
EXAMPLE
-
/usr/lib/frysk/funit-threads
BUGS
Report bugs to m[blue]http:/sources.redhat.com/fryskm[]