Searched refs:data_sources (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/tools/advisor/test/ |
| D | test_db_bench_runner.py | 121 data_sources, throughput = self.bench_runner.run_experiment( 125 data_sources[DataSource.Type.DB_OPTIONS][0].type, 129 data_sources[DataSource.Type.LOG][0].type, 132 self.assertEqual(len(data_sources[DataSource.Type.TIME_SERIES]), 2) 134 data_sources[DataSource.Type.TIME_SERIES][0].type, 138 data_sources[DataSource.Type.TIME_SERIES][1].type, 142 data_sources[DataSource.Type.TIME_SERIES][1].stats_freq_sec, 0
|
| D | test_rule_parser.py | 55 self.data_sources = { 77 self.data_sources, self.column_families 112 self.data_sources = { 130 self.db_rules.trigger_conditions(self.data_sources)
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rule_parser_example.py | 28 data_sources = { 34 data_sources[DataSource.Type.TIME_SERIES].append(OdsStatsFetcher( 42 data_sources, db_options.get_column_families()
|
| D | db_bench_runner.py | 227 data_sources = { 237 data_sources[DataSource.Type.TIME_SERIES].append(OdsStatsFetcher( 245 return data_sources, parsed_output[self.THROUGHPUT]
|
| D | rule_parser.py | 496 def get_triggered_rules(self, data_sources, column_families): argument 497 self.trigger_conditions(data_sources) 504 def trigger_conditions(self, data_sources): argument 505 for source_type in data_sources: 513 for source in data_sources[source_type]:
|