Features/DiskIOLimits/TestCases

From QEMU

Single VM tests

  1. a single VM run sequential reads ASAP, IOPS is up to 100, read speed is limited to 10MB/s
  2. a single VM run sequential writes ASAP, IOPS is up to 100, write speed is limited to 10MB/s
  3. a single VM run randoms writes ASAP, IOPS is up to 100, write speed is limited to 10MB/s
  4. a single VM run large file creations ASAP, IOPS is up to 100

Multi-VM

  1. 2 VMs run sequential reads, their IOPS is both 1000, and their speed is both 10MB/s.
  2. 2 VMs run sequential writes, their IOPS is both 1000, and their speed is both 10MB/s.
  3. 2 VMs run random reads, their IOPS is both 1000, and their speed is both 10MB/s.
  4. 2 VMs run random writes, their IOPS is both 1000, and their speed is both 10MB/s.
  5. 4 VMs run sequential reads, one VM's IOPS is 10000, the other's is 100.
  6. 4 VMs run sequential reads, one VM's read speed is 100MB/s, the other's is 10MB/s.
  7. 4 VMs run sequential writes, one VM's IOPS is 10000, the other's is 100.
  8. 4 VMs run random writes, one VM's IOPS is 10000, the other's is 100.
  9. 4 VMs run sequential writes, one VM's write speed is 100MB/s, the other's is 10MB/s.
  10. 4 VMs run random writes, one VM's write speed is 100MB/s, the other's is 10MB/s.
  11. 4 VMs run large file creation, one VM's IOPS is 10000, the other's is 100.
  12. 4 VMs run large file creation, one VM's speed is 100MB/s, the other's is 10MB/s.