Anybody there who has a zfs pool with special device configured and >=64cores and would be so kind to run a metadata only test with elbencho ?
elbencho is a new kind of benchmark tool to test parallel filesystems like beegfs, lustre and so on while being easier as mdtest, ior etc to evaluate I/O performance, tool designer is beegfs developer Sven Breuner,
https://github.com/breuner/elbencho, it's a ~6MB tar.gz file with static libs included.
R730xd, 2x E5-2683v4, 9x8TB hdd @h730p raid5 +special 3x3TB nvme raid1 by mdadm, all inodes on raid1 with all data in so called extents in raid5, can loose 2 nvme, loose 3 nvme all data in raid5 is gone (or do a raid1 of 4 nvme), write and rm of files it's not at it's best as all hw is quiet old yet:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md125 65630846272 15373372600 50257473672 24% /hxfs
elbencho -r -w -d -t 64 -n 64 -N 3200 -s 0 --lat -F -D /hxfs/test/nix # elbencho -h for help on options
OPERATION RESULT TYPE FIRST DONE LAST DONE
========= ================ ========== =========
MKDIRS Elapsed time : 1ms 120ms
Dirs/s : 48152 34080
Dirs total : 86 4096
Dirs latency : [ min=12us avg=1.20ms max=3.88ms ]
---
WRITE Elapsed time : 4m31.561s 5m50.821s
Files/s : 36970 37361
Files total : 10039852 13107200
Files latency : [ min=13us avg=1.63ms max=15.8ms ]
---
READ Elapsed time : 12.576s 12.640s
Files/s : 1038515 1036903
Files total : 13061407 13107200
Files latency : [ min=2us avg=59us max=62.8ms ]
---
RMFILES Elapsed time : 7m3.876s 9m7.189s
Files/s : 23571 23953
Files total : 9991588 13107200
Files latency : [ min=12us avg=2.56ms max=125ms ]
---
RMDIRS Elapsed time : 3.433s 4.526s
Dirs/s : 901 904
Dirs total : 3094 4096
Dirs latency : [ min=1.20ms avg=65.7ms max=151ms ]
---
Thanks in advance.
PS: Could be run on ceph also if any have one