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

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
H A Dblockdevicemapping.py41 iops=None,
53 self.iops = iops
79 elif lname == 'iops':
80 self.iops = int(value)
155 if block_dev.iops is not None:
156 params['%s.Ebs.Iops' % pre] = block_dev.iops
H A Dsnapshot.py130 def create_volume(self, zone, size=None, volume_type=None, iops=None,
146 :type iops: int
147 :param iops: The provisioned IOPs you want to associate with
157 iops,
H A Dvolume.py44 :ivar type: The type of volume (standard or consistent-iops)
45 :ivar iops: If this volume is of type consistent-iops, this is
60 self.iops = None
95 elif name == 'iops':
96 self.iops = int(value)
H A Dconnection.py2268 iops=None, encrypted=False, dry_run=False):
2286 :type iops: int
2287 :param iops: The provisioned IOPS you want to associate with
2309 if iops:
2310 params['Iops'] = str(iops)
/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/autotest/client/site_tests/kernel_fs_Punybench/
H A Dkernel_fs_Punybench.py223 iops = r2.group(0)
224 self.write_perf_keyval({prefix + 'ureadrand_iops': iops})
266 iops = r2.group(0)
267 self.write_perf_keyval({prefix + 'uwriterand_iops': iops})
288 iops = r2.group(0)
289 self.write_perf_keyval({prefix + 'uwritesync_iops': iops})
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
H A Ddbsnapshot.py41 :ivar iops: Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
64 self.iops = None
105 self.iops = int(value)
H A Ddbinstance.py70 :ivar iops: The current number of provisioned IOPS for the DB Instance.
111 self.iops = None
200 self.iops = int(value)
301 iops=None,
365 :type iops: int
366 :param iops: The amount of IOPS (input/output operations per
396 iops,
H A D__init__.py160 iops=None,
367 :type iops: int
368 :param iops: The amount of IOPS (input/output operations per second) to Provisioned
425 'Iops': iops,
572 iops=None,
640 :type iops: int
641 :param iops: The amount of IOPS (input/output operations per second) to Provisioned
698 if iops:
699 params['Iops'] = iops
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
H A Dlaunchconfig.py106 delete_on_termination=True, iops=None,
194 self.iops = iops
262 self.iops = int(value)
H A D__init__.py281 if launch_config.iops:
282 params['Iops'] = launch_config.iops
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
H A Dlayer1.py333 license_model=None, iops=None,
609 :type iops: integer
610 :param iops: The amount of Provisioned IOPS (input/output operations
693 if iops is not None:
694 params['Iops'] = iops
717 iops=None, option_group_name=None,
771 :type iops: integer
772 :param iops: The amount of Provisioned IOPS (input/output operations
818 if iops is not None:
819 params['Iops'] = iops
[all...]
/external/fio/tools/
H A Dfio_generate_plots121 plot "I/O Operations Per Second" iops "IOPS" 1
/external/mksh/src/
H A Dsyn.c273 struct ioword *iop, **iops; local
278 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
286 afree(iops, ATEMP);
316 iops[iopn++] = iop;
515 iops[iopn++] = iop;
519 afree(iops, ATEMP);
522 iops[iopn++] = NULL;
523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
524 t->ioact = iops;
[all...]
/external/fio/
H A Deta.c299 unsigned long long *prev_io_iops, unsigned int *iops)
308 iops[i] = 0;
309 iops[0] += (diff * 1000) / mtime;
311 iops[i] = (diff * 1000) / mtime;
460 calc_iops(unified_rw_rep, disp_time, io_iops, disp_io_iops, je->iops);
531 iops_str[ddir] = num2str(je->iops[ddir], 4, 1, 0, 0);
536 l = snprintf(p, left, ": [%s] [%s] [%s/%s/%s /s] [%s/%s/%s iops] [eta %s]",
297 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",
605 unsigned long long bw, iops; local
613 iops = bw = 0;
618 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt;
622 (unsigned long long) ts->io_bytes[ddir] >> 10, bw, iops,
679 double mean, dev, iops; local
697 iops
1858 unsigned long spent, iops; local
[all...]
H A Dstat.h204 uint32_t iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
H A Dbackend.c148 unsigned long iops = 0; local
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;
H A Dclient.c1047 je->iops[i] = le32_to_cpu(je->iops[i]);
1073 dst->iops[i] += je->iops[i];
H A Dserver.c729 je->iops[i] = cpu_to_le32(je->iops[i]);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
H A Dtest_snapshot.py93 self.assertEqual(response[0].iops, 1000)
H A Dtest_connection.py161 self.assertEqual(db.iops, 2000)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
H A Dtest_group.py377 iops=3000,
855 self.assertEqual(response[0].block_device_mappings['/dev/xvdp'].iops, 1000)
860 self.assertEqual(response[0].block_device_mappings['/dev/xvdh'].iops, 2000)
/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"):

Completed in 688 milliseconds

12