nfs-ganesha 1.4
Functions

nfs_stat_mgmt.c File Reference

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)

Detailed Description

routines for managing the nfs statistics.

Author:
Author:
deniel
Date:
Date:
2005/11/28 17:03:03
Version:
Revision:
1.4

nfs_stat_mgmt.c : routines for managing the nfs statistics.

Header:
/cea/S/home/cvs/cvs/SHERPA/BaseCvs/GANESHA/src/support/nfs_stat_mgmt.c,v 1.4 2005/11/28 17:03:03 deniel Exp
Log:
nfs_stat_mgmt.c,v

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.


Function Documentation

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.

Parameters:
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
Returns:
nothing (void function)

Definition at line 92 of file nfs_stat_mgmt.c.