You can use this code to test out the disk speed of your Linux system
dd if=/dev/zero of=/tmp/output conv=fdatasync bs=384k count=1k; rm -f /tmp/output
credit: https://github.com/ethereum/go-ethereum/issues/26174
Free and Open Source blogger with an attitude
You can use this code to test out the disk speed of your Linux system
dd if=/dev/zero of=/tmp/output conv=fdatasync bs=384k count=1k; rm -f /tmp/output
credit: https://github.com/ethereum/go-ethereum/issues/26174