| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_pysim.py | 664 self.cache_size = cache_size 1011 cache_size, argument 1538 cache_size = cache_size / downsample_size 1548 cache_size, 1555 cache_size, 1574 cache_size, 1581 cache_size, 1592 cache_size, 1599 cache_size, 1868 cache_size, argument [all …]
|
| D | block_cache_pysim.sh | 39 for cache_size in "1G" "2G" "4G" "8G" "16G" #"12G" "16G" "1T" 43 if [[ $cache_type == "trace" && $cache_size != "16G" ]]; then 54 output="log-ml-$cache_type-$cache_size-$cf_name" 55 …echo "Running simulation for $cache_type, cache size $cache_size, and cf_name $cf_name. Number of … 56 …nohup python block_cache_pysim.py "$cache_type" "$cache_size" "$downsample_size" "$warmup_seconds"…
|
| D | block_cache_pysim_test.py | 338 assert cache.used_size <= cache.cache_size 395 cache_size = block_size * nblocks / 10 408 cache = create_cache(cache_type, cache_size, downsample_size) 419 assert cache.used_size <= cache.cache_size 733 test_mix(create_cache(cache_type_str, cache_size=100, downsample_size=1))
|
| /rocksdb-6.9/build_tools/ |
| D | regression_build_test.sh | 53 --cache_size=6442450944 \ 70 --cache_size=6442450944 \ 88 --cache_size=6442450944 \ 106 --cache_size=6442450944 \ 124 --cache_size=6442450944 \ 143 --cache_size=104857600 \ 162 --cache_size=6442450944 \ 182 --cache_size=6442450944 \ 200 --cache_size=6442450944 \ 218 --cache_size=6442450944 \ [all …]
|
| /rocksdb-6.9/tools/ |
| D | dbench_monitor | 47 cs [cache_size] 84 …$ztype --benchmarks="$benches" --reads="$reads" --threads="$threads" --cache_size=$cs --value_siz… 88 …$ztype --benchmarks="$benches" --reads="$reads" --threads="$threads" --cache_size=$cs --value_siz…
|
| D | benchmark_leveldb.sh | 41 cache_size=${CACHE_SIZE:-$((1 * G))} 53 --cache_size=$cache_size \
|
| D | benchmark.sh | 53 cache_size=${CACHE_SIZE:-$((17179869184))} 72 --cache_size=$cache_size \
|
| D | db_bench_tool.cc | 432 DEFINE_int64(cache_size, 8 << 20, // 8MB 2552 std::string cache_size; in PrintEnvironment() local 2564 cache_size = val.ToString(); in PrintEnvironment() 2569 fprintf(stderr, "CPUCache: %s\n", cache_size.c_str()); in PrintEnvironment()
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | block_cache_tier.cc | 358 assert(size_ <= opt_.cache_size); in Reserve() 360 if (size + size_ <= opt_.cache_size) { in Reserve() 366 assert(size + size_ >= opt_.cache_size); in Reserve() 371 while (size + size_ > opt_.cache_size * retain_fac) { in Reserve() 389 assert(size_ <= opt_.cache_size * 0.9); in Reserve()
|
| D | persistent_cache_tier.h | 91 cache_size = _cache_size; 109 if (cache_size < cache_file_size || write_buffer_size >= cache_file_size || in ValidateSettings() 154 uint64_t cache_size = std::numeric_limits<uint64_t>::max();
|
| D | persistent_cache_tier.cc | 30 snprintf(buffer, kBufferSize, " cache_size: %" PRIu64 "\n", cache_size); in ToString()
|
| D | persistent_cache_bench.cc | 36 DEFINE_uint64(cache_size, std::numeric_limits<uint64_t>::max(), "Cache size");
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 234 …cs=1 –histogram=1 –num=$r –threads=$t –value_size=$vs –block_size=$bs –cache_size=$cs –bloom_bits=… 237 …cs=1 –histogram=1 –num=$r –threads=$t –value_size=$vs –block_size=$bs –cache_size=$cs –bloom_bits=…
|
| D | 2017-05-14-core-local-stats.markdown | 18 … -statistics -use_existing_db=true -benchmarks=readrandom -threads=32 -cache_size=1048576000 -num=…
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_transaction_test.cc | 954 SequenceNumber cache_size = wp_db->COMMIT_CACHE_SIZE; in TEST_P() local 955 SequenceNumber overlap_seq = txn->GetId() + cache_size; in TEST_P() 984 overlap_seq += cache_size; in TEST_P() 1091 const uint64_t cache_size = 1ul << snapshot_cache_bits; in TEST_P() local 1125 snapshots[cache_size - 1] - 1}; in TEST_P() 1129 ASSERT_EQ(wp_db->old_commit_map_.size(), cache_size - 2); in TEST_P() 1135 CommitEntry commit_entry = {snapshots[cache_size] + 1, in TEST_P() 1136 snapshots[cache_size + 2] + 1}; in TEST_P() 1164 CommitEntry commit_entry = {snapshots[cache_size - 1] - 1, in TEST_P() 1169 ASSERT_EQ(wp_db->old_commit_map_.size(), snapshots.size() - cache_size + 1); in TEST_P()
|
| /rocksdb-6.9/cache/ |
| D | cache_bench.cc | 32 DEFINE_int64(cache_size, 8 * KB * KB,
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_gflags.cc | 281 DEFINE_int64(cache_size, 2LL * KB * KB * KB,
|
| D | db_stress_common.h | 136 DECLARE_int64(cache_size);
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 207 option=cache_size
|
| /rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/ |
| D | DbBenchmark.java | 531 .setBlockCacheSize((Long)flags_.get(Flag.cache_size)) in prepareOptions() 1029 cache_size(-1L, enumConstant
|