Skip to content

Instantly share code, notes, and snippets.

@akrzos
Created March 4, 2016 02:49
Show Gist options
  • Save akrzos/2845c39a29bc9195fbd4 to your computer and use it in GitHub Desktop.
Save akrzos/2845c39a29bc9195fbd4 to your computer and use it in GitHub Desktop.
perfkitbenchmarker fio on OSP
(perfkit-venv) [stack@manager PerfKitBenchmarker]$ ./pkb.py --cloud=OpenStack --os_type=rhel --image=centos7 --openstack_image_username=centos --openstack_public_network=browbeat_public --openstack_private_network=browbeat_private --benchmarks=fio --scratch_disk_size=4
WARNING:root:Flag --scratch_disk_size is deprecated and will be removed. Please switch to --data_disk_size.
2016-03-03 21:43:20,762 a4c11072 MainThread INFO Verbose logging to: /tmp/perfkitbenchmarker/run_a4c11072/pkb.log
2016-03-03 21:43:20,762 a4c11072 MainThread INFO PerfKitBenchmarker version: v1.2.0-43-g5af8438
2016-03-03 21:43:20,884 a4c11072 MainThread INFO Flag values:
--os_type=rhel
--image=centos7
--cloud=OpenStack
--data_disk_size=4
--benchmarks=fio
--openstack_private_network=browbeat_private
--openstack_image_username=centos
--scratch_disk_size=4
--openstack_public_network=browbeat_public
2016-03-03 21:43:20,996 a4c11072 MainThread fio(1/1) INFO Provisioning resources for benchmark fio
2016-03-03 21:43:20,996 a4c11072 MainThread fio(1/1) INFO No legacy->new disk type map for provider OpenStack
2016-03-03 21:43:21,343 a4c11072 MainThread fio(1/1) INFO Starting new HTTP connection (1): 10.16.31.232
2016-03-03 21:43:21,431 a4c11072 MainThread fio(1/1) INFO Starting new HTTP connection (1): 10.16.31.232
2016-03-03 21:43:21,465 a4c11072 MainThread fio(1/1) INFO Starting new HTTP connection (1): 10.16.31.232
2016-03-03 21:43:23,760 a4c11072 Thread-1 fio(1/1) INFO Running: cat /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile.pub
2016-03-03 21:43:37,044 a4c11072 Thread-1 fio(1/1) INFO floating-ip associated: 10.16.31.247
2016-03-03 21:43:37,171 a4c11072 Thread-1 fio(1/1) INFO VM: 10.16.31.247
2016-03-03 21:43:37,172 a4c11072 Thread-1 fio(1/1) INFO Waiting for boot completion.
2016-03-03 21:43:52,182 a4c11072 Thread-1 fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile hostname
2016-03-03 21:43:53,080 a4c11072 Thread-1 fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile -t -t bash -l -c "echo 'Defaults:centos !requiretty' | sudo tee /etc/sudoers.d/pkb"
2016-03-03 21:43:59,986 a4c11072 Thread-1 fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile [[ -d /mnt ]] && sudo umount /mnt; sudo mke2fs -F -E lazy_itable_init=0,discard -O ^has_journal -t ext4 -b 4096 /dev/vdb
2016-03-03 21:44:01,005 a4c11072 Thread-1 fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile sudo mkdir -p /scratch;sudo mount -o discard /dev/vdb /scratch;sudo chown -R $USER:$USER /scratch;
2016-03-03 21:44:02,442 a4c11072 Thread-1 fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile mkdir -p /tmp/pkb
2016-03-03 21:44:03,014 a4c11072 MainThread fio(1/1) INFO ssh to VMs in this benchmark by name with:
ssh -F /tmp/perfkitbenchmarker/run_a4c11072/ssh_config <vm_name>
ssh -F /tmp/perfkitbenchmarker/run_a4c11072/ssh_config vm<index>
ssh -F /tmp/perfkitbenchmarker/run_a4c11072/ssh_config <group_name>-<index>
2016-03-03 21:44:03,177 a4c11072 MainThread fio(1/1) INFO Preparing benchmark fio
2016-03-03 21:44:03,179 a4c11072 MainThread fio(1/1) INFO FIO prepare on 10.16.31.247
2016-03-03 21:44:03,180 a4c11072 MainThread fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile sudo yum install -y libaio-devel libaio bc
2016-03-03 21:44:31,664 a4c11072 MainThread fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile sudo yum groupinstall -y "Development Tools"
2016-03-03 21:45:24,558 a4c11072 MainThread fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile git clone http://git.kernel.dk/fio.git /tmp/pkb/fio
2016-03-03 21:45:30,403 a4c11072 MainThread fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile cd /tmp/pkb/fio && git checkout fio-2.2.10
2016-03-03 21:45:30,860 a4c11072 MainThread fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile cd /tmp/pkb/fio && ./configure && make
2016-03-03 21:45:54,949 a4c11072 MainThread fio(1/1) INFO Running benchmark fio
2016-03-03 21:45:54,951 a4c11072 MainThread fio(1/1) INFO FIO running on 10.16.31.247
2016-03-03 21:45:54,952 a4c11072 MainThread fio(1/1) INFO Wrote fio job file at /tmp/perfkitbenchmarker/run_a4c11072/fio.job
2016-03-03 21:45:54,953 a4c11072 MainThread fio(1/1) INFO Running: scp -P 22 -pr -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile /tmp/perfkitbenchmarker/run_a4c11072/fio.job centos@10.16.31.247:/tmp/pkb/fio.job
2016-03-03 21:45:55,231 a4c11072 MainThread fio(1/1) INFO FIO Results:
2016-03-03 21:45:55,232 a4c11072 MainThread fio(1/1) INFO Running: scp -P 22 -pr -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile /home/stack/perfkit-venv/PerfKitBenchmarker/perfkitbenchmarker/scripts/execute_command.py centos@10.16.31.247:/tmp/pkb/execute_command.py
2016-03-03 21:45:55,496 a4c11072 MainThread fio(1/1) INFO Running: scp -P 22 -pr -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile /home/stack/perfkit-venv/PerfKitBenchmarker/perfkitbenchmarker/scripts/wait_for_command.py centos@10.16.31.247:/tmp/pkb/wait_for_command.py
2016-03-03 21:45:55,757 a4c11072 MainThread fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile nohup python /tmp/pkb/execute_command.py --stdout /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.stdout --stderr /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.stderr --status /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.status --command 'sudo /tmp/pkb/fio/fio --output-format=json --directory=/scratch /tmp/pkb/fio.job' 1> /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.log 2>&1 &
2016-03-03 21:45:56,030 a4c11072 MainThread fio(1/1) INFO Running: ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile python /tmp/pkb/wait_for_command.py --stdout /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.stdout --stderr /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.stderr --status /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.status --delete
2016-03-03 21:46:03,512 a4c11072 MainThread fio(1/1) INFO Ran ssh -A -p 22 centos@10.16.31.247 -2 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PreferredAuthentications=publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o GSSAPIAuthentication=no -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -i /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_keyfile python /tmp/pkb/wait_for_command.py --stdout /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.stdout --stderr /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.stderr --status /tmp/pkb/cmd7c1c641d-ca9c-47b7-9849-5748d0c5b007.status --delete. Got return code (0).
STDOUT: {
"fio version" : "fio-2.2.10",
"timestamp" : 1457059612,
"time" : "Fri Mar 4 02:46:52 2016",
"jobs" : [
{
"jobname" : "sequential_write",
"groupid" : 0,
"error" : 0,
"eta" : 0,
"elapsed" : 8,
"read" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"write" : {
"io_bytes" : 179200,
"bw" : 400000,
"iops" : 781.25,
"runtime" : 448,
"total_ios" : 350,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 32,
"max" : 158,
"mean" : 60.51,
"stddev" : 13.70
},
"clat" : {
"min" : 39601,
"max" : 443630,
"mean" : 80866.34,
"stddev" : 33973.28,
"percentile" : {
"1.000000" : 39680,
"5.000000" : 40192,
"10.000000" : 51968,
"20.000000" : 63744,
"30.000000" : 69120,
"40.000000" : 73216,
"50.000000" : 77312,
"60.000000" : 82432,
"70.000000" : 89600,
"80.000000" : 94720,
"90.000000" : 105984,
"95.000000" : 116224,
"99.000000" : 118272,
"99.500000" : 444416,
"99.900000" : 444416,
"99.950000" : 444416,
"99.990000" : 444416,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 39654,
"max" : 443693,
"mean" : 80927.30,
"stddev" : 33973.53
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"trim" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"usr_cpu" : 2.24,
"sys_cpu" : 2.68,
"ctx" : 61,
"majf" : 0,
"minf" : 30,
"iodepth_level" : {
"1" : 0.29,
"2" : 0.57,
"4" : 1.14,
"8" : 2.29,
"16" : 4.57,
"32" : 9.14,
">=64" : 82.00
},
"latency_us" : {
"2" : 0.00,
"4" : 0.00,
"10" : 0.00,
"20" : 0.00,
"50" : 0.00,
"100" : 0.00,
"250" : 0.00,
"500" : 0.00,
"750" : 0.00,
"1000" : 0.00
},
"latency_ms" : {
"2" : 0.00,
"4" : 0.00,
"10" : 0.00,
"20" : 0.00,
"50" : 9.43,
"100" : 72.86,
"250" : 17.14,
"500" : 0.57,
"750" : 0.00,
"1000" : 0.00,
"2000" : 0.00,
">=2000" : 0.00
},
"latency_depth" : 64,
"latency_target" : 0,
"latency_percentile" : 100.00,
"latency_window" : 0
},
{
"jobname" : "sequential_read",
"groupid" : 1,
"error" : 0,
"eta" : 0,
"elapsed" : 8,
"read" : {
"io_bytes" : 179200,
"bw" : 759322,
"iops" : 1483.05,
"runtime" : 236,
"total_ios" : 350,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 24,
"max" : 487,
"mean" : 49.99,
"stddev" : 69.14
},
"clat" : {
"min" : 10092,
"max" : 231487,
"mean" : 42237.09,
"stddev" : 18029.19,
"percentile" : {
"1.000000" : 10176,
"5.000000" : 28800,
"10.000000" : 33536,
"20.000000" : 34560,
"30.000000" : 34560,
"40.000000" : 35072,
"50.000000" : 35584,
"60.000000" : 40704,
"70.000000" : 45312,
"80.000000" : 51968,
"90.000000" : 59136,
"95.000000" : 62720,
"99.000000" : 67072,
"99.500000" : 232448,
"99.900000" : 232448,
"99.950000" : 232448,
"99.990000" : 232448,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 10143,
"max" : 231853,
"mean" : 42287.54,
"stddev" : 18037.62
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"write" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"trim" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"usr_cpu" : 0.43,
"sys_cpu" : 8.94,
"ctx" : 262,
"majf" : 0,
"minf" : 557,
"iodepth_level" : {
"1" : 0.29,
"2" : 0.57,
"4" : 1.14,
"8" : 2.29,
"16" : 4.57,
"32" : 9.14,
">=64" : 82.00
},
"latency_us" : {
"2" : 0.00,
"4" : 0.00,
"10" : 0.00,
"20" : 0.00,
"50" : 0.00,
"100" : 0.00,
"250" : 0.00,
"500" : 0.00,
"750" : 0.00,
"1000" : 0.00
},
"latency_ms" : {
"2" : 0.00,
"4" : 0.00,
"10" : 0.00,
"20" : 2.29,
"50" : 74.86,
"100" : 22.29,
"250" : 0.57,
"500" : 0.00,
"750" : 0.00,
"1000" : 0.00,
"2000" : 0.00,
">=2000" : 0.00
},
"latency_depth" : 64,
"latency_target" : 0,
"latency_percentile" : 100.00,
"latency_window" : 0
},
{
"jobname" : "random_write_test",
"groupid" : 2,
"error" : 0,
"eta" : 0,
"elapsed" : 8,
"read" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"write" : {
"io_bytes" : 17960,
"bw" : 6961,
"iops" : 1740.31,
"runtime" : 2580,
"total_ios" : 4490,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 12,
"max" : 58,
"mean" : 20.73,
"stddev" : 4.52
},
"clat" : {
"min" : 266,
"max" : 3760,
"mean" : 548.05,
"stddev" : 188.72,
"percentile" : {
"1.000000" : 310,
"5.000000" : 350,
"10.000000" : 378,
"20.000000" : 430,
"30.000000" : 454,
"40.000000" : 486,
"50.000000" : 516,
"60.000000" : 556,
"70.000000" : 596,
"80.000000" : 636,
"90.000000" : 700,
"95.000000" : 756,
"99.000000" : 1384,
"99.500000" : 1512,
"99.900000" : 1720,
"99.950000" : 1880,
"99.990000" : 3760,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 282,
"max" : 3783,
"mean" : 569.55,
"stddev" : 190.34
},
"bw_min" : 6512,
"bw_max" : 7920,
"bw_agg" : 100.00,
"bw_mean" : 6982.40,
"bw_dev" : 583.76
},
"trim" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"usr_cpu" : 1.78,
"sys_cpu" : 6.20,
"ctx" : 4491,
"majf" : 0,
"minf" : 31,
"iodepth_level" : {
"1" : 100.00,
"2" : 0.00,
"4" : 0.00,
"8" : 0.00,
"16" : 0.00,
"32" : 0.00,
">=64" : 0.00
},
"latency_us" : {
"2" : 0.00,
"4" : 0.00,
"10" : 0.00,
"20" : 0.00,
"50" : 0.00,
"100" : 0.00,
"250" : 0.00,
"500" : 44.23,
"750" : 50.22,
"1000" : 2.58
},
"latency_ms" : {
"2" : 2.92,
"4" : 0.04,
"10" : 0.00,
"20" : 0.00,
"50" : 0.00,
"100" : 0.00,
"250" : 0.00,
"500" : 0.00,
"750" : 0.00,
"1000" : 0.00,
"2000" : 0.00,
">=2000" : 0.00
},
"latency_depth" : 1,
"latency_target" : 0,
"latency_percentile" : 100.00,
"latency_window" : 0
},
{
"jobname" : "random_read_test",
"groupid" : 3,
"error" : 0,
"eta" : 0,
"elapsed" : 8,
"read" : {
"io_bytes" : 17960,
"bw" : 7012,
"iops" : 1753.22,
"runtime" : 2561,
"total_ios" : 4490,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 5,
"max" : 75,
"mean" : 17.12,
"stddev" : 4.33
},
"clat" : {
"min" : 1,
"max" : 3798,
"mean" : 547.82,
"stddev" : 186.46,
"percentile" : {
"1.000000" : 294,
"5.000000" : 362,
"10.000000" : 390,
"20.000000" : 426,
"30.000000" : 458,
"40.000000" : 486,
"50.000000" : 516,
"60.000000" : 548,
"70.000000" : 588,
"80.000000" : 636,
"90.000000" : 700,
"95.000000" : 772,
"99.000000" : 1352,
"99.500000" : 1448,
"99.900000" : 1624,
"99.950000" : 1704,
"99.990000" : 3792,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 6,
"max" : 3814,
"mean" : 565.66,
"stddev" : 187.95
},
"bw_min" : 6040,
"bw_max" : 7664,
"bw_agg" : 99.62,
"bw_mean" : 6985.60,
"bw_dev" : 626.59
},
"write" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"trim" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"usr_cpu" : 1.60,
"sys_cpu" : 5.31,
"ctx" : 4477,
"majf" : 0,
"minf" : 33,
"iodepth_level" : {
"1" : 100.00,
"2" : 0.00,
"4" : 0.00,
"8" : 0.00,
"16" : 0.00,
"32" : 0.00,
">=64" : 0.00
},
"latency_us" : {
"2" : 0.27,
"4" : 0.04,
"10" : 0.00,
"20" : 0.00,
"50" : 0.00,
"100" : 0.00,
"250" : 0.09,
"500" : 43.65,
"750" : 49.84,
"1000" : 3.03
},
"latency_ms" : {
"2" : 3.03,
"4" : 0.04,
"10" : 0.00,
"20" : 0.00,
"50" : 0.00,
"100" : 0.00,
"250" : 0.00,
"500" : 0.00,
"750" : 0.00,
"1000" : 0.00,
"2000" : 0.00,
">=2000" : 0.00
},
"latency_depth" : 1,
"latency_target" : 0,
"latency_percentile" : 100.00,
"latency_window" : 0
},
{
"jobname" : "random_read_test_parallel",
"groupid" : 4,
"error" : 0,
"eta" : 0,
"elapsed" : 8,
"read" : {
"io_bytes" : 17960,
"bw" : 206436,
"iops" : 51609.20,
"runtime" : 87,
"total_ios" : 4490,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 2,
"max" : 351,
"mean" : 7.46,
"stddev" : 10.25
},
"clat" : {
"min" : 13,
"max" : 10673,
"mean" : 1217.14,
"stddev" : 1049.80,
"percentile" : {
"1.000000" : 516,
"5.000000" : 636,
"10.000000" : 708,
"20.000000" : 804,
"30.000000" : 892,
"40.000000" : 964,
"50.000000" : 1048,
"60.000000" : 1128,
"70.000000" : 1240,
"80.000000" : 1352,
"90.000000" : 1592,
"95.000000" : 1960,
"99.000000" : 9152,
"99.500000" : 9408,
"99.900000" : 9792,
"99.950000" : 10048,
"99.990000" : 10688,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 16,
"max" : 10676,
"mean" : 1225.06,
"stddev" : 1049.56
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"write" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"trim" : {
"io_bytes" : 0,
"bw" : 0,
"iops" : 0.00,
"runtime" : 0,
"total_ios" : 0,
"short_ios" : 0,
"drop_ios" : 0,
"slat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"clat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00,
"percentile" : {
"1.000000" : 0,
"5.000000" : 0,
"10.000000" : 0,
"20.000000" : 0,
"30.000000" : 0,
"40.000000" : 0,
"50.000000" : 0,
"60.000000" : 0,
"70.000000" : 0,
"80.000000" : 0,
"90.000000" : 0,
"95.000000" : 0,
"99.000000" : 0,
"99.500000" : 0,
"99.900000" : 0,
"99.950000" : 0,
"99.990000" : 0,
"0.00" : 0,
"0.00" : 0,
"0.00" : 0
}
},
"lat" : {
"min" : 0,
"max" : 0,
"mean" : 0.00,
"stddev" : 0.00
},
"bw_min" : 0,
"bw_max" : 0,
"bw_agg" : 0.00,
"bw_mean" : 0.00,
"bw_dev" : 0.00
},
"usr_cpu" : 17.44,
"sys_cpu" : 44.19,
"ctx" : 366,
"majf" : 0,
"minf" : 96,
"iodepth_level" : {
"1" : 0.10,
"2" : 0.10,
"4" : 0.10,
"8" : 0.18,
"16" : 0.36,
"32" : 0.71,
">=64" : 98.60
},
"latency_us" : {
"2" : 0.00,
"4" : 0.00,
"10" : 0.00,
"20" : 0.04,
"50" : 0.09,
"100" : 0.04,
"250" : 0.02,
"500" : 0.45,
"750" : 13.05,
"1000" : 30.42
},
"latency_ms" : {
"2" : 51.45,
"4" : 3.01,
"10" : 1.36,
"20" : 0.07,
"50" : 0.00,
"100" : 0.00,
"250" : 0.00,
"500" : 0.00,
"750" : 0.00,
"1000" : 0.00,
"2000" : 0.00,
">=2000" : 0.00
},
"latency_depth" : 64,
"latency_target" : 0,
"latency_percentile" : 100.00,
"latency_window" : 0
}
],
"disk_util" : [
{
"name" : "vdb",
"read_ios" : 4507,
"write_ios" : 4842,
"read_merges" : 350,
"write_merges" : 350,
"read_ticks" : 15968,
"write_ticks" : 28869,
"in_queue" : 44834,
"util" : 82.89
}
]
}
STDERR: Warning: Permanently added '10.16.31.247' (ECDSA) to the list of known hosts.
2016-03-03 21:46:03,561 a4c11072 MainThread fio(1/1) INFO Cleaning up benchmark fio
2016-03-03 21:46:03,561 a4c11072 MainThread fio(1/1) INFO Tearing down resources for benchmark fio
2016-03-03 21:46:14,368 a4c11072 Thread-21 fio(1/1) INFO Volume 456ce735-c53b-4721-9bb3-3fd71aa3898d not found, might have been already deleted
2016-03-03 21:46:15,020 a4c11072 MainThread INFO
-------------------------PerfKitBenchmarker Complete Results-------------------------
{'metadata': {'blocksize': '512k',
'bw_agg': 0.0,
'bw_dev': 0.0,
'bw_max': 0,
'bw_mean': 0.0,
'bw_min': 0,
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:bandwidth',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '12166285-147e-4ddb-83f1-80223a827a8a',
'test': 'fio',
'timestamp': 1457059563.529631,
'unit': 'KB/s',
'value': 400000}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'max': 443630,
'mean': 80866.34,
'min': 39601,
'num_striped_disks': 1,
'overwrite': '0',
'p1': 39680,
'p10': 51968,
'p20': 63744,
'p30': 69120,
'p40': 73216,
'p5': 40192,
'p50': 77312,
'p60': 82432,
'p70': 89600,
'p80': 94720,
'p90': 105984,
'p95': 116224,
'p99': 118272,
'p99.5': 444416,
'p99.9': 444416,
'p99.95': 444416,
'p99.99': 444416,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'stddev': 33973.28,
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '21c57683-86a6-446b-86fe-5448aef5bf81',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 80866.34}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:min',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'bfe5ffaf-db9f-4795-baaf-5a7764728e5e',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 39601}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:max',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'ca93ac97-d214-486a-8c3e-fe46608fae74',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 443630}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:mean',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '5bff3adf-94ed-46fb-bd20-2953e57e122c',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 80866.34}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:stddev',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '887b8881-5753-413e-8d4a-473b185b50c8',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 33973.28}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p1',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '056c275c-c11b-4886-aa01-96c14944b578',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 39680}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'b1f9936f-3b28-424e-8577-9cc4a8584b5e',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 40192}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p10',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '86958118-a54f-4e01-9421-72ae960057db',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 51968}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p20',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'a3953116-7fe6-408d-bc01-d6428255c6c4',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 63744}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p30',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'e48ac921-6c58-47f7-b31e-2a0d24411920',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 69120}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p40',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'df43320b-03bc-483d-8f3f-648c5c011f2a',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 73216}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p50',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '22a10aea-735c-49b4-8edc-56ff3b49ccd4',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 77312}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p60',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '54913562-793f-4594-abf6-dee96f9fc825',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 82432}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p70',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'ed2da668-74a4-43eb-80d5-51e9d9d01458',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 89600}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p80',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '9170a0e3-e792-4997-bc6b-4550dad8f556',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 94720}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p90',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '8e3315f6-3126-4caa-8dbd-b68106597c77',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 105984}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0d891408-1f1c-4917-b565-0023b4db1c90',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 116224}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'f5423153-00d5-447e-a2f1-d4a5f81d31be',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 118272}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p99.5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '9927d3c3-ba8c-4c79-893f-30580d1f883f',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 444416}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p99.9',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0ff119b9-5481-4bba-a13a-9c1eaf847381',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 444416}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p99.95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '6ac9a61a-62e5-47f1-b8ce-38728fc614a8',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 444416}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:latency:p99.99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'a4075d5a-0763-4f9f-b8e8-693a2400a50b',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 444416}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'end_fsync': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_write',
'image': 'centos7',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'write',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_write:write:iops',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'baf56dce-9129-44df-8138-68ac9f400f96',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': '',
'value': 781.25}
{'metadata': {'blocksize': '512k',
'bw_agg': 0.0,
'bw_dev': 0.0,
'bw_max': 0,
'bw_mean': 0.0,
'bw_min': 0,
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:bandwidth',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '66956963-6ac6-4841-b2f9-3804e68c8f5c',
'test': 'fio',
'timestamp': 1457059563.529975,
'unit': 'KB/s',
'value': 759322}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'max': 231487,
'mean': 42237.09,
'min': 10092,
'num_striped_disks': 1,
'overwrite': '0',
'p1': 10176,
'p10': 33536,
'p20': 34560,
'p30': 34560,
'p40': 35072,
'p5': 28800,
'p50': 35584,
'p60': 40704,
'p70': 45312,
'p80': 51968,
'p90': 59136,
'p95': 62720,
'p99': 67072,
'p99.5': 232448,
'p99.9': 232448,
'p99.95': 232448,
'p99.99': 232448,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'stddev': 18029.19,
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '844950b0-1e06-4a54-a003-f0c1b23834f8',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 42237.09}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:min',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '7fa29cd9-c6af-417e-a7bf-4dfb3e574056',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 10092}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:max',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '1322d696-7d46-464b-a934-e3978aff466e',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 231487}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:mean',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '32d7e2be-fb63-4cab-be5b-3b04b01c6a15',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 42237.09}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:stddev',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '5e951265-233f-4db3-9ea2-995e3bf95826',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 18029.19}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p1',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '28df3762-1e56-431f-a55b-6f9994f97f0b',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 10176}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '2173b397-597e-4ebc-9572-ef515de79719',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 28800}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p10',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'e7db93ea-3d17-49ed-a83b-9963b01888d7',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 33536}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p20',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '7dff2ad4-9eb7-4b48-8178-a1f566fe285f',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 34560}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p30',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '61e03a3a-8f0c-4e9c-9d67-b54ca5e4084d',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 34560}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p40',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '6cbe3654-afe0-4f44-8ac8-bde2f83048ba',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 35072}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p50',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '6c0ec6e3-9ea9-44dd-8731-28800023b0b9',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 35584}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p60',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'fc7ca51a-7783-4a06-a406-48fe1b399ba9',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 40704}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p70',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '559eb4a6-c9fe-4b25-acbc-0e6db51a0d2d',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 45312}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p80',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'c0cb8b31-01f7-4a5a-9ff5-31289af777b6',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 51968}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p90',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '6b585252-379f-4ba2-a629-0bb59e020859',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 59136}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '47be8f88-27ce-49dd-b983-8ff6a5942157',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 62720}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'dc020afc-87e7-4d63-8188-8fd240e2ac2d',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 67072}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p99.5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '8a6765b7-3842-498b-af2d-a6a1292d5968',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 232448}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p99.9',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'aff22014-c98a-43a1-8cf9-a7d196998884',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 232448}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p99.95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '99cfa026-f0c5-4d69-a99d-6450fe41cd07',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 232448}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:latency:p99.99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0726cde6-b899-492f-afaa-97fd1a7adafc',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 232448}
{'metadata': {'blocksize': '512k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'sequential_read',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '0',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'read',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'sequential_read:read:iops',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '8b73b8f8-a058-44d6-a08f-388be75f3817',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': '',
'value': 1483.05}
{'metadata': {'blocksize': '4k',
'bw_agg': 100.0,
'bw_dev': 583.76,
'bw_max': 7920,
'bw_mean': 6982.4,
'bw_min': 6512,
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:bandwidth',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'd9237963-c234-4394-b664-1ff0aec811ab',
'test': 'fio',
'timestamp': 1457059563.530313,
'unit': 'KB/s',
'value': 6961}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'max': 3760,
'mean': 548.05,
'min': 266,
'num_striped_disks': 1,
'overwrite': '1',
'p1': 310,
'p10': 378,
'p20': 430,
'p30': 454,
'p40': 486,
'p5': 350,
'p50': 516,
'p60': 556,
'p70': 596,
'p80': 636,
'p90': 700,
'p95': 756,
'p99': 1384,
'p99.5': 1512,
'p99.9': 1720,
'p99.95': 1880,
'p99.99': 3760,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'stddev': 188.72,
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '93dc870d-14a7-47c4-93f5-cd264870fb81',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 548.05}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:min',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '24c46ad4-0382-4f04-a38a-e566a79dc7ba',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 266}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:max',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'd688ad4f-2faa-4300-91fc-7e26caf42554',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 3760}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:mean',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '75735ee7-a6ce-443d-95f6-ec924f0ab270',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 548.05}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:stddev',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '71a9a3c3-3fb1-41a5-8b61-b47d5511b0f9',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 188.72}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p1',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '962a0a5b-914a-4063-9e17-04ba9b92cc25',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 310}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'd83b250f-bc25-4360-9c33-a7a69919ec7e',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 350}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p10',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'b176d160-8e35-4f03-a2ad-e797d3dbf6a1',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 378}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p20',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '2831b438-a175-40f8-96c5-773957e3f55a',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 430}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p30',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'a6372a2b-ec33-41e8-86d6-a798923ff6b8',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 454}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p40',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'ee9741dd-35ad-46d1-83aa-53b806d76649',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 486}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p50',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'e222f2ed-8b51-49c5-a402-eb8811f53f16',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 516}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p60',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0b1f8f8a-6037-4913-a01a-c297cdd81b54',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 556}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p70',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '85c7f727-fd8a-47ae-b08e-80dea530e591',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 596}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p80',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '2ac0233a-3fc7-433c-9566-36550b17fad5',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 636}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p90',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '7d4239c8-9e19-4b06-93e7-8b976ad0cff5',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 700}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '94257ec3-4d0b-4829-8fff-3ca11ed775a0',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 756}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '4052f2f5-5340-4fd7-a770-39434c4b463c',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1384}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p99.5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '25b6aa14-c1ad-437b-9c39-60930628239d',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1512}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p99.9',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'b9a721f0-0b9d-4064-8f33-ab3675fbdd79',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1720}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p99.95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'abdae1b5-276f-4987-9df7-4e13816d4a7c',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1880}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:latency:p99.99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0dccaba0-3ccd-405b-b3fa-e8034aa518b0',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 3760}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_write_test',
'image': 'centos7',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'overwrite': '1',
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randwrite',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_write_test:write:iops',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '76d4c269-4d7a-4b7f-8918-c09d62256511',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': '',
'value': 1740.31}
{'metadata': {'blocksize': '4k',
'bw_agg': 99.62,
'bw_dev': 626.59,
'bw_max': 7664,
'bw_mean': 6985.6,
'bw_min': 6040,
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:bandwidth',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '7fea24fe-9f1a-482b-b523-fafda784734e',
'test': 'fio',
'timestamp': 1457059563.530599,
'unit': 'KB/s',
'value': 7012}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'max': 3798,
'mean': 547.82,
'min': 1,
'num_striped_disks': 1,
'p1': 294,
'p10': 390,
'p20': 426,
'p30': 458,
'p40': 486,
'p5': 362,
'p50': 516,
'p60': 548,
'p70': 588,
'p80': 636,
'p90': 700,
'p95': 772,
'p99': 1352,
'p99.5': 1448,
'p99.9': 1624,
'p99.95': 1704,
'p99.99': 3792,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'stddev': 186.46,
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '3b58d39e-2d33-4d55-a488-1185e0a49249',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 547.82}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:min',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '3a72fcea-259f-471a-8421-8fffec212869',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:max',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'a33cc39a-d55e-4183-8fa7-1063aa5562a7',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 3798}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:mean',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'dab9f039-fbac-4350-b2c8-250195dbc5d2',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 547.82}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:stddev',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'd4fe55ae-ac42-4ccb-be5e-7934e4a175fe',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 186.46}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p1',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'b6ac8ab0-99d0-4331-9c00-9a7e43cead6e',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 294}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '489088ba-2fab-4c6e-96f8-a2758e3cfe20',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 362}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p10',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '4089c602-76e1-4904-b03b-425cbcadd0df',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 390}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p20',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '7010ca3d-6806-4c26-9e23-38450b57e7d0',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 426}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p30',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '4b372b06-83d9-4667-bd87-d2bf9e76563f',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 458}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p40',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '9eede9bd-2725-4e81-887b-f48abc23078c',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 486}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p50',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '85af108c-35ca-43a5-b9c9-e5ac82b18764',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 516}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p60',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '78a868b9-c65c-45c5-9985-4b10587e460f',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 548}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p70',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '3f17d325-2f87-43e8-9bc6-22d14ec5be5e',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 588}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p80',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'f56fa679-15df-4687-b243-86fd8b0fc425',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 636}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p90',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '08194853-7e2f-429b-8586-8b30d3cf4d62',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 700}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'ff5db490-ea64-4609-a486-ac79d9bdf469',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 772}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'c85726c3-83b6-49fd-8b21-892007e4492d',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1352}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p99.5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '4e9cd2dd-42c5-4666-b344-8920041c192a',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1448}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p99.9',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '15caa405-c84d-40c9-9ab3-9f0cc933d390',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1624}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p99.95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'da39cf09-eabb-4344-8003-9fe2521d1b00',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1704}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:latency:p99.99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '2b12c53f-529d-47b1-aa6a-1cb90b26944c',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 3792}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test',
'image': 'centos7',
'invalidate': '1',
'iodepth': '1',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test:read:iops',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '23f3f8e3-3ac4-4024-9090-13c851854d72',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': '',
'value': 1753.22}
{'metadata': {'blocksize': '4k',
'bw_agg': 0.0,
'bw_dev': 0.0,
'bw_max': 0,
'bw_mean': 0.0,
'bw_min': 0,
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:bandwidth',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0719903d-2f85-45f7-b664-122f43feddc6',
'test': 'fio',
'timestamp': 1457059563.530879,
'unit': 'KB/s',
'value': 206436}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'max': 10673,
'mean': 1217.14,
'min': 13,
'num_striped_disks': 1,
'p1': 516,
'p10': 708,
'p20': 804,
'p30': 892,
'p40': 964,
'p5': 636,
'p50': 1048,
'p60': 1128,
'p70': 1240,
'p80': 1352,
'p90': 1592,
'p95': 1960,
'p99': 9152,
'p99.5': 9408,
'p99.9': 9792,
'p99.95': 10048,
'p99.99': 10688,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'stddev': 1049.8,
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '10b51edf-65a0-47d8-b1dd-f529bb0727f1',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1217.14}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:min',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '359b75aa-e8e7-4cee-9d14-e57405804fb7',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 13}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:max',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0903804f-7ea9-4baa-860b-4f671b766093',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 10673}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:mean',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '3776e7bf-c2b0-4821-b4ba-df824e9868a9',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1217.14}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:stddev',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'cc388452-1418-42eb-a6e1-91a8941d2cef',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1049.8}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p1',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '8e9a55ec-643c-4f1b-aebd-d214aa3724be',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 516}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '9a9ce645-7f59-4e48-92aa-9d0ec1db1fad',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 636}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p10',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '478b7f6f-c8bd-4d88-86bf-026d38c94829',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 708}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p20',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '6f25db0e-a05f-4825-8e94-28febebaf933',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 804}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p30',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '95398965-b765-4779-923c-3d170dce0e29',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 892}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p40',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'c7571592-facd-4275-be3c-6b911399b5ba',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 964}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p50',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'ccafc38e-39b5-465e-bf56-5a68ce5bf0fe',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1048}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p60',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'c3a407fe-2e4a-460d-adf0-e25b9a19fbf6',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1128}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p70',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '0be29f0f-5b0f-4ff7-bbed-e1daecc647ba',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1240}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p80',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '3ce3f7fe-045c-45a8-881f-c64dee58f838',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1352}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p90',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'c4087237-7db0-4513-8097-cbf3b9b7acc9',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1592}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '818900d9-e2fa-46fa-9941-3122d6b4d8c9',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 1960}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '2e3ea258-f461-4ccb-8cfc-e4f94f625204',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 9152}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p99.5',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'da999a4f-2c11-4988-9ea3-9e9fe3204e62',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 9408}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p99.9',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '84a3bab7-9f5b-42c5-a2e3-eb01d183e3ea',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 9792}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p99.95',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'fed4f85e-0ae9-4723-8d5d-1e787c134127',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 10048}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:latency:p99.99',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'ad667774-762a-4d9f-9613-055b5f5efe88',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': 'usec',
'value': 10688}
{'metadata': {'blocksize': '4k',
'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'direct': '1',
'filename': 'fio_test_file',
'filesize': '10*10*1000*$mb_memory',
'fio_job': u'random_read_test_parallel',
'image': 'centos7',
'invalidate': '1',
'iodepth': '64',
'ioengine': 'libaio',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'rw': 'randread',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'size': '10*1000*$mb_memory',
'vm_count': 1,
'zone': 'nova'},
'metric': u'random_read_test_parallel:read:iops',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': '6b097049-6d47-4d7c-a486-38d888a64cd0',
'test': 'fio',
'timestamp': 1457059563.526992,
'unit': '',
'value': 51609.2}
{'metadata': {'cloud': 'OpenStack',
'data_disk_0_num_stripes': 1,
'data_disk_0_size': 4,
'data_disk_0_type': 'standard',
'image': 'centos7',
'machine_type': 'm1.small',
'num_striped_disks': 1,
'perfkitbenchmarker_version': 'v1.2.0-43-g5af8438',
'scratch_disk_size': 4,
'scratch_disk_type': 'standard',
'vm_count': 1,
'zone': 'nova'},
'metric': 'End to End Runtime',
'official': False,
'owner': 'stack',
'product_name': 'PerfKitBenchmarker',
'run_uri': '65e66029-ade1-4e18-821c-173d32248498',
'sample_uri': 'fcc9eb48-6faa-4140-8ee4-ceedc4f3042d',
'test': 'fio',
'timestamp': 1457059574.427363,
'unit': 'seconds',
'value': 173.4308729171753}
-------------------------PerfKitBenchmarker Results Summary-------------------------
FIO:
direct="1" filename="fio_test_file" filesize="10*10*1000*$mb_memory" ioengine="libaio"
sequential_write:write:bandwidth 400000.000000 KB/s (blocksize="512k" bw_agg="0.0" bw_dev="0.0" bw_max="0" bw_mean="0.0" bw_min="0" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency 80866.340000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" max="443630" mean="80866.34" min="39601" overwrite="0" p1="39680" p10="51968" p20="63744" p30="69120" p40="73216" p5="40192" p50="77312" p60="82432" p70="89600" p80="94720" p90="105984" p95="116224" p99="118272" p99.5="444416" p99.9="444416" p99.95="444416" p99.99="444416" rw="write" size="10*10*1000*$mb_memory" stddev="33973.28")
sequential_write:write:latency:min 39601.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:max 443630.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:mean 80866.340000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:stddev 33973.280000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p1 39680.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p5 40192.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p10 51968.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p20 63744.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p30 69120.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p40 73216.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p50 77312.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p60 82432.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p70 89600.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p80 94720.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p90 105984.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p95 116224.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p99 118272.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p99.5 444416.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p99.9 444416.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p99.95 444416.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:latency:p99.99 444416.000000 usec (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_write:write:iops 781.250000 (blocksize="512k" end_fsync="1" fio_job="sequential_write" iodepth="64" overwrite="0" rw="write" size="10*10*1000*$mb_memory")
sequential_read:read:bandwidth 759322.000000 KB/s (blocksize="512k" bw_agg="0.0" bw_dev="0.0" bw_max="0" bw_mean="0.0" bw_min="0" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency 42237.090000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" max="231487" mean="42237.09" min="10092" overwrite="0" p1="10176" p10="33536" p20="34560" p30="34560" p40="35072" p5="28800" p50="35584" p60="40704" p70="45312" p80="51968" p90="59136" p95="62720" p99="67072" p99.5="232448" p99.9="232448" p99.95="232448" p99.99="232448" rw="read" size="10*10*1000*$mb_memory" stddev="18029.19")
sequential_read:read:latency:min 10092.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:max 231487.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:mean 42237.090000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:stddev 18029.190000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p1 10176.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p5 28800.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p10 33536.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p20 34560.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p30 34560.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p40 35072.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p50 35584.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p60 40704.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p70 45312.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p80 51968.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p90 59136.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p95 62720.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p99 67072.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p99.5 232448.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p99.9 232448.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p99.95 232448.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:latency:p99.99 232448.000000 usec (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
sequential_read:read:iops 1483.050000 (blocksize="512k" fio_job="sequential_read" invalidate="1" iodepth="64" overwrite="0" rw="read" size="10*10*1000*$mb_memory")
random_write_test:write:bandwidth 6961.000000 KB/s (blocksize="4k" bw_agg="100.0" bw_dev="583.76" bw_max="7920" bw_mean="6982.4" bw_min="6512" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency 548.050000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" max="3760" mean="548.05" min="266" overwrite="1" p1="310" p10="378" p20="430" p30="454" p40="486" p5="350" p50="516" p60="556" p70="596" p80="636" p90="700" p95="756" p99="1384" p99.5="1512" p99.9="1720" p99.95="1880" p99.99="3760" rw="randwrite" size="10*1000*$mb_memory" stddev="188.72")
random_write_test:write:latency:min 266.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:max 3760.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:mean 548.050000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:stddev 188.720000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p1 310.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p5 350.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p10 378.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p20 430.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p30 454.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p40 486.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p50 516.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p60 556.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p70 596.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p80 636.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p90 700.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p95 756.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p99 1384.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p99.5 1512.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p99.9 1720.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p99.95 1880.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:latency:p99.99 3760.000000 usec (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_write_test:write:iops 1740.310000 (blocksize="4k" fio_job="random_write_test" iodepth="1" overwrite="1" rw="randwrite" size="10*1000*$mb_memory")
random_read_test:read:bandwidth 7012.000000 KB/s (blocksize="4k" bw_agg="99.62" bw_dev="626.59" bw_max="7664" bw_mean="6985.6" bw_min="6040" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency 547.820000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" max="3798" mean="547.82" min="1" p1="294" p10="390" p20="426" p30="458" p40="486" p5="362" p50="516" p60="548" p70="588" p80="636" p90="700" p95="772" p99="1352" p99.5="1448" p99.9="1624" p99.95="1704" p99.99="3792" rw="randread" size="10*1000*$mb_memory" stddev="186.46")
random_read_test:read:latency:min 1.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:max 3798.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:mean 547.820000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:stddev 186.460000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p1 294.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p5 362.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p10 390.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p20 426.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p30 458.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p40 486.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p50 516.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p60 548.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p70 588.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p80 636.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p90 700.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p95 772.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p99 1352.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p99.5 1448.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p99.9 1624.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p99.95 1704.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:latency:p99.99 3792.000000 usec (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test:read:iops 1753.220000 (blocksize="4k" fio_job="random_read_test" invalidate="1" iodepth="1" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:bandwidth 206436.000000 KB/s (blocksize="4k" bw_agg="0.0" bw_dev="0.0" bw_max="0" bw_mean="0.0" bw_min="0" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency 1217.140000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" max="10673" mean="1217.14" min="13" p1="516" p10="708" p20="804" p30="892" p40="964" p5="636" p50="1048" p60="1128" p70="1240" p80="1352" p90="1592" p95="1960" p99="9152" p99.5="9408" p99.9="9792" p99.95="10048" p99.99="10688" rw="randread" size="10*1000*$mb_memory" stddev="1049.8")
random_read_test_parallel:read:latency:min 13.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:max 10673.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:mean 1217.140000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:stddev 1049.800000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p1 516.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p5 636.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p10 708.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p20 804.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p30 892.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p40 964.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p50 1048.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p60 1128.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p70 1240.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p80 1352.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p90 1592.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p95 1960.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p99 9152.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p99.5 9408.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p99.9 9792.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p99.95 10048.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:latency:p99.99 10688.000000 usec (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
random_read_test_parallel:read:iops 51609.200000 (blocksize="4k" fio_job="random_read_test_parallel" invalidate="1" iodepth="64" rw="randread" size="10*1000*$mb_memory")
End to End Runtime 173.430873 seconds
-------------------------
For all tests: cloud="OpenStack" data_disk_0_num_stripes="1" data_disk_0_size="4" data_disk_0_type="standard" image="centos7" machine_type="m1.small" num_striped_disks="1" perfkitbenchmarker_version="v1.2.0-43-g5af8438" scratch_disk_size="4" scratch_disk_type="standard" vm_count="1" zone="nova"
2016-03-03 21:46:15,105 a4c11072 MainThread INFO Publishing 121 samples to /tmp/perfkitbenchmarker/run_a4c11072/perfkitbenchmarker_results.json
2016-03-03 21:46:15,118 a4c11072 MainThread INFO Benchmark run statuses:
---------------------
Name UID Status
---------------------
fio fio0 SUCCEEDED
---------------------
Success rate: 100.00% (1/1)
2016-03-03 21:46:15,119 a4c11072 MainThread INFO Complete logs can be found at: /tmp/perfkitbenchmarker/run_a4c11072/pkb.log
(perfkit-venv) [stack@manager PerfKitBenchmarker]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment