Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / s4u / io-stream / io-stream.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/io-stream --cfg=network/model:CM02 --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e%m%n"
4 > [  0.000000] Configuration change: Set 'network/model' to 'CM02'
5 > [  0.000000] Configuration change: Set 'network/crosstraffic' to '0'
6 > [  0.000000] [Bob -> Alice] Store and Forward (1 block)
7 > [  4.000000]     Read  : 4.000000 seconds
8 > [  6.000050]     Send  : 2.000050 seconds
9 > [  7.000050]     Write : 1.000000 seconds
10 > [  7.000050]     Total : 7.000050 seconds
11 > [  7.000050] [Bob -> Alice] Store and Forward (100 blocks)
12 > [ 11.000050]     Total : 4.000000 seconds
13 > [ 11.000050] [Bob -> Alice] Streaming (Read bottleneck)
14 > [ 15.000100]     Total : 4.000050 seconds
15 > [ 15.000100] [Alice -> Bob] Streaming (Write bottleneck)
16 > [ 23.000150]     Total : 8.000050 seconds
17 > [ 23.000150] Start two 10-second background traffic between Bob and Alice
18 > [ 23.000150] [Bob -> Alice] Streaming (Transfer bottleneck)
19 > [ 29.000200]     Total : 6.000050 seconds
20 > [ 45.000200] [Bob -> Alice] Streaming "from disk to memory" (no write)
21 > [ 49.000250]     Total : 4.000050 seconds
22 > [ 49.000250] [Bob -> Alice] Streaming "from memory to disk" (no read)
23 > [ 51.000300]     Total : 2.000050 seconds
24 > [ 51.000300] [Bob -> Bob] Disk to disk (no transfer)
25 > [ 59.000300]     Total : 8.000000 seconds
26
27 $ ${bindir:=.}/io-stream  "--log=root.fmt:[%10.6r]%e%m%n"
28 > [  0.000000] [Bob -> Alice] Store and Forward (1 block)
29 > [  4.000000]     Read  : 4.000000 seconds
30 > [  6.165599]     Send  : 2.165599 seconds
31 > [  7.165599]     Write : 1.000000 seconds
32 > [  7.165599]     Total : 7.165599 seconds
33 > [  7.165599] [Bob -> Alice] Store and Forward (100 blocks)
34 > [ 11.165518]     Total : 3.999919 seconds
35 > [ 11.165518] [Bob -> Alice] Streaming (Read bottleneck)
36 > [ 15.166169]     Total : 4.000651 seconds
37 > [ 15.166169] [Alice -> Bob] Streaming (Write bottleneck)
38 > [ 23.166819]     Total : 8.000651 seconds
39 > [ 23.166819] Start two 10-second background traffic between Bob and Alice
40 > [ 23.166819] [Bob -> Alice] Streaming (Transfer bottleneck)
41 > [ 29.662315]     Total : 6.495496 seconds
42 > [ 46.860161] [Bob -> Alice] Streaming "from disk to memory" (no write)
43 > [ 50.860812]     Total : 4.000650 seconds
44 > [ 50.860812] [Bob -> Alice] Streaming "from memory to disk" (no read)
45 > [ 53.026411]     Total : 2.165599 seconds
46 > [ 53.026411] [Bob -> Bob] Disk to disk (no transfer)
47 > [ 61.026411]     Total : 8.000000 seconds