| nfs-ganesha 1.4 | 
The file that contain the 'stats_thread' routine for the nfsd. More...
#include <stdio.h>#include <string.h>#include <pthread.h>#include <assert.h>#include <sys/stat.h>#include <time.h>#include "nfs_core.h"#include "nfs_stat.h"#include "nfs_exports.h"#include "log.h"Go to the source code of this file.
| Functions | |
| void | set_min_latency (nfs_request_stat_item_t *cur_stat, unsigned int val) | 
| void | set_max_latency (nfs_request_stat_item_t *cur_stat, unsigned int val) | 
| void | stats_collect (ganesha_stats_t *ganesha_stats) | 
| void * | stats_thread (void *UnusedArg) | 
| Variables | |
| hash_table_t * | ht_ip_stats [NB_MAX_WORKER_THREAD] | 
The file that contain the 'stats_thread' routine for the nfsd.
nfs_stats_thread.c : The file that contain the 'stats_thread' routine for the nfsd.
Definition in file nfs_stats_thread.c.
| void set_max_latency | ( | nfs_request_stat_item_t * | cur_stat, | 
| unsigned int | val | ||
| ) | 
Definition at line 68 of file nfs_stats_thread.c.
| void set_min_latency | ( | nfs_request_stat_item_t * | cur_stat, | 
| unsigned int | val | ||
| ) | 
Definition at line 57 of file nfs_stats_thread.c.
| void stats_collect | ( | ganesha_stats_t * | ganesha_stats | ) | 
Definition at line 82 of file nfs_stats_thread.c.
| void* stats_thread | ( | void * | UnusedArg | ) | 
Definition at line 382 of file nfs_stats_thread.c.
| hash_table_t* ht_ip_stats[NB_MAX_WORKER_THREAD] | 
Definition at line 101 of file nfs_init.c.
 1.7.3
 1.7.3