-----Original Message----- From: fio-owner@xxxxxxxxxxxxxxx [mailto:fio-owner@xxxxxxxxxxxxxxx] On Behalf Of FIO-User-KKV Sent: Wednesday, June 03, 2015 12:21 PM To: fio@xxxxxxxxxxxxxxx Subject: Parameter Issue with 'ratemin'... Hi, I am using Fio 2.2.8. I have an issue when setting the parameter 'ratemin'. It only accepts '0'! no matter what non-zero values I set, e.g., sudo fio -name "SOURCE" -numjobs 1 -bs 1M -rw write -direct 1 -runtime 50 -filename=/dev/vdb -prio 0 -ratemin=1K I will end up quickly with "fio: minimum rate exceeds rate"! Could anyone know what's wrong there? Thanks! -- Hey, The value of ratemin needs to be an int. If you want 1000, you need to enter as 1000, not 1K. Roger -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html