# # HammerHead configuration file # HammerHead is a CGI testing rig # # # Location of scenarios to be read in # VALUE: String (name of a directory) # Scenario_Directory /etc/hammerhead # # Log file to record all the stuff done by HH # Log_Filename /tmp/hammer.log # # Number of sessions to simulate (threads) # Sessions 10 # # IP number:port of machine to be hit # # zen Machine_IP 127.0.0.1:80 # # Average time to sleep between requests # VALUE: integer in microseconds # Sleep_time 100 # # Load images in the page? # Load_Images on