Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / examples / c / io-file-system / io-file-system.tesh
index 409b82b9a1f7479d3a991a434148f9da62abc27c..2010eceeb4313e86532e1dbec11fc637e06de830 100644 (file)
@@ -1,21 +1,21 @@
 #!/usr/bin/env tesh
 
-$ ${bindir:=.}/io-file-system-c ${platfdir}/hosts_with_disks.xml
+$ ${bindir:=.}/c-io-file-system ${platfdir}/hosts_with_disks.xml
 > [bob:host:(1) 0.000000] [io_file_system/INFO] Storage info on bob:
-> [bob:host:(1) 0.000000] [io_file_system/INFO]     Disk1 (/scratch) Used: 36933331; Free: 536833978669; Total: 536870912000.
+> [bob:host:(1) 0.000000] [io_file_system/INFO]     Disk1 (/scratch) Used: 36924298; Free: 536833987702; Total: 536870912000.
 > [bob:host:(1) 0.000000] [io_file_system/INFO]     Disk2 (/) Used: 0; Free: 536870912000; Total: 536870912000.
 > [bob:host:(1) 0.005000] [io_file_system/INFO] Create a 200000 bytes file named '/scratch/tmp/data.txt' on /scratch
 > [bob:host:(1) 0.005000] [io_file_system/INFO] Storage info on bob:
-> [bob:host:(1) 0.005000] [io_file_system/INFO]     Disk1 (/scratch) Used: 37133331; Free: 536833778669; Total: 536870912000.
+> [bob:host:(1) 0.005000] [io_file_system/INFO]     Disk1 (/scratch) Used: 37124298; Free: 536833787702; Total: 536870912000.
 > [bob:host:(1) 0.005000] [io_file_system/INFO]     Disk2 (/) Used: 0; Free: 536870912000; Total: 536870912000.
 > [bob:host:(1) 0.007000] [io_file_system/INFO] Read 200000 bytes on /scratch/tmp/data.txt
 > [bob:host:(1) 0.009500] [io_file_system/INFO] Write 100000 bytes on /scratch/tmp/data.txt
 > [bob:host:(1) 0.009500] [io_file_system/INFO] Move '/scratch/tmp/data.txt' to '/scratch/tmp/simgrid.readme'
 > [bob:host:(1) 0.009500] [io_file_system/INFO] User data attached to the file: 777
 > [bob:host:(1) 0.009500] [io_file_system/INFO] Storage info on bob:
-> [bob:host:(1) 0.009500] [io_file_system/INFO]     Disk1 (/scratch) Used: 37233331; Free: 536833678669; Total: 536870912000.
+> [bob:host:(1) 0.009500] [io_file_system/INFO]     Disk1 (/scratch) Used: 37224298; Free: 536833687702; Total: 536870912000.
 > [bob:host:(1) 0.009500] [io_file_system/INFO]     Disk2 (/) Used: 0; Free: 536870912000; Total: 536870912000.
 > [bob:host:(1) 0.009500] [io_file_system/INFO] Unlink file: '/scratch/tmp/simgrid.readme'
 > [bob:host:(1) 0.009500] [io_file_system/INFO] Storage info on bob:
-> [bob:host:(1) 0.009500] [io_file_system/INFO]     Disk1 (/scratch) Used: 36933331; Free: 536833978669; Total: 536870912000.
+> [bob:host:(1) 0.009500] [io_file_system/INFO]     Disk1 (/scratch) Used: 36924298; Free: 536833987702; Total: 536870912000.
 > [bob:host:(1) 0.009500] [io_file_system/INFO]     Disk2 (/) Used: 0; Free: 536870912000; Total: 536870912000.