Documentation ¶
Overview ¶
microbenchmark to manually test rpc/dataconn perforamnce
With stdin / stdout on client and server, simulating zfs send|recv piping
./microbenchmark -appmode server | pv -r > /dev/null ./microbenchmark -appmode client -direction recv < /dev/zero
Without the overhead of pipes (just protocol perforamnce, mostly useful with perf bc no bw measurement)
./microbenchmark -appmode client -direction recv -devnoopWriter -devnoopReader ./microbenchmark -appmode server -devnoopReader -devnoopWriter
Click to show internal directories.
Click to hide internal directories.