| /rocksdb-6.9/tools/advisor/test/ |
| D | test_rule_parser.py | 173 with self.assertRaisesRegex(ValueError, regex): 178 with self.assertRaisesRegex(ValueError, regex): 182 regex = '.*provide regex for log condition.*' 183 with self.assertRaisesRegex(ValueError, regex): 187 regex = '.*options missing in condition.*' 188 with self.assertRaisesRegex(ValueError, regex): 192 regex = '.*expression missing in condition.*' 197 regex = '.*provide option or description.*' 202 regex = '.*provide option or description.*' 214 regex = '.*provide source for condition.*' [all …]
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | rules_err1.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key 40 conditions=missing-regex 42 [Condition "missing-regex"] 44 regex= key
|
| D | test_rules.ini | 19 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key 23 regex=Stalling writes because we have \d+ level-0 files key 27 regex=Stopping writes because we have \d+ level-0 files key 31 regex=Stalling writes because of estimated pending compaction bytes \d+ key
|
| D | triggered_rules.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key 15 regex=Stalling writes because we have \d+ level-0 files key 23 regex=Stopping writes because we have \d+ level-0 files key 31 regex=Stalling writes because of estimated pending compaction bytes \d+ key
|
| D | rules_err4.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
|
| D | rules_err3.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
|
| D | rules_err2.ini | 7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 10077 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() 10146 if (regex == NULL) { in ValidateRegex() 10161 if (regex[i] == '\0') { in ValidateRegex() 10241 if (*regex == '$') in MatchRegexAtHead() 10247 ++regex; in MatchRegexAtHead() 10248 if (IsRepeat(regex[1])) { in MatchRegexAtHead() 10253 escaped, regex[0], regex[1], regex + 2, str); in MatchRegexAtHead() 10275 if (*regex == '^') in MatchRegexAnywhere() 10307 if (regex != NULL) { in Init() 10324 if (*regex != '^') in Init() [all …]
|
| D | gtest.h | 2500 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT 2504 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT 2508 RE(const char* regex) { Init(regex); } // NOLINT 2543 void Init(const char* regex); 9675 # define ASSERT_DEATH(statement, regex) \ 9680 # define EXPECT_DEATH(statement, regex) \ 9756 GTEST_EXECUTE_STATEMENT_(statement, regex) 9764 EXPECT_DEATH(statement, regex) 9767 ASSERT_DEATH(statement, regex) 9827 EXPECT_DEATH(statement, regex) [all …]
|
| /rocksdb-6.9/tools/ |
| D | ldb_test.py | 450 regex = num + ":" + num + "\[" + subpat + ".." + subpat + "\]" 451 expected_pattern = re.compile(regex) 485 regex = ".*Sst file format:.*" 486 expected_pattern = re.compile(regex) 505 regex = "^Sequence,Count,ByteSize,Physical Offset,Key\(s\).*" 506 expected_pattern = re.compile(regex)
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 35 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key 43 regex=Stalling writes because we have \d+ level-0 files key 51 regex=Stopping writes because we have \d+ level-0 files key 59 regex=Stalling writes because of estimated pending compaction bytes \d+ key
|
| D | rule_parser.py | 325 self.regex = value 329 if not self.regex: 334 log_cond_str += (" regex: " + self.regex)
|
| D | db_log_parser.py | 99 if re.search(cond.regex, log.get_message(), re.IGNORECASE):
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 61 'regex' is found in the Rocksdb LOG files. As of now the Rules Engine 80 LogCondition: stall-too-many-memtables regex: Stopping writes because we have \d+ immutable memtabl…
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | object_registry.h | 61 std::regex pattern_; // The pattern for this entry
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 49 LogCondition: stall-too-many-memtables regex: Stopping writes because we have \d+ immutable memtabl…
|
| /rocksdb-6.9/CMakeFiles/ |
| D | CMakeConfigureLog.yaml | 171 …link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|c… 172 linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] 321 …link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|c… 322 linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/ |
| D | object_registry.cc.o.d | 137 /usr/include/c++/v1/regex /usr/include/c++/v1/__locale \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/ |
| D | object_registry.cc.o.d | 137 /usr/include/c++/v1/regex /usr/include/c++/v1/__locale \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/cassandra/ |
| D | format.cc.o.d | 266 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
|
| D | merge_operator.cc.o.d | 263 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
|
| D | cassandra_compaction_filter.cc.o.d | 265 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/cassandra/ |
| D | format.cc.o.d | 266 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
|
| D | merge_operator.cc.o.d | 263 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/env/ |
| D | file_system.cc.o.d | 288 /usr/include/c++/v1/regex /usr/include/c++/v1/deque
|