HomeSort by relevance Sort by last modified time
    Searched refs:iops (Results 1 - 16 of 16) sorted by null

  /external/fio/tools/plot/samples/
Makefile 7 ./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/
fio_generate_plots 121 plot "I/O Operations Per Second" iops "IOPS" 1
  /system/extras/tests/ext4/
rand_emmc_perf.c 107 printf("standard deviation of iops is %.2f\n", sdev);
150 int iops = 0; local
168 iops++;
180 printf("%d %dbyte iops/sec\n", iops * 1000 / msecs, TST_BLK_SIZE);
  /external/mksh/src/
syn.c 263 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/
eta.c 279 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);
483 p += sprintf(p, ", CR=%d/%d 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]",
gclient.c 382 p += sprintf(p, ", CR=%d/%d IOPS", je->t_iops, je->m_iops);
407 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]);
475 p += sprintf(p, ", CR=%d/%d IOPS", je->t_iops, je->m_iops);
501 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0);
502 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0)
1182 unsigned long long bw, iops; local
    [all...]
stat.c 368 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 = bw = 0
1833 unsigned long spent, iops; local
    [all...]
stat.h 138 struct io_stat iops_stat[DDIR_RWDIR_CNT]; /* IOPS stats */
195 uint32_t iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
backend.c 144 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;
    [all...]
client.c 955 je->iops[i] = le32_to_cpu(je->iops[i]);
981 dst->iops[i] += je->iops[i];
    [all...]
server.c 698 je->iops[i] = cpu_to_le32(je->iops[i]);
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 366 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/
qmp-commands.h 137 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);
qmp-marshal.c 2532 int64_t iops; local
    [all...]
qapi-types.h 2212 int64_t iops; member in struct:BlockDeviceInfo
    [all...]
qapi-visit.c     [all...]

Completed in 922 milliseconds