Skip to content

Commit e5d7549

Browse files
committed
lab5 updates
1 parent b00b296 commit e5d7549

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

labs/lab5/readme.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ For this lab you will run 4 Docker containers. The first one will be used as an
154154
docker exec -it $NAME-web3 curl -s http://localhost |grep $NAME-web3
155155
```
156156

157-
```bash
158-
curl -s http://localhost |grep Hostname
159-
160-
```
161-
162157
```bash
163158
## Sample outputs ##
164159
@@ -884,7 +879,7 @@ Different backend applications may benefit from using different load balancing t
884879
885880
```bash
886881
##Sample output##
887-
Running 1m test @ http://s.jobs-nginx-plus/coffee
882+
Running 1m test @ http://nginx-plus/coffee
888883
4 threads and 200 connections
889884
Thread Stats Avg Stdev Max +/- Stdev
890885
Latency 170.33ms 130.60ms 1.38s 60.66%
@@ -934,7 +929,7 @@ Different backend applications may benefit from using different load balancing t
934929
935930
```bash
936931
##Sample output##
937-
Running 1m test @ http://s.jobs-nginx-plus/coffee
932+
Running 1m test @ http://nginx-plus/coffee
938933
4 threads and 200 connections
939934
Thread Stats Avg Stdev Max +/- Stdev
940935
Latency 41.68ms 29.71ms 434.89ms 91.38%
@@ -1090,7 +1085,7 @@ Different backend applications may benefit from using different load balancing t
10901085
10911086
```bash
10921087
##Sample output##
1093-
Running 1m test @ http://s.jobs-nginx-plus/coffee
1088+
Running 1m test @ http://nginx-plus/coffee
10941089
4 threads and 200 connections
10951090
Thread Stats Avg Stdev Max +/- Stdev
10961091
Latency 32.27ms 25.45ms 482.19ms 83.75%

0 commit comments

Comments
 (0)