summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-06-07 02:07:14 +0800
committeryangwei <[email protected]>2024-06-07 02:07:14 +0800
commitf82a8875043eaa55dd11cc41308d99b024bde706 (patch)
treeca2d1f2f8fe987f8f443295c812696b7e596c0dc /include
parentd735864a21bec48f8e8083b5ba6c36a389c57bca (diff)
add bloom fs4 statistics, add gtest user args.
Diffstat (limited to 'include')
-rw-r--r--include/private/sapp_pkt_stat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/private/sapp_pkt_stat.h b/include/private/sapp_pkt_stat.h
index 358d0a8..417ab66 100644
--- a/include/private/sapp_pkt_stat.h
+++ b/include/private/sapp_pkt_stat.h
@@ -202,6 +202,14 @@ typedef enum __sapp_sys_stat_type{
/************* memory stat *******************/
+ /************* bloom filter stat *******************/
+ SAPP_STAT_BM_HASH_NUM,
+ SAPP_STAT_BM_EXPAND_NUM,
+ SAPP_STAT_BM_SLICE_NUM_NEW,
+ SAPP_STAT_BM_SLICE_NUM_FREE,
+ SAPP_STAT_BM_CUR_SLICE_NUM,
+ SAPP_STAT_APBM_EXPAND_MAX_MULTIPLE,
+ SAPP_STAT_DABM_RESIZE_MAX_RATIO,
/************** Maximum Value Definition *******/
SAPP_STAT_NUM_MAX,
}sapp_sys_stat_type_t;