1# 2# Lines that start with # in column 0 are comments. 3# 4# There are now two formats supported. 5# Format: 3 fields, space delimited. 6# Format: 4 fields, space delimited. 7# 8# Format: 3 fields, space delimited. 9# client_name working_dir_on_client path_to_iozone_on_client 10# Format: 4 fields, space delimited. 11# client_name working_dir_on_client path_to_iozone_on_client path_to_testfile 12# 13# Example: With two clients (format 3 fields) 14# 15# client1 /home/user/tmp /home/user/tmp/iozone 16# client2 /home/user/tmp /home/user/tmp/iozone 17# 18# 19# Example: With two copies of Iozone on each of the two clients 20# (format 3 fields) 21# 22# client1 /home/user/tmp /home/user/tmp/iozone 23# client1 /home/user/tmp /home/user/tmp/iozone 24# client2 /home/user/tmp /home/user/tmp/iozone 25# client2 /home/user/tmp /home/user/tmp/iozone 26# 27# Example: With two clients (format 4 fields) 28# client1 /home/user/tmp /home/user/tmp/iozone /tmp/foo1 29# client2 /home/user/tmp /home/user/tmp/iozone /tmp/foo2 30# 31# Example: With two copies of Iozone on each of the two clients 32# (format 4 fields) 33# client1 /home/user/tmp /home/user/tmp/iozone /tmp/foo1 34# client1 /home/user/tmp /home/user/tmp/iozone /tmp/foo2 35# client2 /home/user/tmp /home/user/tmp/iozone /tmp/foo3 36# client2 /home/user/tmp /home/user/tmp/iozone /tmp/foo4 37