rocksdb/utilities/transactions
Manuel Ung e03377c7fd Add lock wait time as a perf context counter
Summary:
Adds two new counters:

`key_lock_wait_count` counts how many times a lock was blocked by another transaction and had to wait, instead of being granted the lock immediately.
`key_lock_wait_time` counts the time spent acquiring locks.
Closes https://github.com/facebook/rocksdb/pull/3107

Differential Revision: D6217332

Pulled By: lth

fbshipit-source-id: 55d4f46da5550c333e523263422fd61d6a46deb9
2017-11-06 10:57:19 -08:00
..
optimistic_transaction_db_impl.cc Refactor PessimisticTransaction 2017-08-07 16:12:29 -07:00
optimistic_transaction_db_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
optimistic_transaction_test.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
optimistic_transaction.cc Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
optimistic_transaction.h Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
pessimistic_transaction_db.cc WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
pessimistic_transaction_db.h WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
pessimistic_transaction.cc WritePrepared Txn: Optimize for recoverable state 2017-11-01 17:26:46 -07:00
pessimistic_transaction.h WritePrepared Txn: ValidateSnapshot 2017-11-01 19:11:09 -07:00
snapshot_checker.cc WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
transaction_base.cc WritePrepared Txn: end-to-end tests 2017-10-06 14:26:45 -07:00
transaction_base.h WritePrepared Txn: Optimize for recoverable state 2017-11-01 17:26:46 -07:00
transaction_db_mutex_impl.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_db_mutex_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_lock_mgr.cc Add lock wait time as a perf context counter 2017-11-06 10:57:19 -08:00
transaction_lock_mgr.h Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
transaction_test.cc Add lock wait time as a perf context counter 2017-11-06 10:57:19 -08:00
transaction_test.h Enable two write queues for transactions 2017-10-23 14:27:04 -07:00
transaction_util.cc WritePrepared Txn: ValidateSnapshot 2017-11-01 19:11:09 -07:00
transaction_util.h WritePrepared Txn: ValidateSnapshot 2017-11-01 19:11:09 -07:00
write_prepared_transaction_test.cc WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
write_prepared_txn_db.cc WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
write_prepared_txn_db.h WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
write_prepared_txn.cc WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
write_prepared_txn.h WritePrepared Txn: ValidateSnapshot 2017-11-01 19:11:09 -07:00