August 2018
Intermediate to advanced
352 pages
12h 30m
English
On a bare metal/VM/Docker container, install FIO and mount the disk containing a filesystem for each test under /ferrari or anything which is mentioned in the FIO job file. On bare metal, you can mount natively; on the VM, you can mounted using the virtual disk driver or perform a device pass-through. On Docker, we can attach the filesystem from the host machine using Docker volumes.
Prepare the workload file. We will pick: https://github.com/thewmf/kvm-docker-comparison/blob/master/fio/mixed.fio:
$ curl -o mixed.fio https://raw.githubusercontent.com/thewmf/kvm-docker-comparison/master/fio/mixed.fio$ cat mixed.fio[global]ioengine=libaiodirect=1size=16ggroup_reportingthreadfilename=/ferrari/fio-test-file[mixed-random-rw-32x8] ...
Read now
Unlock full access