diff options
author | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-07-28 16:05:39 -0400 |
---|---|---|
committer | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-07-28 16:05:39 -0400 |
commit | 7d1911d53a1e031cd70bfa918b7ba2668e6fb24a (patch) | |
tree | ac5a24ada28e4061e018326dbfed174e8e029776 /dist/s_funcs.list | |
parent | eb02441e9fbb4bc085e0f1de0a5250e4623b7227 (diff) | |
download | mongo-7d1911d53a1e031cd70bfa918b7ba2668e6fb24a.tar.gz |
Connect the old Btree statistics code to the statistics cursors: if you
create a file: cursor, you can configure it as a "statistics" cursor if
you want to display statistics for a particular file, or you can open
"statistics" cursor if you want to display statistics for the system in
general.
Move to two stat groups: WT_CONNECTION and WT_BTREE (the old cache stats
moved into the connection stats), the old btree file stats moved into
the btree stats, I deleted the file handle stats.
Delete the db/db_stat file, the parts of it that are still used moved
to btree/bt_stat.c.
Rename "stat" cursors to be "statistics" cursors.
Turn the Python dist/stat_class.py Stat class into a list, I couldn't
get dictionaries to sort by value for some reason.
Diffstat (limited to 'dist/s_funcs.list')
-rw-r--r-- | dist/s_funcs.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/s_funcs.list b/dist/s_funcs.list index 61433a083d1..28c1bed8b1f 100644 --- a/dist/s_funcs.list +++ b/dist/s_funcs.list @@ -1,8 +1,6 @@ # List of functions that aren't found by s_funcs, but that's OK. __wt_block_dump __wt_config_getone -__wt_connection_stat_clear -__wt_connection_stat_print __wt_debug_addr __wt_debug_tree __wt_debug_tree_all |