#
# servers to send the requests to.
#  all the servers will be sent all the traffic
#
server 198.180.47.198 3128
#
#  Webjamma can also go directly to the site in the URL.  proxy = true means
#  use the proxy, false means go directly to the server.
proxy 1
#
# max parallel requests
#   each parallel request requires one unix process.  
#   This is also max parallel per server, so there will really be 
#   maxpar * numservers 
#
maxpar 40
#
# log file to read the traffic from.  
#   multiple log files will be concatinated.
#
#log washpost.purge
log workloads/7545.testpush
# number of times to repeat all the log files
#
repeat 1
#
# initial timeout (in seconds): delay from the request transmission to
#   first block recieved before giving up.
#
inittimeout 30
#
# timout (in seconds): delay between blocks of data before giving up
#
timeout 30
