FLAGS.fio_jobfile)
else:
file_path = data.ResourcePath(FLAGS.fio_jobfile)
fio_command = "--directory=%s %s" % (
vm.GetScratchDir(), FLAGS.fio_jobfile)
fio_command = "sudo %s --output-format=json %s" % (fio.FIO_PATH, fio_command)
// TODO(user): This only gives results at the end of a job run
// so the program pauses here with no feedback to the user.
// This is a pretty lousy experience.
After Change
If a 4th element is included, it is a dictionary of sample
metadata.
vm = benchmark_spec.vms[0]
logging.info("FIO running on %s", vm)
fio_command = "sudo %s --output-format=json %s" % (fio.FIO_PATH,
REMOTE_JOB_FILE_PATH)