Replies: 1 comment
-
More info:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
F=./fio.dat J=1 BS=1m S=16G RW=read T=30 && fio -numjobs=${J} -filename=${F} -bs=${BS} -group_reporting -rw=${RW} -name=${BS}-${S}-${J} -runtime=${T} -size=${S}
/zpool
, using fio command, I get ~900M/s read speedQuestion:
I expect to get ~900M/s in CLIENT in /NAS/zpool, but get ~300M/s, with both NFS and samba, what could be the reason?
I will set a larger zfs_arc_max to improve performance, but I want to figure out why zpool over samba/NFS gets much lower speed (compared to fio result directly in NAS for /zpool)
More infos:
Beta Was this translation helpful? Give feedback.
All reactions