nfs-ganesha 1.4
Public Attributes

func_fsal_stats__ Struct Reference

#include <fsal_types.h>

List of all members.

Public Attributes

unsigned int nb_call [FSAL_NB_FUNC]
unsigned int nb_success [FSAL_NB_FUNC]
unsigned int nb_err_retryable [FSAL_NB_FUNC]
unsigned int nb_err_unrecover [FSAL_NB_FUNC]

Detailed Description

Statistics about the use of the Filesystem abstraction layer.

Definition at line 998 of file fsal_types.h.


Member Data Documentation

unsigned int func_fsal_stats__::nb_call[FSAL_NB_FUNC]

Total number of calls to fsal

Definition at line 999 of file fsal_types.h.

unsigned int func_fsal_stats__::nb_err_retryable[FSAL_NB_FUNC]

Total number of failed/retryable calls

Definition at line 1001 of file fsal_types.h.

unsigned int func_fsal_stats__::nb_err_unrecover[FSAL_NB_FUNC]

Total number of failed/unrecoverable calls

Definition at line 1002 of file fsal_types.h.

unsigned int func_fsal_stats__::nb_success[FSAL_NB_FUNC]

Total number of successfull calls

Definition at line 1000 of file fsal_types.h.


The documentation for this struct was generated from the following file: