#!/usr/bin/env tesh

$ ${javacmd} -cp ../../simgrid.jar:io_disk_raw.jar io_disk_raw ${platfdir}/hosts_with_disks.xml "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
> [  0.000000] (0:maestro@) Using regular java threads.
> [  0.000000] (0:maestro@) *** alice properties ****
> [  0.000000] (0:maestro@)   ram -> 100B
> [  0.000000] (0:maestro@) *** bob properties ****
> [  0.000000] (0:maestro@)   ram -> 100B
> [  0.000000] (0:maestro@) *** carl properties ****
> [  0.000000] (0:maestro@)   remote_disk -> /scratch:Disk1:bob
> [  0.000000] (1:@bob) *** Storage info on bob ***
> [  0.000000] (1:@bob) Disk name: Disk1 (read: 100000000 B/s -- write: 40000000 B/s)
> [  0.000000] (1:@bob) Disk name: Disk2 (read: 200000000 B/s -- write: 80000000 B/s)
> [  0.000000] (1:@bob) Disk name: Disk3 (read: 96000000 B/s -- write: 64000000 B/s)
> [  0.010000] (1:@bob) Wrote 400000 bytes on 'Disk1'
> [  0.012000] (1:@bob) Read 200000 bytes on 'Disk1'
> [  0.024500] (1:@bob) Wrote 800000 bytes on 'Disk3'
> [  0.024500] (1:@bob) *** Get/set data for storage element: Disk1 ***
> [  0.024500] (1:@bob) Get storage data: 'null'
> [  0.024500] (1:@bob) Set and get data: 'Some user data'
> [  0.024500] (0:maestro@) Simulated ends.
