Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/dump/
Ddb_dump_tool.cc23 char hostname[1024]; in Run() local
70 status = env->GetHostName(hostname, sizeof(hostname)); in Run()
76 abspath.c_str(), hostname, timesec); in Run()
/rocksdb-6.9/
DDUMP_FORMAT.md13 * hostname: The hostname of the machine where the dump was created.
/rocksdb-6.9/tools/
Dpflag10 SERVER=`hostname`
/rocksdb-6.9/build_tools/
Dgnu_parallel3049 my $hostname;
3050 sub hostname { subroutine
3051 if(not $hostname) {
3052 $hostname = `hostname`;
3053 chomp($hostname);
3054 $hostname ||= "nohostname";
3056 return $hostname;
5800 $workdir = ".parallel/tmp/" . ::hostname() . "-" . $$
7070 my $len_cache = $ENV{'HOME'} . "/.parallel/tmp/linelen-" . ::hostname();
7720 'pidfile' => $lockdir."/".$$.'@'.::hostname(),
[all …]
/rocksdb-6.9/docs/
D_config.yml16 # the base hostname & protocol for your site