/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
blockdevicemapping.py | 41 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
|
snapshot.py | 130 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,
|
volume.py | 44 :ivar type: The type of volume (standard or consistent-iops) 45 :ivar iops: If this volume is of type consistent-iops, this is 46 the number of IOPS provisioned (10-300). 60 self.iops = None 95 elif name == 'iops': 96 self.iops = int(value)
|
connection.py | [all...] |
/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/autotest/client/site_tests/kernel_fs_Punybench/ |
kernel_fs_Punybench.py | 216 size=8589934592 n=10000 4.7 3. timer avg= 4 stdv= 4.6 9.1 MiB/s 2326 IOPs/sec 217 size=8589934592 n=10000 4.9 4. timer avg= 4.2 stdv= 4.5 8.8 MiB/s 2262 IOPs/sec 221 r1 = re.search(r"([^\s]+ IOPs/sec).*$", result) 223 iops = r2.group(0) 224 self.write_perf_keyval({prefix + 'ureadrand_iops': iops}) 255 size=16777216 n=1000 13.4 1. timer avg= 13.4 stdv= 0 0.29 MiB/s 74.8 IOPs/sec 256 size=16777216 n=1000 13.3 2. timer avg= 13.3 stdv=0.032 0.3 MiB/s 75.0 IOPs/sec 264 r1 = re.search(r"([^\s]+ IOPs/sec).*$", result) 266 iops = r2.group(0) 267 self.write_perf_keyval({prefix + 'uwriterand_iops': iops}) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
dbsnapshot.py | 41 :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 104 elif name == 'Iops': 105 self.iops = int(value)
|
dbinstance.py | 70 :ivar iops: The current number of provisioned IOPS for the DB Instance. 111 self.iops = None 199 elif name == 'Iops': 200 self.iops = int(value) 301 iops=None, 365 :type iops: int 366 :param iops: The amount of IOPS (input/output operations per 370 Must scale linearly. For every 1000 IOPS provision, yo [all...] |
__init__.py | 160 iops=None, 367 :type iops: int 368 :param iops: The amount of IOPS (input/output operations per second) to Provisioned 371 Must scale linearly. For every 1000 IOPS provision, you must allocated 372 100 GB of storage space. This scales up to 1 TB / 10 000 IOPS for MySQL 373 and Oracle. MSSQL is limited to 700 GB / 7 000 IOPS. 375 If you specify a value, it must be at least 1000 IOPS and you must 425 'Iops': iops, [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
launchconfig.py | 106 delete_on_termination=True, iops=None, 194 self.iops = iops 261 elif name == 'Iops': 262 self.iops = int(value)
|
__init__.py | 281 if launch_config.iops: 282 params['Iops'] = launch_config.iops [all...] |
/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 long long iops = 0; local 168 iops++; 180 printf("%.0f %dbyte iops/sec\n", (float)iops * 1000 / msecs, TST_BLK_SIZE);
|
/external/mksh/src/ |
syn.c | 273 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/ |
eta.c | 299 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); 503 p += sprintf(p, ", CR=%d/%d 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]",
|
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", 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 = 0.0 1858 unsigned long spent, iops; local [all...] |
stat.h | 138 struct io_stat iops_stat[DDIR_RWDIR_CNT]; /* IOPS stats */ 204 uint32_t iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
|
backend.c | 148 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; [all...] |
client.c | 1047 je->iops[i] = le32_to_cpu(je->iops[i]); 1073 dst->iops[i] += je->iops[i]; [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/ |
test_snapshot.py | 32 <Iops>1000</Iops> 52 <Iops>1000</Iops> 69 <Iops>1000</Iops> 93 self.assertEqual(response[0].iops, 1000)
|
test_connection.py | 47 <Iops>2000</Iops> 161 self.assertEqual(db.iops, 2000) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/ |
test_group.py | 377 iops=3000, 400 'Iops': 3000, 791 <Iops>1000</Iops> [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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/ |
layer1.py | 333 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 operation [all...] |