pmem / rpma

Remote Persistent Memory Access Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which fio can be used in rpma_fio_bench.sh

yangx-jy opened this issue · comments

It seems that normal fio command(from fio package) cannot parse the fio job of RPMA, for example:

# fio /dev/shm/librpma-server-20-12-29-133029.fio
fio: engine librpma_server not loadable
fio: failed to load engine
Bad option <bindname=${bindname}>
Did you mean filename?
Bad option <port=7204>
fio: job global dropped

Could you tell me which fio can be used in rpma_fio_bench.sh.
In another word, how to run rpma_fio_bench.sh correctly?

It seems that the extended fio from https://github.com/pmem/fio.git supports librpma_server engine.
I will try to run the fio jobs of RPMA by the extended fio.