Skip to content

Commit

Permalink
Clarify the parameter order for web-search (#254)
Browse files Browse the repository at this point in the history
Update the order of web-search parameters.
  • Loading branch information
pradeepk5 authored May 14, 2020
1 parent 5910b51 commit 329cac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/benchmarks/web-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To start a client you have to first `pull` the client image and then run it. To

$ docker pull cloudsuite/web-search:client

The following command will start the client node and run the benchmark. The `server_address` refers to the IP address, in brackets (e.g., "172.19.0.2"), of the index node that receives the client requests. The four numbers after the server address refer to: the scale, which indicates the number of concurrent clients (50); the ramp-up time in seconds (90), which refers to the time required to warm up the server; the steady-state time in seconds (60), which indicates the time the benchmark is in the steady state; and the rump-down time in seconds (60), which refers to the time to wait before ending the benchmark. Tune these parameters accordingly to stress your target system.
The following command will start the client node and run the benchmark. The `server_address` refers to the IP address, in brackets (e.g., "172.19.0.2"), of the index node that receives the client requests. The four numbers after the server address refer to: the scale, which indicates the number of concurrent clients (50); the ramp-up time in seconds (90), which refers to the time required to warm up the server; the ramp-down time in seconds (60), which refers to the time to wait before ending the benchmark; and the steady-state time in seconds (60), which indicates the time the benchmark is in the steady state. Tune these parameters accordingly to stress your target system.

$ docker run -it --name client --net search_network cloudsuite/web-search:client server_address 50 90 60 60

Expand Down

0 comments on commit 329cac5

Please sign in to comment.