Home
last modified time | relevance | path

Searched refs:data_sources (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/tools/advisor/test/
Dtest_db_bench_runner.py121 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
Dtest_rule_parser.py55 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/
Drule_parser_example.py28 data_sources = {
34 data_sources[DataSource.Type.TIME_SERIES].append(OdsStatsFetcher(
42 data_sources, db_options.get_column_families()
Ddb_bench_runner.py227 data_sources = {
237 data_sources[DataSource.Type.TIME_SERIES].append(OdsStatsFetcher(
245 return data_sources, parsed_output[self.THROUGHPUT]
Drule_parser.py496 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]: