File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ description: Demonstrating the resource consumption of two containers communicat
5
5
6
6
compose-file : !include compose.yml
7
7
8
+
8
9
flow :
9
10
- name : External-Network-Test
10
11
container : gcb-alpine-curl
16
17
command : sleep 1
17
18
note : Sleep 1 s
18
19
- type : console
19
- command : curl --fail https://file-examples. com/wp-content/storage/2017/10/file_example_JPG_1MB .jpg --output /tmp/test_image.jpg --silent
20
+ command : curl --fail https://raw.githubusercontent. com/green-coding-solutions/example-applications/refs/heads/main/network-test/test_1MB .jpg --output /tmp/test_image.jpg --silent
20
21
note : Downloading 1 MB demo file
21
22
- name : Pause
22
23
container : gcb-alpine-curl
33
34
note : transfer of 1 MB file in internal docker network
34
35
# we introduce another sleep, cause sometims the end of the file transfer has
35
36
# a race condition with the end of the measurement and is not attributed anymore
36
-
You can’t perform that action at this time.
0 commit comments