File: test.conf

package info (click to toggle)
hammerhead 2.1.3-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 704 kB
  • ctags: 588
  • sloc: cpp: 4,782; sh: 2,794; makefile: 240; perl: 41; csh: 11
file content (46 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

#
# 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