Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 47) sorted by relevance

12

/rocksdb-6.9/tools/advisor/advisor/
Ddb_bench_runner.py171 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 …]
Ddb_stats_fetcher.py211 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/
Ddb_sanity_test.cc232 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()
Dsst_dump_tool.cc494 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()
Dldb_cmd_test.cc437 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()
Dsst_dump_test.cc121 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/
Dgnu_parallel56 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/
Dconfig.yml30 command: |
46 command: |
55 command: |
/rocksdb-6.9/java/
DRELEASE.md11 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…
DHISTORY-JAVA.md66 * 70+ command-line options.
/rocksdb-6.9/tools/advisor/
DREADME.md8 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/
D2018-08-01-rocksdb-tuning-advisor.markdown11 the python command-line tool, Rocksdb Advisor, is to automate the process of
38 An example command to run the tool:
D2015-02-24-reading-rocksdb-options-from-a-file.markdown41 …our RocksDB application without needing to resort to recompilation or tedious command line parsing.
/rocksdb-6.9/java/jmh/
DREADME.md18 NOTE: you can append `-help` to the command above to see all of the JMH runtime options.
/rocksdb-6.9/
Ddefs.bzl52 command = [TEST_RUNNER, binary_path],
DINSTALL.md43 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/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/tools.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/build_version.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/docs/
DREADME.md39 > `xcode-select --install` (although this may not work if you have already installed command
/rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/table_reader_bench.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/filter_bench.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/cache_bench.dir/
Dbuild.make49 # The command to remove a file.

12