Home | History | Annotate | Download | only in fio

Lines Matching defs:iops

148 	unsigned long iops = 0;
166 iops += td->this_io_blocks[ddir];
204 * checks iops specified rate
206 if (iops < rate_iops) {
207 log_err("%s: min iops rate %u not met\n",
212 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
217 iops < td->rate_blocks[ddir]) {
218 log_err("%s: min iops rate %u not met,"
227 td->rate_blocks[ddir] = iops;