summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools/stat_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/tools/stat_data.py')
-rw-r--r--src/third_party/wiredtiger/tools/stat_data.py66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/tools/stat_data.py b/src/third_party/wiredtiger/tools/stat_data.py
new file mode 100644
index 00000000000..75a3b577472
--- /dev/null
+++ b/src/third_party/wiredtiger/tools/stat_data.py
@@ -0,0 +1,66 @@
+# DO NOT EDIT: automatically built by dist/stat.py. */
+
+no_scale_per_second_list = [
+ 'async: maximum work queue length',
+ 'cache: tracked dirty bytes in the cache',
+ 'cache: bytes currently in the cache',
+ 'cache: maximum bytes configured',
+ 'cache: tracked dirty pages in the cache',
+ 'cache: pages currently held in the cache',
+ 'conn: files currently open',
+ 'log: total log buffer size',
+ 'LSM: App work units currently queued',
+ 'LSM: Merge work units currently queued',
+ 'LSM: Switch work units currently queued',
+ 'reconciliation: split bytes currently awaiting free',
+ 'reconciliation: split objects currently awaiting free',
+ 'session: open cursor count',
+ 'session: open session count',
+ 'txn: transaction checkpoint currently running',
+ 'txn: transaction range of IDs currently pinned',
+ 'block manager: file allocation unit size',
+ 'block manager: checkpoint size',
+ 'block manager: file magic number',
+ 'block manager: file major version number',
+ 'block manager: minor version number',
+ 'block manager: file size in bytes',
+ 'LSM: bloom filters in the LSM tree',
+ 'LSM: total size of bloom filters',
+ 'btree: column-store variable-size deleted values',
+ 'btree: column-store fixed-size leaf pages',
+ 'btree: column-store internal pages',
+ 'btree: column-store variable-size leaf pages',
+ 'btree: number of key/value pairs',
+ 'btree: fixed-record size',
+ 'btree: maximum tree depth',
+ 'btree: maximum internal page item size',
+ 'btree: maximum internal page size',
+ 'btree: maximum leaf page item size',
+ 'btree: maximum leaf page size',
+ 'btree: overflow pages',
+ 'btree: row-store internal pages',
+ 'btree: row-store leaf pages',
+ 'cache: overflow values cached in memory',
+ 'LSM: chunks in the LSM tree',
+ 'LSM: highest merge generation in the LSM tree',
+ 'reconciliation: maximum blocks required for a page',
+ 'session: open cursor count',
+]
+no_clear_list = [
+ 'cache: bytes currently in the cache',
+ 'cache: maximum bytes configured',
+ 'cache: pages currently held in the cache',
+ 'conn: files currently open',
+ 'log: total log buffer size',
+ 'log: maximum log file size',
+ 'LSM: App work units currently queued',
+ 'LSM: Merge work units currently queued',
+ 'LSM: Switch work units currently queued',
+ 'reconciliation: split bytes currently awaiting free',
+ 'reconciliation: split objects currently awaiting free',
+ 'session: open cursor count',
+ 'session: open session count',
+ 'txn: transaction checkpoint currently running',
+ 'txn: transaction range of IDs currently pinned',
+ 'session: open cursor count',
+]