Hello, Is it possible to lanch fio against multiple servers, each having a unique job file? example (assume fio --server started already on these two nodes) # fio --client=node2 jobfile_for_node2 --client=node3 jobfile_for_node3.cfg Alternately, is there a directive that can be placed into a common job file which would cause a specific server only to run jobs with that directive? example # fio --client=node2 --client=node3 jobfile.cfg jobfile contains: [for_node2_only] filename=/dev/shareddiskA readwrite=read runtime=60 ioengine=libaio direct=1 iodepth=32 fsync_on_close=0 time_based ioscheduler=noop blocksize=4M client=node2 [for_node3_only] filename=/dev/shareddiskB readwrite=read runtime=60 ioengine=libaio direct=1 iodepth=32 fsync_on_close=0 time_based ioscheduler=noop blocksize=4M client=node3 Thanks for the very nice utility. -frank -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html