summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2015-08-19 19:13:25 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2015-08-21 22:45:16 -0700
commit029e13cc3221be4bc46909225142277fee52c37e (patch)
tree6b649cc7932090fbb00ddab9a5b5eb6b8b40c843 /fs/libfs.c
parent91c481fff92c705dd382f1f53c01e6b6b88507d0 (diff)
downloadlinux-029e13cc3221be4bc46909225142277fee52c37e.tar.bz2
f2fs: adjust showing of extent cache stat
This patch alters to replace total hit stat with rbtree hit stat, and then adjust showing of extent cache stat: Hit Count: L1-1: for largest node hit count; L1-2: for last cached node hit count; L2: for extent node hit after lookuping in rbtree. Hit Ratio: ratio (hit count / total lookup count) Inner Struct Count: tree count, node count. Before: Extent Hit Ratio: 0 / 2 Extent Tree Count: 3 Extent Node Count: 2 Patched: Exten Cacache: - Hit Count: L1-1:4871 L1-2:2074 L2:208 - Hit Ratio: 1% (7153 / 550751) - Inner Struct Count: tree: 26560, node: 11824 Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/libfs.c')
0 files changed, 0 insertions, 0 deletions