mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx-tools: add support of page operations stat to mdbx_stat
.
This commit is contained in:
3
mdbx.h
3
mdbx.h
@@ -2284,7 +2284,8 @@ struct MDBX_envinfo {
|
||||
/** Statistics of page operations.
|
||||
* \details Overall statistics of page operations of all (running, completed
|
||||
* and aborted) transactions in the current multi-process session (since the
|
||||
* first process opened the database). */
|
||||
* first process opened the database after everyone had previously closed it).
|
||||
*/
|
||||
struct {
|
||||
uint64_t newly; /**< Quantity of a new pages added */
|
||||
uint64_t cow; /**< Quantity of pages copied for update */
|
||||
|
Reference in New Issue
Block a user