nfs-ganesha 1.4
|
routines for managing the nfs statistics. More...
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/file.h>
#include "HashData.h"
#include "HashTable.h"
#include "log.h"
#include "ganesha_rpc.h"
#include "nfs23.h"
#include "nfs4.h"
#include "mount.h"
#include "nfs_core.h"
#include "cache_inode.h"
#include "nfs_exports.h"
#include "nfs_creds.h"
#include "nfs_proto_functions.h"
#include "nfs_tools.h"
#include "nfs_proto_tools.h"
#include "nfs_stat.h"
Go to the source code of this file.
Functions | |
void | nfs_stat_update (nfs_stat_type_t type, nfs_request_stat_t *pstat_req, struct svc_req *preq, nfs_request_latency_stat_t *lstat_req) |
routines for managing the nfs statistics.
nfs_stat_mgmt.c : routines for managing the nfs statistics.
Revision 1.3 2005/09/30 15:50:19 deniel Support for mount and nfs protocol different from the default
Revision 1.2 2005/09/30 14:27:34 deniel Adding some configurationsa items in nfs_core
Revision 1.1 2005/08/11 12:37:28 deniel Added statistics management
Definition in file nfs_stat_mgmt.c.
void nfs_stat_update | ( | nfs_stat_type_t | type, |
nfs_request_stat_t * | pstat_req, | ||
struct svc_req * | preq, | ||
nfs_request_latency_stat_t * | lstat_req | ||
) |
nfs_stat_update: Update a client's statistics.
Update a client's statistics.
type | [IN] type of the stat to dump |
pclient | [INOUT] client resource to be used |
preq | [IN] pointer to SVC request related to this call |
Definition at line 92 of file nfs_stat_mgmt.c.