nfs-ganesha 1.4
|
#include <cache_content.h>
Public Attributes | |
unsigned int | nb_call [CACHE_CONTENT_NB_COMMAND] |
unsigned int | nb_success [CACHE_CONTENT_NB_COMMAND] |
unsigned int | nb_err_retryable [CACHE_CONTENT_NB_COMMAND] |
unsigned int | nb_err_unrecover [CACHE_CONTENT_NB_COMMAND] |
Definition at line 154 of file cache_content.h.
unsigned int cache_content_stat__::func_inode_stats::nb_call[CACHE_CONTENT_NB_COMMAND] |
total number of calls per functions
Definition at line 156 of file cache_content.h.
unsigned int cache_content_stat__::func_inode_stats::nb_err_retryable[CACHE_CONTENT_NB_COMMAND] |
failed/retryable calls per function
Definition at line 158 of file cache_content.h.
unsigned int cache_content_stat__::func_inode_stats::nb_err_unrecover[CACHE_CONTENT_NB_COMMAND] |
failed/unrecoverable calls per function
Definition at line 159 of file cache_content.h.
unsigned int cache_content_stat__::func_inode_stats::nb_success[CACHE_CONTENT_NB_COMMAND] |
succesfull calls per function
Definition at line 157 of file cache_content.h.