funit-threads (8) Linux Manual Page
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
See Also
Bugs
Report bugs to m[blue]http:/sources.redhat.com/fryskm[]
