projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
server: include 32/64-bit in probe
[fio.git]
/
examples
/
disk-zone-profile
1
; Read disk in zones of 128m/2g, generating a plot of that afterwards
2
; should give a nice picture of the zoning of this drive
3
4
[global]
5
bs=64k
6
direct=1
7
rw=read
8
ioengine=libaio
9
iodepth=2
10
zonesize=256m
11
zoneskip=2g
12
write_bw_log
13
14
[/dev/sdb]