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
55
66compose-file : !include compose.yml
77
8+
89flow :
910 - name : External-Network-Test
1011 container : gcb-alpine-curl
1617 command : sleep 1
1718 note : Sleep 1 s
1819 - 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
2021 note : Downloading 1 MB demo file
2122 - name : Pause
2223 container : gcb-alpine-curl
3334 note : transfer of 1 MB file in internal docker network
3435# we introduce another sleep, cause sometims the end of the file transfer has
3536# 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