Skip to content

Instantly share code, notes, and snippets.

@lukaszstolarczuk
lukaszstolarczuk / PmemblkSeqR.fio
Created September 3, 2018 12:28
Example of FIO workload for pmemblk engine
#
# run command for this workload:
# numactl -N 0 fio PmemblkSeqR.fio # it binds this FIO workload to CPU 0 only, according to /dev/pmem6 socket's number
#
[global]
thread
group_reporting
norandommap
overwrite=1
thinktime=0
@lukaszstolarczuk
lukaszstolarczuk / MmapSeqR.fio
Created September 3, 2018 12:27
Example of FIO workload for mmap engine
#
# run command for this workload:
# numactl -N 0 fio MmapSeqR.fio # it binds this FIO workload to CPU 0 only. It should be set according to /dev/pmem6 socket's number
#
[global]
thread
group_reporting
norandommap
overwrite=1
thinktime=0
@lukaszstolarczuk
lukaszstolarczuk / LibpmemSeqR.fio
Last active January 20, 2022 04:40
Example of FIO workload for libpmem engine
#
# run command for this workload:
# numactl -N 0 fio LibpmemSeqR.fio # it binds this FIO workload to CPU 0 only. It should be set according to /dev/pmem6 socket's number
#
[global]
thread
group_reporting
norandommap
overwrite=1
thinktime=0
@lukaszstolarczuk
lukaszstolarczuk / DaxSeqR.fio
Last active February 13, 2021 19:48
Example of FIO workload for dev-dax engine
#
# run command for this workload:
# numactl -N 0 fio DaxSeqR.fio # it binds this FIO workload to CPU 0 only. It should be set according to /dev/daxX socket's number
#
[global]
thread
group_reporting
norandommap
overwrite=1
thinktime=0