| /rocksdb-6.9/tools/advisor/advisor/ |
| D | db_bench_runner.py | 171 command = "%s --benchmarks=fillrandom --db=%s --num=1000000" % ( 175 command += args_str 176 self._run_command(command) 179 command = "%s --benchmarks=%s --statistics --perf_level=3 --db=%s" % ( 188 command += args_str 189 return command 191 def _run_command(self, command): argument 194 print('executing... - ' + command) 195 subprocess.call(command, shell=True, stdout=out_file, stderr=err_file) 203 command = self._build_experiment_command(db_options, db_path) [all …]
|
| D | db_stats_fetcher.py | 211 def execute_script(self, command): argument 213 print(command) 216 subprocess.call(command, shell=True, stdout=out_file, stderr=err_file) 262 command = self.RAPIDO_COMMAND % ( 270 self.execute_script(command) 274 command = ( 281 self.execute_script(command) 315 command = self.RAPIDO_COMMAND + " --transform=%s --url=%s" 316 command = command % ( 326 command = ( [all …]
|
| /rocksdb-6.9/tools/ |
| D | db_sanity_test.cc | 232 bool RunSanityTests(const std::string& command, const std::string& path) { in RunSanityTests() argument 249 if (command == "create") { in RunSanityTests() 257 if (command == "create") { in RunSanityTests() 260 assert(command == "verify"); in RunSanityTests() 279 std::string path, command; in main() local 283 command = std::string(argv[2]); in main() 284 ok = (command == "create" || command == "verify"); in main() 294 bool sanity_ok = ROCKSDB_NAMESPACE::RunSanityTests(command, path); in main()
|
| D | sst_dump_tool.cc | 494 std::string command; in Run() local 535 command = argv[i] + 10; in Run() 673 if (command == "recompress") { in Run() 680 if (command == "raw") { in Run() 695 if (command == "" || command == "scan" || command == "check") { in Run() 697 command == "scan", read_num > 0 ? (read_num - total_read) : read_num, in Run() 710 if (command == "verify") { in Run()
|
| D | ldb_cmd_test.cc | 437 LDBCommand* command = ROCKSDB_NAMESPACE::LDBCommand::InitFromCmdLineArgs( in TEST_F() local 439 const std::vector<std::string> flags = command->TEST_GetFlags(); in TEST_F() 443 delete command; in TEST_F() 454 LDBCommand* command = ROCKSDB_NAMESPACE::LDBCommand::InitFromCmdLineArgs( in TEST_F() local 457 command->TEST_GetOptionMap(); in TEST_F() 463 delete command; in TEST_F()
|
| D | sst_dump_test.cc | 121 void PopulateCommandArgs(const std::string& file_path, const char* command, in PopulateCommandArgs() argument 127 snprintf(usage[1], optLength, "%s", command); in PopulateCommandArgs()
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 56 my @command; 57 @command = @ARGV; 90 for(@command) { 111 onall(@command); 2561 @command = shell_quote_empty(@command); 5470 $command = 5472 $command. 5478 $command = 5480 $command. 5487 $command = $self->sshlogin_wrap($command); [all …]
|
| /rocksdb-6.9/.circleci/ |
| D | config.yml | 30 command: | 46 command: | 55 command: |
|
| /rocksdb-6.9/java/ |
| D | RELEASE.md | 11 Once you have these items, run this make command from RocksDB's root source directory: 15 This command will build RocksDB natively on OSX, and will then spin up docker containers to build R… 53 This command will [stage the JAR artifacts on the Sonatype staging repository](http://central.sonat…
|
| D | HISTORY-JAVA.md | 66 * 70+ command-line options.
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 8 the python command-line tool, Rocksdb Advisor, is to automate the process of 40 An example command to run the tool: 67 For more information about the remaining command-line arguments, run:
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 11 the python command-line tool, Rocksdb Advisor, is to automate the process of 38 An example command to run the tool:
|
| D | 2015-02-24-reading-rocksdb-options-from-a-file.markdown | 41 …our RocksDB application without needing to resort to recompilation or tedious command line parsing.
|
| /rocksdb-6.9/java/jmh/ |
| D | README.md | 18 NOTE: you can append `-help` to the command above to see all of the JMH runtime options.
|
| /rocksdb-6.9/ |
| D | defs.bzl | 52 command = [TEST_RUNNER, binary_path],
|
| D | INSTALL.md | 43 command line flags processing. You can compile rocksdb library even 108 …irst time developer in MacOS, you still need to run: `xcode-select --install` in your command line.
|
| /rocksdb-6.9/CMakeFiles/core_tools.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/tools.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/build_version.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/docs/ |
| D | README.md | 39 > `xcode-select --install` (although this may not work if you have already installed command
|
| /rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/table_reader_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/filter_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/cache_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|