- Filesystem stat => get inode
- Then direct map for all nodes but root (which must be 1 on fuse)
Both got port is not ACTIVE or ARMED
sudo mst start # to create devices
Both got entity not found
ip not configured
- Perftest (RDMA) testing suite
- ib_test_write
- ib_test_read
- ib_* for all tests
In an effort to cut down the penalty for sending a full buffer for every action, we move the previous enum into a manually handled tagged union. We then can send only the correct amount of data with each RDMA send verb.
Currently reads and writes all send
verbs to fixed size buffer. If the
required send is too large, the program crashes. If it is too small, we send an
overlarge amount of data. We should instead send only some fixed amount per
send
, and repeat sends as needed until the message is received.
Read / Write Bandwidth / latency Sequential: read Check
time ./fio --name TEST --eta-newline=5s --filename=fio-tempfile.dat --rw=read --size=500m --io_size=10g --blocksize=1024k --ioengine=libaio --fsync=10000 --iodepth=32 --direct=1 --numjobs=1 --runtime=60 --group_reporting