安装Fio
git clone https://github.com/axboe/fio
cd fio/
./configure
make
cd ..
安装SPDK
git clone https://github.com/spdk/spdk.git
cd /spdk
git submodule update --init
./scripts/pkgdep.sh --al
./configure --with-fio=/root/fio --with-nvme-cuse
make -j 60