Which arguments should I supply to sysbench to simulate Bitcoin Core initial block download workload?I currently use following, but perhaps defaults do not effectively simulate Bitcoin Core initial block download workload.
$ sysbench fileio --file-total-size=8G prepare
$ sysbench fileio --file-total-size=8G --file-test-mode=rndrw run
$ sysbench fileio --file-total-size=8G cleanup
Thanks for helping out!
Source: Which arguments should I supply to sysbench to simulate Bitcoin Core initial block download workload? (https://bitcoin.stackexchange.com/questions/112889/which-arguments-should-i-supply-to-sysbench-to-simulate-bitcoin-core-initial-blo)