Add the 'webstress' utility. This program will fork a number of child
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Apr 2005 00:13:20 +0000 (00:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Apr 2005 00:13:20 +0000 (00:13 +0000)
commit5ae89e32890769cd7b04c70a0c4f117ac942a2d0
tree2d4987cffce388ac22df550df63361e357f2d268
parente5829d4317642ded4a42248967bbdd371ae09bb4
Add the 'webstress' utility.  This program will fork a number of child
processes and take a series of URLs on the command line or from a file.
Each child will then run through the list continuously.  Various options
may be specified to tune the test.
test/stress/webstress/Makefile [new file with mode: 0644]
test/stress/webstress/webstress.c [new file with mode: 0644]