patch-2.3.99-pre3 linux/include/linux/nfsd/stats.h
Next file: linux/include/linux/nfsd/syscall.h
Previous file: linux/include/linux/nfs_fs_sb.h
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Tue Mar 21 11:10:48 2000
-  Orig file: 
v2.3.99-pre2/linux/include/linux/nfsd/stats.h
-  Orig date: 
Tue Nov 23 22:42:21 1999
diff -u --recursive --new-file v2.3.99-pre2/linux/include/linux/nfsd/stats.h linux/include/linux/nfsd/stats.h
@@ -16,8 +16,17 @@
 	unsigned int	fh_stale;	/* FH stale error */
 	unsigned int	fh_lookup;	/* dentry cached */
 	unsigned int	fh_anon;	/* anon file dentry returned */
-	unsigned int	fh_nocache_dir;	/* filehandle not foudn in dcache */
-	unsigned int	fh_nocache_nondir;	/* filehandle not foudn in dcache */
+	unsigned int	fh_nocache_dir;	/* filehandle not found in dcache */
+	unsigned int	fh_nocache_nondir;	/* filehandle not found in dcache */
+	unsigned int	io_read;	/* bytes returned to read requests */
+	unsigned int	io_write;	/* bytes passed in write requests */
+	unsigned int	th_cnt;		/* number of available threads */
+	unsigned int	th_usage[10];	/* number of ticks during which n perdeciles
+					 * of available threads were in use */
+	unsigned int	th_fullcnt;	/* number of times last free thread was used */
+	unsigned int	ra_size;	/* size of ra cache */
+	unsigned int	ra_depth[11];	/* number of times ra entry was found that deep
+					 * in the cache (10percentiles). [10] = not found */
 };
 
 #ifdef __KERNEL__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)