Searched refs:iops (Results 1 - 15 of 15) sorted by relevance

/external/fio/tools/plot/samples/
H A DMakefile7 ./fio2gnuplot.py -p 'm2sw1-128k-*-read-para*iops.log' -g
18 rm -rf m2sw1-128k-read-para-bw m2sw1-128k-read-para-iops
/external/fio/tools/
H A Dfio_generate_plots121 plot "I/O Operations Per Second" iops "IOPS" 1
/external/mksh/src/
H A Dsyn.c263 struct ioword *iop, **iops; local
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
277 afree(iops, ATEMP);
298 iops[iopn++] = iop;
491 iops[iopn++] = iop;
495 afree(iops, ATEMP);
498 iops[iopn++] = NULL;
499 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
500 t->ioact = iops;
[all...]
/external/fio/
H A Deta.c279 unsigned long long *prev_io_iops, unsigned int *iops)
288 iops[i] = 0;
289 iops[0] += (diff * 1000) / mtime;
291 iops[i] = (diff * 1000) / mtime;
441 calc_iops(unified_rw_rep, disp_time, io_iops, disp_io_iops, je->iops);
511 iops_str[ddir] = num2str(je->iops[ddir], 4, 1, 0, 0);
516 l = snprintf(p, left, ": [%s] [%s] [%s/%s/%s /s] [%s/%s/%s iops] [eta %s]",
277 calc_iops(int unified_rw_rep, unsigned long mtime, unsigned long long *io_iops, unsigned long long *prev_io_iops, unsigned int *iops) argument
H A Dgclient.c407 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0);
408 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0);
409 iops_str[2] = num2str(je->iops[2], 4, 1, 0, 0);
418 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
419 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
420 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
501 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0);
502 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0);
503 iops_str[2] = num2str(je->iops[2], 4, 1, 0, 0);
512 graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.read_iops, je->elapsed_sec, je->iops[
1182 unsigned long long bw, iops; local
[all...]
H A Dstat.c368 unsigned long long bw, iops; local
385 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt;
386 iops_p = num2str(iops, 6, 1, 0, 0);
388 log_info(" %s: io=%s, bw=%s/s, iops=%s, runt=%6llumsec\n",
603 unsigned long long bw, iops; local
611 iops = bw = 0;
616 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt;
620 (unsigned long long) ts->io_bytes[ddir] >> 10, bw, iops,
675 unsigned long long bw, iops; local
694 iops
1833 unsigned long spent, iops; local
[all...]
H A Dstat.h195 uint32_t iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
H A Dbackend.c144 unsigned long iops = 0; local
162 iops += td->this_io_blocks[ddir];
200 * checks iops specified rate
202 if (iops < rate_iops) {
203 log_err("%s: min iops rate %u not met\n",
208 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
213 iops < td->rate_blocks[ddir]) {
214 log_err("%s: min iops rate %u not met,"
223 td->rate_blocks[ddir] = iops;
H A Dclient.c955 je->iops[i] = le32_to_cpu(je->iops[i]);
981 dst->iops[i] += je->iops[i];
H A Dserver.c698 je->iops[i] = cpu_to_le32(je->iops[i]);
/external/fio/tools/plot/
H A Dfio2gnuplot366 print '-i or --iops : A predefined pattern for selecting *_iops.log files'
410 opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
419 elif opt in ("-i", "--iops"):
/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h137 void qmp_block_set_io_throttle(const char * device, int64_t bps, int64_t bps_rd, int64_t bps_wr, int64_t iops, int64_t iops_rd, int64_t iops_wr, bool has_bps_max, int64_t bps_max, bool has_bps_rd_max, int64_t bps_rd_max, bool has_bps_wr_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_max, bool has_iops_rd_max, int64_t iops_rd_max, bool has_iops_wr_max, int64_t iops_wr_max, bool has_iops_size, int64_t iops_size, Error **errp);
H A Dqmp-marshal.c2532 int64_t iops; local
2556 visit_type_int(v, &iops, "iops", errp);
2599 qmp_block_set_io_throttle(device, bps, bps_rd, bps_wr, iops, iops_rd, iops_wr, has_bps_max, bps_max, has_bps_rd_max, bps_rd_max, has_bps_wr_max, bps_wr_max, has_iops_max, iops_max, has_iops_rd_max, iops_rd_max, has_iops_wr_max, iops_wr_max, has_iops_size, iops_size, errp);
2608 visit_type_int(v, &iops, "iops", NULL);
H A Dqapi-types.h2212 int64_t iops; member in struct:BlockDeviceInfo
H A Dqapi-visit.c1614 visit_type_int(m, obj ? &(*obj)->iops : NULL, "iops", &err);

Completed in 232 milliseconds