Testing disk performance with fio
Disk performance is often the main performance issue in any high traffic servers and databases. Instane sizing at humio do provide a good way to measure the disk read/write bandwidth using fio. The test might simulate how humio will read/write. However, change the parameters accordingly. Read more : https://docs.humio.com/cluster-management/infrastructure/instance-sizing/ sudo fio –filename=/data/fio-test.tmp –filesize=1Gi –bs=256K -rw=read […]