-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm-fio.yaml
70 lines (62 loc) · 1.16 KB
/
cm-fio.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
kind: ConfigMap
apiVersion: v1
metadata:
name: cm-fio-config
data:
fio.job: |
[global]
ioengine=libaio
direct=1
size=30G
iodepth=256
bs=4K
[writer1]
rw=randwrite
direct_device.fio: |
[global]
bs=1M
size=4G
iodepth=256
direct=1
ioengine=libaio
group_reporting
time_based
runtime=120
numjobs=1
[raw-seq-write]
filename=/mnt/azure/test
rw=write
[raw-seq-read]
filename=/mnt/azure/test
rw=read
[raw-rand-write]
filename=/mnt/azure/test
rw=randwrite
[raw-rand-read]
filename=/mnt/azure/test
rw=randread
mounted_device.fio: |
[global]
bs=4k
iodepth=256
direct=1
ioengine=libaio
group_reporting
time_based
runtime=120
numjobs=1
[raw-seq-write]
filename=/pv-disks/nvme/test.dat
size=10GB
rw=write
[raw-seq-read]
filename=/pv-disks/nvme/test.dat
rw=read
[raw-rand-write]
filename=/pv-disks/nvme/test.dat
size=10GB
rw=randwrite
[raw-rand-read]
filename=/pv-disks/nvme/test.dat
rw=randread