1BOMBARDMENT(1) bombardment BOMBARDMENT(1)
2
3
4
6 bombardment - Run siege with an ever-increasing number of users
7
8 SYNOPSIS
9 bombardment [urlfile] [clients] [increment] [trials] [delay]
10 bombardment urls.txt 5 10 20 1
11
13 bombardment is part of the siege distribution. It calls siege with an
14 initial number of clients. When that run finishes, it immediately calls
15 siege again with that number of clients plus the increment. It does
16 this the number of times specified in the fourth argument.
17
19 urlfile
20 The name of the file containing one or more URLs for siege to test.
21
22 clients
23 The initial number of clients to be used on the first run.
24
25 increment
26 The number of clients to add to each ensuing run.
27
28 trials
29 The number of times to run siege.
30
31 delay
32 The is the amount of time, in seconds, that each client will wait
33 between requests. The siege default is overridden by bombardment
34
36 siege(1), siege2csv(1)
37
39 Written by Peter Hutnick, et al.
40
41
42
43JoeDog 2021-07-03 BOMBARDMENT(1)