-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.txt
43 lines (21 loc) · 849 Bytes
/
commands.txt
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
#get the index X times
java -jar tester.jar server:8080 -g /index.html 100000
#run the files
java -jar tester.jar server:8080 -f small.txt
#files independent
java -jar tester.jar server:8080 --p .*.txt
java -jar tester.jar server:8080 --file-parallel .*.txt --perTopic
for f in *; do mv $f `basename $f `.txt; done;
--throughput throughput per client: fixed; [start:end:step]; default: maximum
--file <filePattern> in serie
--file-parallel <filePattern> files are executed in parallel
--lines <numberOfLines>
--readPercentage <percentage of read operation: default: 0>
--assync assync: default is sync
--get <url> <times> get the url x times
--master <master_host>
--clients <number of concurrent clients>
--logDisk log to disk
--measureData measure data received
--directory directory
--perTopic