1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# 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',
'files currently open',
'log: total log buffer size',
'split bytes currently awaiting free',
'split objects currently awaiting free',
'open cursor count',
'transaction checkpoint currently running',
'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',
'bloom filters in the LSM tree',
'total size of bloom filters',
'column-store variable-size deleted values',
'column-store fixed-size leaf pages',
'column-store internal pages',
'column-store variable-size leaf pages',
'total LSM, table or file object key/value pairs',
'fixed-record size',
'maximum tree depth',
'maximum internal page item size',
'maximum internal page size',
'maximum leaf page item size',
'maximum leaf page size',
'overflow pages',
'row-store internal pages',
'row-store leaf pages',
'overflow values cached in memory',
'chunks in the LSM tree',
'highest merge generation in the LSM tree',
'reconciliation maximum blocks required for a page',
'open cursor count',
]
|