Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/tools/
Dbenchmark.sh155 uptime=$( grep ^Uptime\(secs $test_out | tail -1 | awk '{ printf "%.0f", $2 }' )
156 stall_time=$( grep "^Cumulative stall" $test_out | tail -1 | awk '{ print $3 }' )
157 stall_pct=$( grep "^Cumulative stall" $test_out| tail -1 | awk '{ print $5 }' )
160 lo_wgb=$( grep "^ L0" $test_out | tail -1 | awk '{ print $9 }' )
161 sum_wgb=$( grep "^ Sum" $test_out | tail -1 | awk '{ print $9 }' )
166 p50=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.1f", $3 }' )
167 p75=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.1f", $5 }' )
168 p99=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $7 }' )
169 p999=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $9 }' )
170 p9999=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $11 }' )
[all …]
Dregression_test.sh328 real_sec=`tail -3 $2 | grep real | awk '{print $2}'`
329 user_sec=`tail -3 $2 | grep user | awk '{print $2}'`
330 sys_sec=`tail -3 $2 | grep sys | awk '{print $2}'`
Danalyze_txn_stress_test.sh47 exp=`grep "\<$k\>" /tmp/changes.txt | tail -1 | cut -d= -f2`;
72 END=`tail -1 /tmp/adds.txt | cut -d' ' -f 12 | cut -d= -f2`
Dauto_sanity_test.sh10 commit_old=`echo "$recent_commits" | tail -n1`
Dbenchmark_leveldb.sh185 tail -1 $output_dir/report.txt
/rocksdb-6.9/util/
Dcrc32c_ppc.c32 unsigned int tail; in crc32_vpmsum() local
52 tail = len & VMX_ALIGN_MASK; in crc32_vpmsum()
53 if (tail) { in crc32_vpmsum()
55 crc = crc32_align(crc, data, tail); in crc32_vpmsum()
/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc465 for (int tail = 0, head = 0; head < txn->GetDeadlockDetectDepth(); head++) { in IncrementWaiters() local
469 tail + i < txn->GetDeadlockDetectDepth(); in IncrementWaiters()
471 queue_values[tail + i] = (*next_ids)[i]; in IncrementWaiters()
472 queue_parents[tail + i] = parent; in IncrementWaiters()
474 tail += i; in IncrementWaiters()
478 if (tail == head) { in IncrementWaiters()
/rocksdb-6.9/build_tools/
Dbuild_detect_platform396 JEMALLOC_VER=$(brew ls --versions jemalloc | tail -n 1 | cut -f 2 -d ' ')
/rocksdb-6.9/
DHISTORY.md208 * Return TryAgain status in place of Corruption when new tail is not visible to TransactionLogItera…
427 …, midpoint insertion strategy will be enabled to put low-pri items to the tail of low-pri list (th…