summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/stat.h')
-rw-r--r--src/third_party/wiredtiger/src/include/stat.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index 6407b5fabfe..3dca894a68c 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -454,6 +454,7 @@ struct __wt_connection_stats {
int64_t fsync_io;
int64_t read_io;
int64_t write_io;
+ int64_t cursor_cache;
int64_t cursor_create;
int64_t cursor_insert;
int64_t cursor_modify;
@@ -470,7 +471,7 @@ struct __wt_connection_stats {
int64_t cursor_sweep_examined;
int64_t cursor_sweep;
int64_t cursor_update;
- int64_t cursor_cache;
+ int64_t cursors_cached;
int64_t cursor_reopen;
int64_t cursor_truncate;
int64_t dh_conn_handle_count;
@@ -792,12 +793,12 @@ struct __wt_dsrc_stats {
int64_t compress_raw_fail;
int64_t compress_raw_ok;
int64_t cursor_insert_bulk;
+ int64_t cursor_cache;
int64_t cursor_create;
int64_t cursor_restart;
int64_t cursor_insert_bytes;
int64_t cursor_remove_bytes;
int64_t cursor_update_bytes;
- int64_t cursor_cache;
int64_t cursor_reopen;
int64_t cursor_insert;
int64_t cursor_modify;
@@ -824,7 +825,7 @@ struct __wt_dsrc_stats {
int64_t rec_pages;
int64_t rec_pages_eviction;
int64_t rec_page_delete;
- int64_t session_cursor_cached;
+ int64_t session_cursors_cached;
int64_t session_compact;
int64_t session_cursor_open;
int64_t txn_update_conflict;