#------------------------------------------------------------------------------ # Server Configuration #------------------------------------------------------------------------------ # # server.hostname: hostname of the server to benchmark # server.port: port on which to communicate with server # server.protocol: protocol to communicate with server # server.hostname=localhost server.port=8080 server.protocol=http # # #------------------------------------------------------------------------------ # Data Origin #------------------------------------------------------------------------------ # # request.capture.filename: file in which user requests are stored for # load testing of simulation purposes. # request.capture.filename=/tmp/requestCapture.txt # # #------------------------------------------------------------------------------ # Threads #------------------------------------------------------------------------------ # # number.concurrent.public.threads: number of concurrent threads executing # the public requests. # number.concurrent.private.threads: number of concurrent threads executing # the private requests. # time.interval.between.thread.launch: number of ms between the launch of # consecutive threads. # time.interval.between.requests: number of ms beteen consecutive requests # of a thread. # number.concurrent.public.threads=1 number.concurrent.private.threads=1 time.interval.between.thread.launch=100 time.interval.between.requests=50 # # #------------------------------------------------------------------------------ # End of benchmark.properties file #------------------------------------------------------------------------------