summaryrefslogtreecommitdiff
path: root/apps/JAWS/stress_testing/README
blob: 0969522d63844ac78473a9879fd7a435e7fc54e7 (plain)
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
47
48
49
50
51
52
53
54
http_tester
-----------

This is the http_tester suite, an ACE based HTTP benchmarking tool,
used to evaluate the performance of JAWS and other HTTP servers.

Usage
-----

To use the http_tester, you need to use a config file "infile", which
consists of a list of experiments, one on each line. http_tester logs
output data in the "outfile".

Usage: http_tester infile outfile

Experiments
-----------

Each experiment consists of several space-delimited compulsory
fields, as follows:

experiment_id (string)
total_number_of_requests (integer)
request_rate (float)
url1 (first URL)
p1 (probability of requesting the first URL)
url2 (second URL)
p2 (probability of requesting the second URL)
url3 (third URL)
p3 (probability of requesting the third URL)
TCP_NODELAY (boolean, 1 == TCP_NODELAY is set)
SOCKET_RECV_BUFSIZ (usually 65536)

URLS must be of the form:

http://www.cs.wustl.edu:8888/~sumedh/index.html

(the port number is required, im making it optional in the next version).

Please see the sample file "config", for an example.

Output file
-----------

The output file consists of the following space delimited fields:

Experiment Id (string)
Average throughput of connection (float)
Average latency of connection (float) 
Maximum number of active connections at any given time (int)


Sumedh Mungee
<sumedh@cs.wustl.edu>