initial-html-documentation-20010606
[openafs.git] / doc / html / AdminGuide / auagd024.htm
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
2 <HTML><HEAD>
3 <TITLE>Administration Guide</TITLE>
4 <!-- Begin Header Records  ========================================== -->
5 <!-- /tmp/idwt3570/auagd000.scr converted by idb2h R4.2 (359) ID      -->
6 <!-- Workbench Version (AIX) on 2 Oct 2000 at 11:42:14                -->
7 <META HTTP-EQUIV="updated" CONTENT="Mon, 02 Oct 2000 11:42:13">
8 <META HTTP-EQUIV="review" CONTENT="Tue, 02 Oct 2001 11:42:13">
9 <META HTTP-EQUIV="expires" CONTENT="Wed, 02 Oct 2002 11:42:13">
10 </HEAD><BODY>
11 <!-- (C) IBM Corporation 2000. All Rights Reserved    --> 
12 <BODY bgcolor="ffffff"> 
13 <!-- End Header Records  ============================================ -->
14 <A NAME="Top_Of_Page"></A>
15 <H1>Administration Guide</H1>
16 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auagd002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auagd023.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auagd025.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auagd026.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
17 <HR><H1><A NAME="HDRWQ617" HREF="auagd002.htm#ToC_706">Appendix C. The afsmonitor Program Statistics</A></H1>
18 <P>This Appendix lists the statistics you can gather with the
19 <B>afsmonitor</B> program, grouping them by category and section, and
20 briefly describing each field, group, and section. For instructions on
21 using the <B>afsmonitor</B> program, see <A HREF="auagd013.htm#HDRWQ323">Monitoring and Auditing AFS Performance</A> 
22 <A NAME="IDX8186"></A>
23 <HR><H2><A NAME="HDRWQ618" HREF="auagd002.htm#ToC_707">The Cache Manager Statistics</A></H2>
24 <A NAME="IDX8187"></A>
25 <P>Cache Manager statistics fields are classified into the following sections
26 and groups:
27 <UL>
28 <P><LI>PerfStats_section - Performance Statistics Section. 
29 <UL>
30 <P><LI>PerfStats_group - Performance Statistics Group.
31 <P><LI>misc_group - Miscellaneous Group.
32 </UL>
33 <P><LI>Server_UpDown_section - Server Up/Down Statistics Section. 
34 <UL>
35 <P><LI>FS_upDown_SC_group - File Server Up/Down Statistics in Same Cell
36 Group.
37 <P><LI>FS_upDown_OC_group - File Server Up/Down Statistics in Other Cells
38 Group.
39 <P><LI>VL_upDown_SC_group - VL Server Up/Down Statistics in Same Cell
40 Group.
41 <P><LI>VL_upDown_OC_group - VL Server Up/Down Statistics in Other Cells
42 Group.
43 </UL>
44 <P><LI>RPCop_section - RPC Operation Measurements Section. 
45 <UL>
46 <P><LI>FS_RPCopTimes_group - File Server RPC Operation Timings
47 Group.
48 <P><LI>FS_RPCopErrors_group - File Server RPC Operation Errors
49 Group.
50 <P><LI>FS_RPCopBytes_group - File Server RPC Transfer Timings Group.
51 <P><LI>CM_RPCopTimes_group - Cache Manager RPC Operation Timings
52 Group.
53 </UL>
54 <P><LI>Auth_Access_section - Authentication and Replicated File Access
55 Section. 
56 <UL>
57 <P><LI>Auth_Stats_group - Authentication Information for Cache Manager
58 Group.
59 <P><LI>Access_Stats_group - Unreplicated File Access Group.
60 </UL>
61 </UL>
62 <P>All Cache Manager variables categorized under these sections and groups
63 names are listed below.
64 <P><H3><A NAME="Header_708" HREF="auagd002.htm#ToC_708">Performance Statistics Section (PerfStats_section)</A></H3>
65 <P>Performance Statistics Group (PerfStats_group)
66 <UL>
67 <P><LI>dlocalAccesses: Number of data accesses to files within local
68 cell.
69 <P><LI>vlocalAccesses: Number of stat accesses to files within local
70 cell.
71 <P><LI>dremoteAccesses: Number of data accesses to files outside of local
72 cell.
73 <P><LI>vremoteAccesses: Number of stat accesses to files outside of local
74 cell.
75 <P><LI>cacheNumEntries: Number of cache entries.
76 <P><LI>cacheBlocksTotal: Number of (1K) blocks configured for cache.
77 <P><LI>cacheBlocksInUse: Number of cache blocks actively in use.
78 <P><LI>cacheBlocksOrig: Number of cache blocks at bootup.
79 <P><LI>cacheMaxDirtyChunks: Maximum number of dirty cache chunks
80 tolerated.
81 <P><LI>cacheCurrDirtyChunks: Current number of dirty cache chunks.
82 <P><LI>dcacheHits: Number of data files found in local cache.
83 <P><LI>vcacheHits: Number of stat entries found in local cache.
84 <P><LI>dcacheMisses: Number of data files <B>not</B> found in local
85 cache.
86 <P><LI>vcacheMisses: Number of stat entries <B>not</B> found in local
87 cache.
88 <P><LI>cacheFlushes: Number of files flushed from cache.
89 <P><LI>cacheFilesReused: Number of cache files reused.
90 <P><LI>ProtServerAddr: Address of Protection Server used.
91 <P><LI>vcacheXAllocs: Additionally allocated vcaches.
92 <P><LI>bufAlloced: Number of buffers allocated by AFS.
93 <P><LI>bufHits: Number of pages found on buffer cache.
94 <P><LI>bufMisses: Number of pages <B>not</B> found on buffer
95 cache.
96 <P><LI>bufFlushDirty: Number of cached dirty buffers flushed because all
97 were busy.
98 <P><LI>LargeBlocksActive: Number of currently used large free pool
99 entries.
100 <P><LI>LargeBlocksAlloced: Number of allocated large free pool
101 entries.
102 <P><LI>SmallBlocksActive: Number of currently used small free pool
103 entries.
104 <P><LI>SmallBlocksAlloced: Number of allocated used small free pool
105 entries.
106 <P><LI>OutStandingMemUsage: Amount of allocated memory.
107 <P><LI>OutStandingAllocs: Outstanding osi_allocs (no osi_frees yet).
108 <P><LI>CallBackAlloced: Number of callback structures allocated.
109 <P><LI>CallBackFlushes: Number of callback flush operations
110 performed.
111 <P><LI>srvRecords: Number of servers currently on record.
112 <P><LI>srvRecordsHWM: Server record high water mark.
113 <P><LI>srvNumBuckets: Number of server hash chain buckets.
114 <P><LI>srvMaxChainLength: Maximum server hash chain length.
115 <P><LI>srvMaxChainLengthHWM: Server hash chain high water mark.
116 <P><LI>sysName_ID: Sysname ID for host hardware.
117 </UL>
118 <P>Miscellaneous Group (misc_group)
119 <UL>
120 <P><LI>numPerfCalls: Number of performance calls received.
121 <P><LI>epoch: Cache Manager epoch time.
122 <P><LI>numCellsVisible: Number of cells we know about.
123 <P><LI>numCellsContacted: Number of cells contacted.
124 </UL>
125 <P><H3><A NAME="Header_709" HREF="auagd002.htm#ToC_709">Server Up/Down Statistics Section (Server_UpDown_section)</A></H3>
126 <P>File Server Up/Down Statistics in Same Cell Group (FS_upDown_SC_group)
127 <P><B>Note:</B> The <I>records</I> referred to in this section
128 are the internal records kept by the <B>afsmonitor</B> program to track
129 the processes from which data is being gathered.
130 <UL>
131 <P><LI>fs_sc_numTtlRecords: Number of fileserver records, active or
132 inactive.
133 <P><LI>fs_sc_numUpRecords: Number of (active) fileserver records currently
134 marked up.
135 <P><LI>fs_sc_numDownRecords: Number of (active) fileserver records
136 currently marked down.
137 <P><LI>fs_sc_sumOfRecordAges: Sum of fileserver record lifetimes.
138 <P><LI>fs_sc_ageOfYoungestRecord: Age of youngest fileserver record.
139 <P><LI>fs_sc_ageOfOldestRecord: Age of oldest fileserver record.
140 <P><LI>fs_sc_numDowntimeIncidents: Number of (completed) downtime
141 incidents.
142 <P><LI>fs_sc_numRecordsNeverDown: Number of fileserver records never marked
143 down.
144 <P><LI>fs_sc_maxDowntimesInARecord: Maximum downtimes seen by any
145 fileserver record.
146 <P><LI>fs_sc_sumOfDowntimes: Sum of all (completed) downtimes, in
147 seconds.
148 <P><LI>fs_sc_shortestDowntime: Shortest downtime, in seconds.
149 <P><LI>fs_sc_longestDowntime: Longest downtime, in seconds.
150 <P><LI>fs_sc_down_0_10_min: Down time incidents: 0-10 minutes.
151 <P><LI>fs_sc_down_10_30_min: Down time incidents: 10-30
152 minutes.
153 <P><LI>fs_sc_down_half_1_hr: Down time incidents: 30-60
154 minutes.
155 <P><LI>fs_sc_down_1_2_hr: Down time incidents: 1-2 hours.
156 <P><LI>fs_sc_down_2_4_hr: Down time incidents: 2-4 hours.
157 <P><LI>fs_sc_down_4_8_hr: Down time incidents: 4-8 hours.
158 <P><LI>fs_sc_down_more_8_hr: Down time incidents: more than 8
159 hours.
160 <P><LI>fs_sc_downDst_0: Down time incidents: 0 times.
161 <P><LI>fs_sc_downDst_1: Down time incidents: 1 time.
162 <P><LI>fs_sc_downDst_2_5: Down time incidents: 2-5 times.
163 <P><LI>fs_sc_downDst_6_10: Down time incidents: 6-10 times.
164 <P><LI>fs_sc_downDst_10_50: Down time incidents: 10-50 times.
165 <P><LI>fs_sc_downDst_more_50: Down time incidents: more than 50
166 times.
167 </UL>
168 <P>File Server Up/Down Statistics in Other Cells Group (FS_upDown_OC_group)
169 <UL>
170 <P><LI>fs_oc_numTtlRecords: Number of fileserver records, active or
171 inactive.
172 <P><LI>fs_oc_numUpRecords: Number of (active) fileserver records currently
173 marked up.
174 <P><LI>fs_oc_numDownRecords: Number of (active) fileserver records
175 currently marked down.
176 <P><LI>fs_oc_sumOfRecordAges: Sum of server record lifetimes.
177 <P><LI>fs_oc_ageOfYoungestRecord: Age of youngest fileserver record.
178 <P><LI>fs_oc_ageOfOldestRecord: Age of oldest fileserver record.
179 <P><LI>fs_oc_numDowntimeIncidents: Number of (completed) downtime
180 incidents.
181 <P><LI>fs_oc_numRecordsNeverDown: Number of fileserver records never marked
182 down.
183 <P><LI>fs_oc_maxDowntimesInARecord: Maximum downtimes seen by any
184 fileserver.
185 <P><LI>fs_oc_sumOfDowntimes: Sum of all (completed) downtimes, in
186 seconds.
187 <P><LI>fs_oc_shortestDowntime: Shortest downtime, in seconds.
188 <P><LI>fs_oc_longestDowntime: Longest downtime, in seconds.
189 <P><LI>fs_oc_down_0_10_min: Down time incidents: 0-10 minutes.
190 <P><LI>fs_oc_down_10_30_min: Down time incidents: 10-30
191 minutes.
192 <P><LI>fs_oc_down_half_1_hr: Down time incidents: 30-60
193 minutes.
194 <P><LI>fs_oc_down_1_2_hr: Down time incidents: 1-2 hours.
195 <P><LI>fs_oc_down_2_4_hr: Down time incidents: 2-4 hours.
196 <P><LI>fs_oc_down_4_8_hr: Down time incidents: 4-8 hours.
197 <P><LI>fs_oc_down_more_8_hr: Down time incidents: more than 8
198 hours.
199 <P><LI>fs_oc_downDst_0: Down time incidents: 0 times.
200 <P><LI>fs_oc_downDst_1: Down time incidents: 1 time.
201 <P><LI>fs_oc_downDst_2_5: Down time incidents: 2-5 times.
202 <P><LI>fs_oc_downDst_6_10: Down time incidents: 6-10 times.
203 <P><LI>fs_oc_downDst_10_50: Down time incidents: 10-50 times.
204 <P><LI>fs_oc_downDst_more_50: Down time incidents: more than 50
205 times.
206 </UL>
207 <P>VL Server Up/Down Statistics in Same Cell Group (VL_upDown_SC_group)
208 <UL>
209 <P><LI>vl_sc_numTtlRecords: Number of vlserver records, active or
210 inactive.
211 <P><LI>vl_sc_numUpRecords: Number of (active) vlserver records currently
212 marked up.
213 <P><LI>vl_sc_numDownRecords: Number of (active) vlserver records currently
214 marked down.
215 <P><LI>vl_sc_sumOfRecordAges: Sum of vlserver record lifetimes.
216 <P><LI>vl_sc_ageOfYoungestRecord: Age of youngest vlserver record.
217 <P><LI>vl_sc_ageOfOldestRecord: Age of oldest vlserver record.
218 <P><LI>vl_sc_numDowntimeIncidents: Number of (completed) downtime
219 incidents.
220 <P><LI>vl_sc_numRecordsNeverDown: Number of vlserver records never marked
221 down.
222 <P><LI>vl_sc_maxDowntimesInARecord: Maximum downtimes seen by any vlserver
223 record.
224 <P><LI>vl_sc_sumOfDowntimes: Sum of all (completed) downtimes, in
225 seconds.
226 <P><LI>vl_sc_shortestDowntime: Shortest downtime, in seconds.
227 <P><LI>vl_sc_longestDowntime: Longest downtime, in seconds.
228 <P><LI>vl_sc_down_0_10_min: Down time incidents: 0-10 minutes.
229 <P><LI>vl_sc_down_10_30_min: Down time incidents: 10-30
230 minutes.
231 <P><LI>vl_sc_down_half_1_hr: Down time incidents: 30-60
232 minutes.
233 <P><LI>vl_sc_down_1_2_hr: Down time incidents: 1-2 hours.
234 <P><LI>vl_sc_down_2_4_hr: Down time incidents: 2-4 hours.
235 <P><LI>vl_sc_down_4_8_hr: Down time incidents: 4-8 hours.
236 <P><LI>vl_sc_down_more_8_hr: Down time incidents: more than 8
237 hours.
238 <P><LI>vl_sc_downDst_0: Down time incidents: 0 times.
239 <P><LI>vl_sc_downDst_1: Down time incidents: 1 time.
240 <P><LI>vl_sc_downDst_2_5: Down time incidents: 2-5 times.
241 <P><LI>vl_sc_downDst_6_10: Down time incidents: 6-10 times.
242 <P><LI>vl_sc_downDst_10_50: Down time incidents: 10-50 times.
243 <P><LI>vl_sc_downDst_more_50: Down time incidents: more than 50
244 times.
245 </UL>
246 <P>VL Server Up/Down Statistics in Other Cells Group (VL_upDown_DC_group)
247 <UL>
248 <P><LI>vl_oc_numTtlRecords: Number of vlserver records, active or
249 inactive.
250 <P><LI>vl_oc_numUpRecords: Number of (active) vlserver records currently
251 marked up.
252 <P><LI>vl_oc_numDownRecords: Number of (active) vlserver records currently
253 marked down.
254 <P><LI>vl_oc_sumOfRecordAges: Sum of vlserver record lifetimes.
255 <P><LI>vl_oc_ageOfYoungestRecord: Age of youngest vlserver record.
256 <P><LI>vl_oc_ageOfOldestRecord: Age of oldest vlserver record.
257 <P><LI>vl_oc_numDowntimeIncidents: Number of (completed) downtime
258 incidents.
259 <P><LI>vl_oc_numRecordsNeverDown: Number of vlserver records never marked
260 down.
261 <P><LI>vl_oc_maxDowntimesInARecord: Maximum downtimes seen by any vlserver
262 record.
263 <P><LI>vl_oc_sumOfDowntimes: Sum of all (completed) downtimes, in
264 seconds.
265 <P><LI>vl_oc_shortestDowntime: Shortest downtime, in seconds.
266 <P><LI>vl_oc_longestDowntime: Longest downtime, in seconds.
267 <P><LI>vl_oc_down_0_10_min: Down time incidents: 0-10 minutes.
268 <P><LI>vl_oc_down_10_30_min: Down time incidents: 10-30
269 minutes.
270 <P><LI>vl_oc_down_half_1_hr: Down time incidents: 30-60
271 minutes.
272 <P><LI>vl_oc_down_1_2_hr: Down time incidents: 1-2 hours.
273 <P><LI>vl_oc_down_2_4_hr: Down time incidents: 2-4 hours.
274 <P><LI>vl_oc_down_4_8_hr: Down time incidents: 4-8 hours.
275 <P><LI>vl_oc_down_more_8_hr: Down time incidents: more than 8
276 hours.
277 <P><LI>vl_oc_downDst_0: Down time incidents: 0 times.
278 <P><LI>vl_oc_downDst_1: Down time incidents: 1 time.
279 <P><LI>vl_oc_downDst_2_5: Down time incidents: 2-5 times.
280 <P><LI>vl_oc_downDst_6_10: Down time incidents: 6-10 times.
281 <P><LI>vl_oc_downDst_10_50: Down time incidents: 10-50 times.
282 <P><LI>vl_oc_downDst_more_50: Down time incidents: more than 50
283 times.
284 </UL>
285 <P><H3><A NAME="Header_710" HREF="auagd002.htm#ToC_710">RPC Operation Measurements Section (RPCop_section)</A></H3>
286 <P>File Server RPC Operation Timings Group (FS_RPCopTimes_group)
287 <UL>
288 <P><LI>FetchData_ops: Number of FetchData operations executed.
289 <P><LI>FetchData_ops_ok: Number of successful FetchData operations.
290 <P><LI>FetchData_sum: Sum of timings for FetchData operations.
291 <P><LI>FetchData_sqr: Sum of squares of sample timings for FetchData
292 operations.
293 <P><LI>FetchData_min: Minimum execution time observed for FetchData
294 operations.
295 <P><LI>FetchData_max: Maximum execution time observed for FetchData
296 operations.
297 <P><LI>FetchACL_ops: Number of FetchACL operations executed.
298 <P><LI>FetchACL_ops_ok: Number of successful FetchACL operations.
299 <P><LI>FetchACL_sum: Sum of timings for FetchACL operations.
300 <P><LI>FetchACL_sqr: Sum of squares of sample timings for FetchACL
301 operations.
302 <P><LI>FetchACL_min: Minimum execution time observed for FetchACL
303 operations.
304 <P><LI>FetchACL_max: Maximum execution time observed for FetchACL
305 operations.
306 <P><LI>FetchStatus_ops: Number of FetchStatus operations executed.
307 <P><LI>FetchStatus_ops_ok: Number of successful FetchStatus
308 operations.
309 <P><LI>FetchStatus_sum: Sum of timings for FetchStatus operations.
310 <P><LI>FetchStatus_sqr: Sum of squares of sample timings for FetchStatus
311 operations.
312 <P><LI>FetchStatus_min: Minimum execution time observed for FetchStatus
313 operations.
314 <P><LI>FetchStatus_max: Maximum execution time observed for FetchStatus
315 operations.
316 <P><LI>StoreData_ops: Number of StoreData operations executed.
317 <P><LI>StoreData_ops_ok: Number of successful StoreData operations.
318 <P><LI>StoreData_sum: Sum of timings for StoreData operations.
319 <P><LI>StoreData_sqr: Sum of squares of sample timings for StoreData
320 operations.
321 <P><LI>StoreData_min: Minimum execution time observed for StoreData
322 operations.
323 <P><LI>StoreData_max: Maximum execution time observed for StoreData
324 operations.
325 <P><LI>StoreACL_ops: Number of StoreACL operations executed.
326 <P><LI>StoreACL_ops_ok: Number of successful StoreACL operation.
327 <P><LI>StoreACL_sum: Sum of timings for StoreACL operations.
328 <P><LI>StoreACL_sqr: Sum of squares of sample timings for StoreACL
329 operations.
330 <P><LI>StoreACL_min: Minimum execution time observed for StoreACL
331 operations.
332 <P><LI>StoreACL_max: Maximum execution time observed for StoreACL
333 operations.
334 <P><LI>StoreStatus_ops: Number of StoreStatus operations executed.
335 <P><LI>StoreStatus_ops_ok: Number of successful StoreStatus
336 operations.
337 <P><LI>StoreStatus_sum: Sum of timings for StoreStatus operations.
338 <P><LI>StoreStatus_sqr: Sum of squares of sample timings for StoreStatus
339 operations.
340 <P><LI>StoreStatus_min: Minimum execution time observed for StoreStatus
341 operations.
342 <P><LI>StoreStatus_max: Maximum execution time observed for StoreStatus
343 operations.
344 <P><LI>RemoveFile_ops: Number of RemoveFile operations executed.
345 <P><LI>RemoveFile_ops_ok: Number of successful RemoveFile
346 operations.
347 <P><LI>RemoveFile_sum: Sum of timings for RemoveFile operations.
348 <P><LI>RemoveFile_sqr: Sum of squares of sample timings for RemoveFile
349 operations.
350 <P><LI>RemoveFile_min: Minimum execution time observed for RemoveFile
351 operations.
352 <P><LI>RemoveFile_max: Maximum execution time observed for RemoveFile
353 operations.
354 <P><LI>CreateFile_ops: Number of CreateFile operations executed.
355 <P><LI>CreateFile_ops_ok: Number of successful CreateFile
356 operations.
357 <P><LI>CreateFile_sum: Sum of timings for CreateFile operations.
358 <P><LI>CreateFile_sqr: Sum of squares of sample timings for CreateFile
359 operations.
360 <P><LI>CreateFile_min: Minimum execution time observed for CreateFile
361 operations.
362 <P><LI>CreateFile_max: Maximum execution time observed for CreateFile
363 operations.
364 <P><LI>Rename_ops: Number of Rename operations executed.
365 <P><LI>Rename_ops_ok: Number of successful Rename operations.
366 <P><LI>Rename_sum: Sum of timings for Rename operations.
367 <P><LI>Rename_sqr: Sum of squares of sample timings for Rename
368 operations.
369 <P><LI>Rename_min: Minimum execution time observed for Rename
370 operations.
371 <P><LI>Rename_max: Maximum execution time observed for Rename
372 operations.
373 <P><LI>Symlink_ops: Number of Symlink operations executed.
374 <P><LI>Symlink_ops_ok: Number of successful Symlink operations.
375 <P><LI>Symlink_sum: Sum of timings for Symlink operations.
376 <P><LI>Symlink_sqr: Sum of squares of sample timings for Symlink
377 operations.
378 <P><LI>Symlink_min: Minimum execution time observed for Symlink
379 operations.
380 <P><LI>Symlink_max: Maximum execution time observed for Symlink
381 operations.
382 <P><LI>Link_ops: Number of Link operations executed.
383 <P><LI>Link_ops_ok: Number of successful Link operations.
384 <P><LI>Link_sum: Sum of timings for Link operations.
385 <P><LI>Link_sqr: Sum of squares of sample timings for Link
386 operations.
387 <P><LI>Link_min: Minimum execution time observed for Link
388 operations.
389 <P><LI>Link_max: Maximum execution time observed for Link
390 operations.
391 <P><LI>MakeDir_ops: Number of MakeDir operations executed.
392 <P><LI>MakeDir_ops_ok: Number of successful MakeDir operations.
393 <P><LI>MakeDir_sum: Sum of timings for MakeDir operations.
394 <P><LI>MakeDir_sqr: Sum of squares of sample timings for MakeDir
395 operations.
396 <P><LI>MakeDir_min: Minimum execution time observed for MakeDir
397 operations.
398 <P><LI>MakeDir_max: Maximum execution time observed for MakeDir
399 operations.
400 <P><LI>RemoveDir_ops: Number of RemoveDir operations executed.
401 <P><LI>RemoveDir_ops_ok: Number of successful RemoveDir operations.
402 <P><LI>RemoveDir_sum: Sum of timings for RemoveDir operations.
403 <P><LI>RemoveDir_sqr: Sum of squares of sample timings for RemoveDir
404 operations.
405 <P><LI>RemoveDir_min: Minimum execution time observed for RemoveDir
406 operations.
407 <P><LI>RemoveDir_max: Maximum execution time observed for RemoveDir
408 operations.
409 <P><LI>SetLock_ops: Number of SetLock operations executed.
410 <P><LI>SetLock_ops_ok: Number of successful SetLock operations.
411 <P><LI>SetLock_sum: Sum of timings for SetLock operations.
412 <P><LI>SetLock_sqr: Sum of squares of sample timings for SetLock
413 operations.
414 <P><LI>SetLock_min: Minimum execution time observed for SetLock
415 operations.
416 <P><LI>SetLock_max: Maximum execution time observed for SetLock
417 operations.
418 <P><LI>ExtendLock_ops: Number of ExtendLock operations executed.
419 <P><LI>ExtendLock_ops_ok: Number of successful ExtendLock
420 operations.
421 <P><LI>ExtendLock_sum: Sum of timings for ExtendLock operations.
422 <P><LI>ExtendLock_sqr: Sum of squares of sample timings for ExtendLock
423 operations.
424 <P><LI>ExtendLock_min: Minimum execution time observed for ExtendLock
425 operations.
426 <P><LI>ExtendLock_max: Maximum execution time observed for ExtendLock
427 operations.
428 <P><LI>ReleaseLock_ops: Number of ReleaseLock operations executed.
429 <P><LI>ReleaseLock_ops_ok: Number of successful ReleaseLock
430 operations.
431 <P><LI>ReleaseLock_sum: Sum of timings for ReleaseLock operations.
432 <P><LI>ReleaseLock_sqr: Sum of squares of sample timings for StoreStatus
433 operations.
434 <P><LI>ReleaseLock_min: Minimum execution time observed for ReleaseLock
435 operations.
436 <P><LI>ReleaseLock_max: Maximum execution time observed for ReleaseLock
437 operations.
438 <P><LI>GetStatistics_ops: Number of GetStatistics operations
439 executed.
440 <P><LI>GetStatistics_ops_ok: Number of successful GetStatistics
441 operations.
442 <P><LI>GetStatistics_sum: Sum of timings for GetStatistics
443 operations.
444 <P><LI>GetStatistics_sqr: Sum of squares of sample timings for
445 GetStatistics operations.
446 <P><LI>GetStatistics_min: Minimum execution time observed for GetStatistics
447 operations.
448 <P><LI>GetStatistics_max: Maximum execution time observed for GetStatistics
449 operations.
450 <P><LI>GiveUpCallbacks_ops: Number of GiveUpCallbacks operations
451 executed.
452 <P><LI>GiveUpCallbacks_ops_ok: Number of successful GiveUpCallbacks
453 operations.
454 <P><LI>GiveUpCallbacks_sum: Sum of timings for GiveUpCallbacks
455 operations.
456 <P><LI>GiveUpCallbacks_sqr: Sum of squares of sample timings for
457 GiveUpCallbacks operations.
458 <P><LI>GiveUpCallbacks_min: Minimum execution time observed for
459 GiveUpCallbacks operations.
460 <P><LI>GiveUpCallbacks_max: Maximum execution time observed for
461 GiveUpCallbacks operations.
462 <P><LI>GetVolumeInfo_ops: Number of GetVolumeInfo operations
463 executed.
464 <P><LI>GetVolumeInfo_ops_ok: Number of successful GetVolumeInfo
465 operations.
466 <P><LI>GetVolumeInfo_sum: Sum of timings for GetVolumeInfo
467 operations.
468 <P><LI>GetVolumeInfo_sqr: Sum of squares of sample timings for
469 GetVolumeInfo operations.
470 <P><LI>GetVolumeInfo_min: Minimum execution time observed for GetVolumeInfo
471 operations.
472 <P><LI>GetVolumeInfo_max: Maximum execution time observed for GetVolumeInfo
473 operations.
474 <P><LI>GetVolumeStatus_ops: Number of GetVolumeStatus operations
475 executed.
476 <P><LI>GetVolumeStatus_ops_ok: Number of successful GetVolumeStatus
477 operations.
478 <P><LI>GetVolumeStatus_sum: Sum of timings for GetVolumeStatus
479 operations.
480 <P><LI>GetVolumeStatus_sqr: Sum of squares of sample timings for
481 GetVolumeStatus operations.
482 <P><LI>GetVolumeStatus_min: Minimum execution time observed for
483 GetVolumeStatus operations.
484 <P><LI>GetVolumeStatus_max: Maximum execution time observed for
485 GetVolumeStatus operations.
486 <P><LI>SetVolumeStatus_ops: Number of SetVolumeStatus operations
487 executed.
488 <P><LI>SetVolumeStatus_ops_ok: Number of successful SetVolumeStatus
489 operations.
490 <P><LI>SetVolumeStatus_sum: Sum of timings for SetVolumeStatus
491 operations.
492 <P><LI>SetVolumeStatus_sqr: Sum of squares of sample timings for
493 SetVolumeStatus operations.
494 <P><LI>SetVolumeStatus_min: Minimum execution time observed for
495 SetVolumeStatus operations.
496 <P><LI>SetVolumeStatus_max: Maximum execution time observed for
497 SetVolumeStatus operations.
498 <P><LI>GetRootVolume_ops: Number of GetRootVolume operations
499 executed.
500 <P><LI>GetRootVolume_ops_ok: Number of successful GetRootVolume
501 operations.
502 <P><LI>GetRootVolume_sum: Sum of timings for GetRootVolume
503 operations.
504 <P><LI>GetRootVolume_sqr: Sum of squares of sample timings for
505 GetRootVolume operations.
506 <P><LI>GetRootVolume_min: Minimum execution time observed for GetRootVolume
507 operations.
508 <P><LI>GetRootVolume_max: Maximum execution time observed for GetRootVolume
509 operations.
510 <P><LI>CheckToken_ops: Number of CheckToken operations executed.
511 <P><LI>CheckToken_ops_ok: Number of successful CheckToken
512 operations.
513 <P><LI>CheckToken_sum: Sum of timings for CheckToken operations.
514 <P><LI>CheckToken_sqr: Sum of squares of sample timings for CheckToken
515 operations.
516 <P><LI>CheckToken_min: Minimum execution time observed for CheckToken
517 operations.
518 <P><LI>CheckToken_max: Maximum execution time observed for CheckToken
519 operations.
520 <P><LI>GetTime_ops: Number of GetTime operations executed.
521 <P><LI>GetTime_ops_ok: Number of successful GetTime operations.
522 <P><LI>GetTime_sum: Sum of timings for GetTime operations.
523 <P><LI>GetTime_sqr: Sum of squares of sample timings for GetTime
524 operations.
525 <P><LI>GetTime_min: Minimum execution time observed for GetTime
526 operations.
527 <P><LI>GetTime_max: Maximum execution time observed for GetTime
528 operations.
529 <P><LI>NGetVolumeInfo_ops: Number of NGetVolumeInfo operations
530 executed.
531 <P><LI>NGetVolumeInfo_ops_ok: Number of successful NGetVolumeInfo
532 operations.
533 <P><LI>NGetVolumeInfo_sum: Sum of timings for NGetVolumeInfo
534 operations.
535 <P><LI>NGetVolumeInfo_sqr: Sum of squares of sample timings for
536 NGetVolumeInfo operations.
537 <P><LI>NGetVolumeInfo_min: Minimum execution time observed for
538 NGetVolumeInfo operations.
539 <P><LI>NGetVolumeInfo_max: Maximum execution time observed for
540 NGetVolumeInfo operations.
541 <P><LI>BulkStatus_ops: Number of BulkStatus operations executed.
542 <P><LI>BulkStatus_ops_ok: Number of successful BulkStatus
543 operations.
544 <P><LI>BulkStatus_sum: Sum of timings for BulkStatus operations.
545 <P><LI>BulkStatus_sqr: Sum of squares of sample timings for BulkStatus
546 operations.
547 <P><LI>BulkStatus_min: Minimum execution time observed for BulkStatus
548 operations.
549 <P><LI>BulkStatus_max: Maximum execution time observed for BulkStatus
550 operations.
551 <P><LI>XStatsVersion_ops: Number of XStatsVersion operations
552 executed.
553 <P><LI>XStatsVersion_ops_ok: Number of successful XStatsVersion
554 operations.
555 <P><LI>XStatsVersion_sum: Sum of timings for XStatsVersion
556 operations.
557 <P><LI>XStatsVersion_sqr: Sum of squares of sample timings for
558 XStatsVersion operations.
559 <P><LI>XStatsVersion_min: Minimum execution time observed for XStatsVersion
560 operations.
561 <P><LI>XStatsVersion_max: Maximum execution time observed for XStatsVersion
562 operations.
563 <P><LI>GetXStats_ops: Number of GetXStats operations executed.
564 <P><LI>GetXStats_ops_ok: Number of successful GetXStats operations.
565 <P><LI>GetXStats_sum: Sum of timings for GetXStats operations.
566 <P><LI>GetXstats_sqr: Sum of squares of sample timings for GetXStats
567 operations.
568 <P><LI>GetXStats_min: Minimum execution time observed for GetXStats
569 operations.
570 <P><LI>GetXStats_max: Maximum execution time observed for GetXStats
571 operations.
572 </UL>
573 <P>File Server RPC Operation Errors Group (FS_RPCopErrors_group)
574 <UL>
575 <P><LI>FetchData_srv_err: Number of server-down errors during FetchData
576 operations.
577 <P><LI>FetchData_net_err: Number of network errors during FetchData
578 operations.
579 <P><LI>FetchData_prot_err_err: Number of protection violations during
580 FetchData operations.
581 <P><LI>FetchData_vol_err: Number of volume related errors during FetchData
582 operations.
583 <P><LI>FetchData_busy_err: Number of volume busy conditions during
584 FetchData operations.
585 <P><LI>FetchData_other_err: Number of miscellaneous other errors during
586 FetchData operations.
587 <P><LI>FetchACL_srv_err: Number of server-down errors during FetchACL
588 operations.
589 <P><LI>FetchACL_net_err: Number of network errors during FetchACL
590 operations.
591 <P><LI>FetchACL_prot_err: Number of protection violations during FetchACL
592 operations.
593 <P><LI>FetchACL_vol_err: Number of volume related errors during FetchACL
594 operations.
595 <P><LI>FetchACL_busy_err: Number of volume busy conditions encountered
596 during FetchACL operations.
597 <P><LI>FetchACL_other_err: Number of miscellaneous other errors during
598 FetchACL operations.
599 <P><LI>FetchStatus_srv_err: Number of server-down errors during FetchStatus
600 operations.
601 <P><LI>FetchStatus_net_err: Number of network errors during FetchStatus
602 operations.
603 <P><LI>FetchStatus_prot_err: Number of protection violations during
604 FetchStatus operations.
605 <P><LI>FetchStatus_vol_err: Number of volume related errors during
606 FetchStatus operations.
607 <P><LI>FetchStatus_busy_err: Number of volume busy conditions encountered
608 during FetchStatus operations.
609 <P><LI>FetchStatus_other_err: Number of miscellaneous other errors during
610 FetchStatus operations.
611 <P><LI>StoreData_srv_err: Number of server-down errors during StoreData
612 operations.
613 <P><LI>StoreData_net_err: Number of network errors during StoreData
614 operations.
615 <P><LI>StoreData_prot_err: Number of protection violations during StoreData
616 operations.
617 <P><LI>StoreData_vol_err: Number of volume related errors during StoreData
618 operations.
619 <P><LI>StoreData_busy_err: Number of volume busy conditions encountered
620 during StoreData operations.
621 <P><LI>StoreData_other_err: Number of miscellaneous other errors during
622 StoreData operations.
623 <P><LI>StoreACL_srv_err: Number of server-down errors during StoreACL
624 operations.
625 <P><LI>StoreACL_net_err: Number of network errors during StoreACL
626 operations.
627 <P><LI>StoreACL_prot_err: Number of protection violations during StoreACL
628 operations.
629 <P><LI>StoreACL_vol_err: Number of volume related errors during StoreACL
630 operations.
631 <P><LI>StoreACL_busy_err: Number of volume busy conditions encountered
632 during StoreACL operations.
633 <P><LI>StoreACL_other_err: Number of miscellaneous other errors during
634 StoreACL operations.
635 <P><LI>StoreStatus_srv_err: Number of server-down errors during StoreStatus
636 operations.
637 <P><LI>StoreStatus_net_err: Number of network errors during StoreStatus
638 operations.
639 <P><LI>StoreStatus_prot_err: Number of protection violations during
640 StoreStatus operations.
641 <P><LI>StoreStatus_vol_err: Number of volume related errors during
642 StoreStatus operations.
643 <P><LI>StoreStatus_busy_err: Number of volume busy conditions encountered
644 during StoreStatus operations.
645 <P><LI>StoreStatus_other_err: Number of miscellaneous other errors during
646 StoreStatus operations.
647 <P><LI>RemoveFile_srv_err: Number of server-down errors during RemoveFile
648 operations.
649 <P><LI>RemoveFile_net_err: Number of network errors during RemoveFile
650 operations.
651 <P><LI>RemoveFile_prot_err: Number of protection violations during
652 RemoveFile operations.
653 <P><LI>RemoveFile_vol_err: Number of volume related errors during
654 RemoveFile operations.
655 <P><LI>RemoveFile_busy_err: Number of volume busy conditions encountered
656 during RemoveFile operations.
657 <P><LI>RemoveFile_other_err: Number of miscellaneous other errors during
658 RemoveFile operations.
659 <P><LI>CreateFile_srv_err: Number of server-down errors during CreateFile
660 operations.
661 <P><LI>CreateFile_net_err: Number of network errors during CreateFile
662 operations.
663 <P><LI>CreateFile_prot_err: Number of protection violations during
664 CreateFile operations.
665 <P><LI>CreateFile_vol_err: Number of volume related errors during
666 CreateFile operations.
667 <P><LI>CreateFile_busy_err: Number of volume busy conditions encountered
668 during CreateFile operations.
669 <P><LI>CreateFile_other_err: Number of miscellaneous other errors during
670 CreateFile operations.
671 <P><LI>Rename_srv_err: Number of server-down errors during Rename
672 operations.
673 <P><LI>Rename_net_err: Number of network errors during Rename
674 operations.
675 <P><LI>Rename_prot_err: Number of protection violations during Rename
676 operations.
677 <P><LI>Rename_vol_err: Number of volume related errors during Rename
678 operations.
679 <P><LI>Rename_busy_err: Number of volume busy conditions encountered during
680 Rename operations.
681 <P><LI>Rename_other_err: Number of miscellaneous other errors during Rename
682 operations.
683 <P><LI>Symlink_srv_err: Number of server-down errors during Symlink
684 operations.
685 <P><LI>Symlink_net_err: Number of network errors during Symlink
686 operations.
687 <P><LI>Symlink_prot_err: Number of protection violations during Symlink
688 operations.
689 <P><LI>Symlink_vol_err: Number of volume related errors during Symlink
690 operations.
691 <P><LI>Symlink_busy_err: Number of volume busy conditions encountered
692 during Symlink operations.
693 <P><LI>Symlink_other_err: Number of miscellaneous other errors during
694 Symlink operations.
695 <P><LI>Link_srv_err: Number of server-down errors during Link
696 operations.
697 <P><LI>Link_net_err: Number of network errors during Link
698 operations.
699 <P><LI>Link_prot_err: Number of protection violations during Link
700 operations.
701 <P><LI>Link_vol_err: Number of volume related errors during Link
702 operations.
703 <P><LI>Link_busy_err: Number of volume busy conditions encountered during
704 Link operations.
705 <P><LI>Link_other_err: Number of miscellaneous other errors during Link
706 operations.
707 <P><LI>MakeDir_srv_err: Number of server-down errors during MakeDir
708 operations.
709 <P><LI>MakeDir_net_err: Number of network errors during MakeDir
710 operations.
711 <P><LI>MakeDir_prot_err: Number of protection violations during MakeDir
712 operations.
713 <P><LI>MakeDir_vol_err: Number of volume related errors during MakeDir
714 operations.
715 <P><LI>MakeDir_busy_err: Number of volume busy conditions encountered
716 during MakeDir operations.
717 <P><LI>MakeDir_other_err: Number of miscellaneous other errors during
718 MakeDir operations.
719 <P><LI>RemoveDir_srv_err: Number of server-down errors during RemoveDir
720 operations.
721 <P><LI>RemoveDir_net_err: Number of network errors during RemoveDir
722 operations.
723 <P><LI>RemoveDir_prot_err: Number of protection violations during RemoveDir
724 operations.
725 <P><LI>RemoveDir_vol_err: Number of volume related errors during RemoveDir
726 operations.
727 <P><LI>RemoveDir_busy_err: Number of volume busy conditions encountered
728 during RemoveDir operations.
729 <P><LI>RemoveDir_other_err: Number of miscellaneous other errors during
730 RemoveDir operations.
731 <P><LI>SetLock_srv_err: Number of server-down errors during SetLock
732 operations.
733 <P><LI>SetLock_net_err: Number of network errors during SetLock
734 operations.
735 <P><LI>SetLock_prot_err: Number of protection violations during SetLock
736 operations.
737 <P><LI>SetLock_vol_err: Number of volume related errors during SetLock
738 operations.
739 <P><LI>SetLock_busy_err: Number of volume busy conditions encountered
740 during SetLock operations.
741 <P><LI>SetLock_other_err: Number of miscellaneous other errors during
742 SetLock operations.
743 <P><LI>ExtendLock_srv_err: Number of server-down errors during ExtendLock
744 operations.
745 <P><LI>ExtendLock_net_err: Number of network errors during ExtendLock
746 operations.
747 <P><LI>ExtendLock_prot_err: Number of protection violations during
748 ExtendLock operations.
749 <P><LI>ExtendLock_vol_err: Number of volume related errors during
750 ExtendLock operations.
751 <P><LI>ExtendLock_busy_err: Number of volume busy conditions encountered
752 during ExtendLock operations.
753 <P><LI>ExtendLock_other_err: Number of miscellaneous other errors during
754 ExtendLock operations.
755 <P><LI>ReleaseLock_srv_err: Number of server-down errors during ReleaseLock
756 operations.
757 <P><LI>ReleaseLock_net_err: Number of network errors during ReleaseLock
758 operations.
759 <P><LI>ReleaseLock_prot_err: Number of protection violations during
760 ReleaseLock operations.
761 <P><LI>ReleaseLock_vol_err: Number of volume related errors during
762 ReleaseLock operations.
763 <P><LI>ReleaseLock_busy_err: Number of volume busy conditions encountered
764 during ReleaseLock operations.
765 <P><LI>ReleaseLock_other_err: Number of miscellaneous other errors during
766 ReleaseLock operations.
767 <P><LI>GetStatistics_srv_err: Number of server-down errors during
768 GetStatistics operations.
769 <P><LI>GetStatistics_net_err: Number of network errors during GetStatistics
770 operations.
771 <P><LI>GetStatistics_prot_err: Number of protection violations during
772 GetStatistics operations.
773 <P><LI>GetStatistics_vol_err: Number of volume related errors during
774 GetStatistics operations.
775 <P><LI>GetStatistics_busy_err: Number of volume busy conditions encountered
776 during GetStatistics operations.
777 <P><LI>GetStatistics_other_err: Number of miscellaneous other errors during
778 GetStatistics operations.
779 <P><LI>GiveUpCallbacks_srv_err: Number of server-down errors during
780 GiveUpCallbacks operations.
781 <P><LI>GiveUpCallbacks_net_err: Number of network errors during
782 GiveUpCallbacks operations.
783 <P><LI>GiveUpCallbacks_prot_err: Number of protection violations during
784 GiveUpCallbacks operations.
785 <P><LI>GiveUpCallbacks_vol_err: Number of volume related errors during
786 GiveUpCallbacks operations.
787 <P><LI>GiveUpCallbacks_busy_err: Number of volume busy conditions
788 encountered during GiveUpCallbacks operations.
789 <P><LI>GiveUpCallbacks_other_err: Number of miscellaneous other errors
790 during GiveUpCallbacks operations.
791 <P><LI>GetVolumeInfo_srv_err: Number of server-down errors during
792 GetVolumeInfo operations.
793 <P><LI>GetVolumeInfo_net_err: Number of network errors during GetVolumeInfo
794 operations.
795 <P><LI>GetVolumeInfo_prot_err: Number of protection violations during
796 GetVolumeInfo operations.
797 <P><LI>GetVolumeInfo_vol_err: Number of volume related errors during
798 GetVolumeInfo operations.
799 <P><LI>GetVolumeInfo_busy_err: Number of volume busy conditions encountered
800 during GetVolumeInfo operations.
801 <P><LI>GetVolumeInfo_other_err: Number of miscellaneous other errors during
802 GetVolumeInfo operations.
803 <P><LI>GetVolumeStatus_srv_err: Number of server-down errors during
804 GetVolumeStatus operations.
805 <P><LI>GetVolumeStatus_net_err: Number of network errors during
806 GetVolumeStatus operations.
807 <P><LI>GetVolumeStatus_prot_err: Number of protection violations during
808 GetVolumeStatus operations.
809 <P><LI>GetVolumeStatus_vol_err: Number of volume related errors during
810 GetVolumeStatus operations.
811 <P><LI>GetVolumeStatus_busy_err: Number of volume busy conditions
812 encountered during GetVolumeStatus operations.
813 <P><LI>GetVolumeStatus_other_err: Number of miscellaneous other errors
814 during GetVolumeStatus operations.
815 <P><LI>SetVolumeStatus_srv_err : Number of server-down errors during
816 SetVolumeStatus operations.
817 <P><LI>SetVolumeStatus_net_err: Number of network errors during
818 SetVolumeStatus operations.
819 <P><LI>SetVolumeStatus_prot_err: Number of protection violations during
820 SetVolumeStatus operations.
821 <P><LI>SetVolumeStatus_vol_err: Number of volume related errors during
822 SetVolumeStatus operations.
823 <P><LI>SetVolumeStatus_busy_err: Number of volume busy conditions
824 encountered during SetVolumeStatus operations.
825 <P><LI>SetVolumeStatus_other_err: Number of miscellaneous other errors
826 during SetVolumeStatus operations.
827 <P><LI>GetRootVolume_srv_err: Number of server-down errors during
828 GetRootVolume operations.
829 <P><LI>GetRootVolume_net_err: Number of network errors during GetRootVolume
830 operations.
831 <P><LI>GetRootVolume_prot_err: Number of protection violations during
832 GetRootVolume operations.
833 <P><LI>GetRootVolume_vol_err: Number of volume related errors during
834 GetRootVolume operations.
835 <P><LI>GetRootVolume_busy_err: Number of volume busy conditions encountered
836 during GetRootVolume operations.
837 <P><LI>GetRootVolume_other_err: Number of miscellaneous other errors during
838 GetRootVolume operations.
839 <P><LI>CheckToken_srv_err: Number of server-down errors during CheckToken
840 operations.
841 <P><LI>CheckToken_net_err: Number of network errors during CheckToken
842 operations.
843 <P><LI>CheckToken_prot_err: Number of protection violations during
844 CheckToken operations.
845 <P><LI>CheckToken_vol_err: Number of volume related errors during
846 CheckToken operations.
847 <P><LI>CheckToken_busy_err: Number of volume busy conditions encountered
848 during CheckToken operations.
849 <P><LI>CheckToken_other_err: Number of miscellaneous other errors during
850 CheckToken operations.
851 <P><LI>GetTime_srv_err: Number of server-down errors during GetTime
852 operations.
853 <P><LI>GetTime_net_err: Number of network errors during GetTime
854 operations.
855 <P><LI>GetTime_prot_err: Number of protection violations during GetTime
856 operations.
857 <P><LI>GetTime_vol_err: Number of volume related errors during GetTime
858 operations.
859 <P><LI>GetTime_busy_err: Number of volume busy conditions encountered
860 during GetTime operations.
861 <P><LI>GetTime_other_err: Number of miscellaneous other errors during
862 GetTime operations.
863 <P><LI>NGetVolumeInfo_srv_err: Number of server-down errors during
864 NGetVolumeInfo operations.
865 <P><LI>NGetVolumeInfo_net_err: Number of network errors during
866 NGetVolumeInfo operations.
867 <P><LI>NGetVolumeInfo_prot_err: Number of protection violations during
868 NGetVolumeInfo operations.
869 <P><LI>NGetVolumeInfo_vol_err: Number of volume related errors during
870 NGetVolumeInfo operations.
871 <P><LI>NGetVolumeInfo_busy_err: Number of volume busy conditions
872 encountered during NGetVolumeInfo operations.
873 <P><LI>NGetVolumeInfo_other_err: Number of miscellaneous other errors
874 during NGetVolumeInfo operations.
875 <P><LI>BulkStatus_srv_err: Number of server-down errors during BulkStatus
876 operations.
877 <P><LI>BulkStatus_net_err: Number of network errors during BulkStatus
878 operations.
879 <P><LI>BulkStatus_prot_err: Number of protection violations during
880 BulkStatus operations.
881 <P><LI>BulkStatus_vol_err: Number of volume related errors during
882 BulkStatus operations.
883 <P><LI>BulkStatus_busy_err: Number of volume busy conditions encountered
884 during BulkStatus operations.
885 <P><LI>BulkStatus_other_err: Number of miscellaneous other errors during
886 BulkStatus operations.
887 <P><LI>XStatsVersion_srv_err: Number of server-down errors during
888 XStatsVersion operations.
889 <P><LI>XStatsVersion_net_err: Number of network errors during XStatsVersion
890 operations.
891 <P><LI>XStatsVersion_prot_err: Number of protection violations during
892 XStatsVersion operations.
893 <P><LI>XStatsVersion_vol_err: Number of volume related errors during
894 XStatsVersion operations.
895 <P><LI>XStatsVersion_busy_err: Number of volume busy conditions encountered
896 during XStatsVersion operations.
897 <P><LI>XStatsVersion_other_err: Number of miscellaneous other errors during
898 XStatsVersion operations.
899 <P><LI>GetXStats_srv_err: Number of server-down errors during GetXStats
900 operations.
901 <P><LI>GetXStats_net_err: Number of network errors during GetXStats
902 operations.
903 <P><LI>GetXStats_prot_err: Number of protection violations during GetXStats
904 operations.
905 <P><LI>GetXStats_vol_err: Number of volume related errors during GetXStats
906 operations.
907 <P><LI>GetXStats_busy_err: Number of volume busy conditions encountered
908 during GetXStats operations.
909 <P><LI>GetXStats_other_err: Number of miscellaneous other errors during
910 GetXStats operations.
911 </UL>
912 <P>File Server RPC Transfer Timings Group (FS_RPCopBytes_group)
913 <UL>
914 <P><LI>FetchData_xfers: Number of FetchData operations.
915 <P><LI>FetchData_xfers_ok: Number of successful FetchData
916 operations.
917 <P><LI>FetchData_xfers_sum: Sum of timing values for FetchData
918 operations.
919 <P><LI>FetchData_xfers_sqr: Sum of squares of sample timings for FetchData
920 operations.
921 <P><LI>FetchData_xfers_min: Minimum transfer time observed for FetchData
922 operations.
923 <P><LI>FetchData_xfers_max: Maximum transfer time observed for FetchData
924 operations.
925 <P><LI>FetchData_xfers_bytes_sum: Sum of bytes transferred for FetchData
926 operations.
927 <P><LI>FetchData_xfers_bytes_min: Minimum byte transfer observed for
928 FetchData operations.
929 <P><LI>FetchData_xfers_bytes_max: Maximum byte transfer observed for
930 FetchData operations.
931 <P><LI>FetchData_xfers_bucket0: Tally in bucket0 for FetchData
932 operations.
933 <P><LI>FetchData_xfers_bucket1: Tally in bucket1 for FetchData
934 operations.
935 <P><LI>FetchData_xfers_bucket2: Tally in bucket2 for FetchData
936 operations.
937 <P><LI>FetchData_xfers_bucket3: Tally in bucket3 for FetchData
938 operations.
939 <P><LI>FetchData_xfers_bucket4: Tally in bucket4 for FetchData
940 operations.
941 <P><LI>FetchData_xfers_bucket5: Tally in bucket5 for FetchData
942 operations.
943 <P><LI>FetchData_xfers_bucket6: Tally in bucket6 for FetchData
944 operations.
945 <P><LI>FetchData_xfers_bucket7: Tally in bucket7 for FetchData
946 operations.
947 <P><LI>FetchData_xfers_bucket8: Tally in bucket8 for FetchData
948 operations.
949 <P><LI>StoreData_xfers: Number of StoreData operations.
950 <P><LI>StoreData_xfers_ok: Number of successful StoreData
951 operations.
952 <P><LI>StoreData_xfers_sum: Sum of timing values for StoreData
953 operations.
954 <P><LI>StoreData_xfers_sqr: Sum of squares of sample timings for StoreData
955 operations.
956 <P><LI>StoreData_xfers_min: Minimum transfer time observed for StoreData
957 operations.
958 <P><LI>StoreData_xfers_max: Maximum transfer time observed for StoreData
959 operations.
960 <P><LI>StoreData_xfers_bytes_sum: Sum of bytes transferred for StoreData
961 operations.
962 <P><LI>StoreData_xfers_bytes_min: Minimum byte transfer observed for
963 StoreData operations.
964 <P><LI>StoreData_xfers_bytes_max: Maximum byte transfer observed for
965 StoreData operations.
966 <P><LI>StoreData_xfers_bucket0: Tally in bucket0 for StoreData
967 operations.
968 <P><LI>StoreData_xfers_bucket1: Tally in bucket1 for StoreData
969 operations.
970 <P><LI>StoreData_xfers_bucket2: Tally in bucket2 for StoreData
971 operations.
972 <P><LI>StoreData_xfers_bucket3: Tally in bucket3 for StoreData
973 operations.
974 <P><LI>StoreData_xfers_bucket4: Tally in bucket4 for StoreData
975 operations.
976 <P><LI>StoreData_xfers_bucket5: Tally in bucket5 for StoreData
977 operations.
978 <P><LI>StoreData_xfers_bucket6: Tally in bucket6 for StoreData
979 operations.
980 <P><LI>StoreData_xfers_bucket7: Tally in bucket7 for StoreData
981 operations.
982 <P><LI>StoreData_xfers_bucket8: Tally in bucket8 for StoreData
983 operations.
984 </UL>
985 <P>Cache Manager RPC Operation Timings Group (CM_RPCopTimes_group)
986 <UL>
987 <P><LI>CallBack_ops: Number of CallBack operations executed.
988 <P><LI>CallBack_ops_ok: Number of successful CallBack operations.
989 <P><LI>CallBack_ops_sum: Sum of timings for CallBack operations.
990 <P><LI>CallBack_ops_min: Minimum execution time observed for CallBack
991 operations.
992 <P><LI>CallBack_ops_max: Maximum execution time observed for CallBack
993 operations.
994 <P><LI>InitCallBackState_ops: Number of InitCallBackState operations
995 executed.
996 <P><LI>InitCallBackState_ops_ok: Number of successful InitCallBackState
997 operations.
998 <P><LI>InitCallBackState_ops_sum: Sum of timings for InitCallBackState
999 operations.
1000 <P><LI>InitCallBackState_ops_min: Minimum execution time observed for
1001 InitCallBackState operations.
1002 <P><LI>InitCallBackState_ops_max: Maximum execution time observed for
1003 InitCallBackState operations.
1004 <P><LI>Probe_ops: Number of Probe operations executed.
1005 <P><LI>Probe_ops_ok: Number of successful Probe operations.
1006 <P><LI>Probe_ops_sum: Sum of timings for Probe operations.
1007 <P><LI>Probe_ops_min: Minimum execution time observed for Probe
1008 operations.
1009 <P><LI>Probe_ops_max: Maximum execution time observed for Probe
1010 operations.
1011 <P><LI>GetLock_ops: Number of GetLock operations executed.
1012 <P><LI>GetLock_ops_ok: Number of successful GetLock operations.
1013 <P><LI>GetLock_ops_sum: Sum of timings for GetLock operations.
1014 <P><LI>GetLock_ops_min: Minimum execution time observed for GetLock
1015 operations.
1016 <P><LI>GetLock_ops_max: Maximum execution time observed for GetLock
1017 operations.
1018 <P><LI>GetCE_ops: Number of GetCE operations executed.
1019 <P><LI>GetCE_ops_ok: Number of successful GetCE operations.
1020 <P><LI>GetCE_ops_sum: Sum of timings for GetCE operations.
1021 <P><LI>GetCE_ops_min: Minimum execution time observed for GetCE
1022 operations.
1023 <P><LI>GetCE_ops_max: Maximum execution time observed for GetCE
1024 operations.
1025 <P><LI>XStatsVersion_CM_ops: Number of XStatsVersion operations
1026 executed.
1027 <P><LI>XStatsVersion_CM_ops_ok: Number of successful XStatsVersion
1028 operations.
1029 <P><LI>XStatsVersion_CM_ops_sum: Sum of timings for XStatsVersion
1030 operations.
1031 <P><LI>XStatsVersion_CM_ops_min: Minimum execution time observed for
1032 XStatsVersion operations.
1033 <P><LI>XStatsVersion_CM_ops_max: Maximum execution time observed for
1034 XStatsVersion operations.
1035 <P><LI>GetXStats_CM_ops: Number of GetXStats operations executed.
1036 <P><LI>GetXStats_CM_ops_ok: Number of successful GetXStats
1037 operations.
1038 <P><LI>GetXStats_CM_ops_sum: Sum of timings for GetXStats
1039 operations.
1040 <P><LI>GetXStats_CM_ops_min: Minimum execution time observed for GetXStats
1041 operations.
1042 <P><LI>GetXStats_CM_ops_max: Maximum execution time observed for GetXStats
1043 operations.
1044 </UL>
1045 <P><H3><A NAME="Header_711" HREF="auagd002.htm#ToC_711">Authentication and Replicated File Access Section (Auth_Access_section)</A></H3>
1046 <P>Authentication Information for Cache Manager Group (Auth_Stats_group)
1047 <UL>
1048 <P><LI>curr_PAGs: Current number of PAGs.
1049 <P><LI>curr_Records: Current number of records in table.
1050 <P><LI>curr_AuthRecords: Current number of of authenticated records (with
1051 valid ticket).
1052 <P><LI>curr_UnauthRecords: Current number of of unauthenticated records
1053 (without any ticket at all).
1054 <P><LI>curr_MaxRecordsInPAG: Maximum records for a single PAG.
1055 <P><LI>curr_LongestChain: Length of longest current hash chain.
1056 <P><LI>PAGCreations: Number of PAG creations.
1057 <P><LI>TicketUpdates: Number of ticket additions/refreshes.
1058 <P><LI>HWM_PAGS: High water mark - number of PAGs.
1059 <P><LI>HWM_Records: High water mark - number of records.
1060 <P><LI>HWM_MaxRecordsInPAG: High water mark - maximum records for a
1061 single PAG.
1062 <P><LI>HWM_LongestChain: High water mark - longest hash chain.
1063 </UL>
1064 <P>Unreplicated File Access Group (Access_Stats_group)
1065 <UL>
1066 <P><LI>unreplicatedRefs: Number of references to unreplicated data.
1067 <P><LI>replicatedRefs: Number of references to replicated data.
1068 <P><LI>numReplicasAccessed: Number of replicas accessed.
1069 <P><LI>maxReplicasPerRef: Maximum number of replicas accessed per
1070 reference.
1071 <P><LI>refFirstReplicaOK: Number of references satisfied by 1st
1072 replica.
1073 </UL>
1074 <HR><H2><A NAME="HDRWQ619" HREF="auagd002.htm#ToC_712">The File Server Statistics</A></H2>
1075 <A NAME="IDX8188"></A>
1076 <P>File Server statistics are classified into the following sections and
1077 groups:
1078 <UL>
1079 <P><LI>PerfStats_section: Performance Statistics Section. 
1080 <UL>
1081 <P><LI>VnodeCache_group: Vnode Cache Group.
1082 <P><LI>Directory_group: Directory Package Group.
1083 <P><LI>Rx_group: Rx Group.
1084 <P><LI>HostModule_group: Host Module Fields Group.
1085 <P><LI>misc_group: Miscellaneous Variables Group.
1086 </UL>
1087 <P><LI>RPCop_section: RPC Operations Section. 
1088 <UL>
1089 <P><LI>RPCopTimes_group: Individual RPC Operation Timings.
1090 <P><LI>RPCopBytes_group: Byte Information for Certain RPC
1091 Operations.
1092 </UL>
1093 </UL>
1094 <P>All File Server variables categorized under the above sections and groups
1095 names are listed below.
1096 <P><H3><A NAME="Header_713" HREF="auagd002.htm#ToC_713">Performance Statistics Section (PerfStats_section)</A></H3>
1097 <P>Vnode Cache Group (VnodeCache_group)
1098 <UL>
1099 <P><LI>vcache_L_Entries: Number of entries in LARGE vnode cache.
1100 <P><LI>vcache_L_Allocs: Number of allocs (large).
1101 <P><LI>vcache_L_Gets: Number of gets (large).
1102 <P><LI>vcache_L_Reads: Number of reads (large).
1103 <P><LI>vcache_L_Writes: Number of writes (large).
1104 <P><LI>vcache_S_Entries: Number of entries in SMALL vnode cache.
1105 <P><LI>vcache_S_Allocs: Number of allocs (small).
1106 <P><LI>vcache_S_Gets: Number of gets (small).
1107 <P><LI>vcache_S_Reads: Number of reads (small).
1108 <P><LI>vcache_S_Writes: Number of writes (small).
1109 <P><LI>vcache_H_Entries: Number of entries in HEADER vnode cache.
1110 <P><LI>vcache_H_Gets: Number of gets (header)
1111 <P><LI>vcache_H_Replacements: Number of replacements (header)
1112 </UL>
1113 <P>Directory Package Group (Directory_group)
1114 <UL>
1115 <P><LI>dir_Buffers: Number of buffers in use.
1116 <P><LI>dir_Calls: Number of read calls made.
1117 <P><LI>dir_IOs: I/O operations performed.
1118 </UL>
1119 <P>Rx Group (Rx_group)
1120 <UL>
1121 <P><LI>rx_packetRequests: Packet allocation requests.
1122 <P><LI>rx_noPackets_RcvClass: Failed packet requests (receive
1123 class).
1124 <P><LI>rx_noPackets_SendClass: Failed packet requests (send class).
1125 <P><LI>rx_noPackets_SpecialClass: Failed packet requests (special
1126 class).
1127 <P><LI>rx_socketGreedy: Did SO_GREEDY succeed?
1128 <P><LI>rx_bogusPacketOnRead: Short packets received.
1129 <P><LI>rx_bogusHost: Host address from bogus packets.
1130 <P><LI>rx_noPacketOnRead: Read packets with no packet there.
1131 <P><LI>rx_noPacketBuffersOnRead: Packets dropped due to buffer
1132 shortage.
1133 <P><LI>rx_selects: Selects waiting on packet or timeout.
1134 <P><LI>rx_sendSelects: Selects forced upon sends.
1135 <P><LI>rx_packetsRead_RcvClass: Packets read (receive class).
1136 <P><LI>rx_packetsRead_SendClass: Packets read (send class).
1137 <P><LI>rx_packetsRead_SpecialClass: Packets read (special class).
1138 <P><LI>rx_dataPacketsRead: Unique data packets read off wire.
1139 <P><LI>rx_ackPacketsRead: ACK packets read.
1140 <P><LI>rx_dupPacketsRead: Duplicate data packets read.
1141 <P><LI>rx_spuriousPacketsRead: Inappropriate packets read.
1142 <P><LI>rx_packetsSent_RcvClass: Packets sent (receive class).
1143 <P><LI>rx_packetsSent_SendClass: Packets sent (send class).
1144 <P><LI>rx_packetsSent_SpecialClass: Packets sent (special class).
1145 <P><LI>rx_ackPacketsSent: ACK packets sent.
1146 <P><LI>rx_pingPacketsSent: Ping packets sent.
1147 <P><LI>rx_abortPacketsSent: Abort packets sent.
1148 <P><LI>rx_busyPacketsSent: Busy packets sent.
1149 <P><LI>rx_dataPacketsSent: Unique data packets sent.
1150 <P><LI>rx_dataPacketsReSent: Retransmissions sent.
1151 <P><LI>rx_dataPacketsPushed: Retransmissions pushed by NACK.
1152 <P><LI>rx_ignoreAckedPacket: Packets with ACKed flag on rxi_Start.
1153 <P><LI>rx_totalRtt_Sec and rx_totalRtt_Usec: Total round trip time (in
1154 seconds and milliseconds).
1155 <P><LI>rx_minRtt_Sec and rx_minRtt_Usec: Minimum round trip time (in
1156 seconds and milliseconds).
1157 <P><LI>rx_maxRtt_Sec and rx_maxRtt_Usec: Maximum round trip time (in
1158 seconds and milliseconds).
1159 <P><LI>rx_nRttSamples: Round trip samples.
1160 <P><LI>rx_nServerConns: Total server connections.
1161 <P><LI>rx_nClientConns: Total client connections.
1162 <P><LI>rx_nPeerStructs: Total peer structures.
1163 <P><LI>rx_nCallStructs: Total call structures.
1164 <P><LI>rx_nFreeCallStructs: Total free call structures.
1165 </UL>
1166 <P>Host Module Fields Group (HostModule_group)
1167 <UL>
1168 <P><LI>host_NumHostEntries: Number of host entries.
1169 <P><LI>host_HostBlocks: Blocks in use for hosts.
1170 <P><LI>host_NonDeletedHosts: Non-deleted hosts.
1171 <P><LI>host_HostsInSameNetOrSubnet: Hosts in same subnet as server.
1172 <P><LI>host_HostsInDiffSubnet: Hosts in different subnet than
1173 server.
1174 <P><LI>host_HostsInDiffNetwork: Hosts in different network than
1175 server.
1176 <P><LI>host_NumClients: Number of client entries.
1177 <P><LI>host_ClientBlocks: Blocks in use for clients.
1178 </UL>
1179 <P>Miscellaneous Variables Group (misc_group)
1180 <UL>
1181 <P><LI>numPerfCalls: Number of performance calls received.
1182 </UL>
1183 <P><H3><A NAME="Header_714" HREF="auagd002.htm#ToC_714">RPC Operations Section (RPCop_section)</A></H3>
1184 <P>Individual RPC Operation Timings Group (RPCopTimes_group)
1185 <UL>
1186 <P><LI>epoch: Time when data collection began.
1187 <P><LI>FetchData_ops: Number of FetchData operations executed.
1188 <P><LI>FetchData_ops_ok: Number of successful FetchData operations.
1189 <P><LI>FetchData_sum: Sum of timings for FetchData operations.
1190 <P><LI>FetchData_sqr: Sum of squares of sample timings for FetchData
1191 operations.
1192 <P><LI>FetchData_min: Minimum execution time observed for FetchData
1193 operations.
1194 <P><LI>FetchData_max: Maximum execution time observed for FetchData
1195 operations.
1196 <P><LI>FetchACL_ops: Number of FetchACL operations executed.
1197 <P><LI>FetchACL_ops_ok: Number of successful FetchACL operations.
1198 <P><LI>FetchACL_sum: Sum of timings for FetchACL operations.
1199 <P><LI>FetchACL_sqr: Sum of squares of sample timings for FetchACL
1200 operations.
1201 <P><LI>FetchACL_min: Minimum execution time observed for FetchACL
1202 operations.
1203 <P><LI>FetchACL_max: Maximum execution time observed for FetchACL
1204 operations.
1205 <P><LI>FetchStatus_ops: Number of FetchStatus operations executed.
1206 <P><LI>FetchStatus_ops_ok: Number of successful FetchStatus
1207 operations.
1208 <P><LI>FetchStatus_sum: Sum of timings for FetchStatus operations.
1209 <P><LI>FetchStatus_sqr: Sum of squares of sample timings for FetchStatus
1210 operations.
1211 <P><LI>FetchStatus_min: Minimum execution time observed for FetchStatus
1212 operations.
1213 <P><LI>FetchStatus_max: Maximum execution time observed for FetchStatus
1214 operations.
1215 <P><LI>StoreData_ops: Number of StoreData operations executed.
1216 <P><LI>StoreData_ops_ok: Number of successful StoreData operations.
1217 <P><LI>StoreData_sum: Sum of timings for StoreData operations.
1218 <P><LI>StoreData_sqr: Sum of squares of sample timings for StoreData
1219 operations.
1220 <P><LI>StoreData_min: Minimum execution time observed for StoreData
1221 operations.
1222 <P><LI>StoreData_max: Maximum execution time observed for StoreData
1223 operations.
1224 <P><LI>StoreACL_ops: Number of StoreACL operations executed.
1225 <P><LI>StoreACL_ops_ok: Number of successful StoreACL operations.
1226 <P><LI>StoreACL_sum: Sum of timings for StoreACL operations.
1227 <P><LI>StoreACL_sqr: Sum of squares of sample timings for StoreACL
1228 operations.
1229 <P><LI>StoreACL_min: Minimum execution time observed for StoreACL
1230 operations.
1231 <P><LI>StoreACL_max: Maximum execution time observed for StoreACL
1232 operations.
1233 <P><LI>StoreStatus_ops: Number of StoreStatus operations executed.
1234 <P><LI>StoreStatus_ops_ok: Number of successful StoreStatus
1235 operations.
1236 <P><LI>StoreStatus_sum: Sum of timings for StoreStatus operations.
1237 <P><LI>StoreStatus_sqr: Sum of squares of sample timings for StoreStatus
1238 operations.
1239 <P><LI>StoreStatus_min: Minimum execution time observed for StoreStatus
1240 operations.
1241 <P><LI>StoreStatus_max: Maximum execution time observed for StoreStatus
1242 operations.
1243 <P><LI>RemoveFile_ops: Number of RemoveFile operations executed.
1244 <P><LI>RemoveFile_ops_ok: Number of successful RemoveFile
1245 operations.
1246 <P><LI>RemoveFile_sum: Sum of timings for RemoveFile operations.
1247 <P><LI>RemoveFile_sqr: Sum of squares of sample timings for RemoveFile
1248 operations.
1249 <P><LI>RemoveFile_min: Minimum execution time observed for RemoveFile
1250 operations.
1251 <P><LI>RemoveFile_max: Maximum execution time observed for RemoveFile
1252 operations.
1253 <P><LI>CreateFile_ops: Number of CreateFile operations executed.
1254 <P><LI>CreateFile_ops_ok: Number of successful CreateFile
1255 operations.
1256 <P><LI>CreateFile_sum: Sum of timings for CreateFile operations.
1257 <P><LI>CreateFile_sqr: Sum of squares of sample timings for CreateFile
1258 operations.
1259 <P><LI>CreateFile_min: Minimum execution time observed for CreateFile
1260 operations.
1261 <P><LI>CreateFile_max: Maximum execution time observed for CreateFile
1262 operations.
1263 <P><LI>Rename_ops: Number of Rename operations executed.
1264 <P><LI>Rename_ops_ok: Number of successful Rename operations.
1265 <P><LI>Rename_sum: Sum of timings for Rename operations.
1266 <P><LI>Rename_sqr: Sum of squares of sample timings for Rename
1267 operations.
1268 <P><LI>Rename_min: Minimum execution time observed for Rename
1269 operations.
1270 <P><LI>Rename_max: Maximum execution time observed for Rename
1271 operations.
1272 <P><LI>Symlink_ops: Number of Symlink operations executed.
1273 <P><LI>Symlink_ops_ok: Number of successful Symlink operations.
1274 <P><LI>Symlink_sum: Sum of timings for Symlink operations.
1275 <P><LI>Symlink_sqr: Sum of squares of sample timings for Symlink
1276 operations.
1277 <P><LI>Symlink_min: Minimum execution time observed for Symlink
1278 operations.
1279 <P><LI>Symlink_max: Maximum execution time observed for Symlink
1280 operations.
1281 <P><LI>Link_ops: Number of Link operations executed.
1282 <P><LI>Link_ops_ok: Number of successful Link operations.
1283 <P><LI>Link_sum: Sum of timings for Link operations.
1284 <P><LI>Link_sqr: Sum of squares of sample timings for Link
1285 operations.
1286 <P><LI>Link_min: Minimum execution time observed for Link
1287 operations.
1288 <P><LI>Link_max: Maximum execution time observed for Link
1289 operations.
1290 <P><LI>MakeDir_ops: Number of MakeDir operations executed.
1291 <P><LI>MakeDir_ops_ok: Number of successful MakeDir operations.
1292 <P><LI>MakeDir_sum: Sum of timings for MakeDir operations.
1293 <P><LI>MakeDir_sqr: Sum of squares of sample timings for MakeDir
1294 operations.
1295 <P><LI>MakeDir_min: Minimum execution time observed for MakeDir
1296 operations.
1297 <P><LI>MakeDir_max: Maximum execution time observed for MakeDir
1298 operations.
1299 <P><LI>RemoveDir_ops: Number of RemoveDir operations executed.
1300 <P><LI>RemoveDir_ops_ok: Number of successful RemoveDir operations.
1301 <P><LI>RemoveDir_sum: Sum of timings for RemoveDir operations.
1302 <P><LI>RemoveDir_sqr: Sum of squares of sample timings for RemoveDir
1303 operations.
1304 <P><LI>RemoveDir_min: Minimum execution time observed for RemoveDir
1305 operations.
1306 <P><LI>RemoveDir_max: Maximum execution time observed for RemoveDir
1307 operations.
1308 <P><LI>SetLock_ops: Number of SetLock operations executed.
1309 <P><LI>SetLock_ops_ok: Number of successful SetLock operations.
1310 <P><LI>SetLock_sum: Sum of timings for SetLock operations.
1311 <P><LI>SetLock_sqr: Sum of squares of sample timings for SetLock
1312 operations.
1313 <P><LI>SetLock_min: Minimum execution time observed for SetLock
1314 operations.
1315 <P><LI>SetLock_max: Maximum execution time observed for SetLock
1316 operations.
1317 <P><LI>ExtendLock_ops: Number of ExtendLock operations executed.
1318 <P><LI>ExtendLock_ops_ok: Number of successful ExtendLock
1319 operations.
1320 <P><LI>ExtendLock_sum: Sum of timings for ExtendLock operations.
1321 <P><LI>ExtendLock_sqr: Sum of squares of sample timings for ExtendLock
1322 operations.
1323 <P><LI>ExtendLock_min: Minimum execution time observed for ExtendLock
1324 operations.
1325 <P><LI>ExtendLock_max: Maximum execution time observed for ExtendLock
1326 operations.
1327 <P><LI>ReleaseLock_ops: Number of ReleaseLock operations executed.
1328 <P><LI>ReleaseLock_ops_ok: Number of successful ReleaseLock
1329 operations.
1330 <P><LI>ReleaseLock_sum: Sum of timings for ReleaseLock operations.
1331 <P><LI>ReleaseLock_sqr: Sum of squares of sample timings for ReleaseLock
1332 operations.
1333 <P><LI>ReleaseLock_min: Minimum execution time observed for ReleaseLock
1334 operations.
1335 <P><LI>ReleaseLock_max: Maximum execution time observed for ReleaseLock
1336 operations.
1337 <P><LI>GetStatistics_ops: Number of GetStatistics operations
1338 executed.
1339 <P><LI>GetStatistics_ops_ok: Number of successful GetStatistics
1340 operations.
1341 <P><LI>GetStatistics_sum: Sum of timings for GetStatistics
1342 operations.
1343 <P><LI>GetStatistics_sqr: Sum of squares of sample timings for
1344 GetStatistics operations.
1345 <P><LI>GetStatistics_min: Minimum execution time observed for GetStatistics
1346 operations.
1347 <P><LI>GetStatistics_max: Maximum execution time observed for GetStatistics
1348 operations.
1349 <P><LI>GiveUpCallbacks_ops: Number of GiveUpCallbacks operations
1350 executed.
1351 <P><LI>GiveUpCallbacks_ops_ok: Number of successful GiveUpCallbacks
1352 operations.
1353 <P><LI>GiveUpCallbacks_sum: Sum of timings for GiveUpCallbacks
1354 operations.
1355 <P><LI>GiveUpCallbacks_sqr: Sum of squares of sample timings for
1356 GiveUpCallbacks operations.
1357 <P><LI>GiveUpCallbacks_min: Minimum execution time observed for
1358 GiveUpCallbacks operations.
1359 <P><LI>GiveUpCallbacks_max: Maximum execution time observed for
1360 GiveUpCallbacks operations.
1361 <P><LI>GetVolumeInfo_ops: Number of GetVolumeInfo operations
1362 executed.
1363 <P><LI>GetVolumeInfo_ops_ok: Number of successful GetVolumeInfo
1364 operations.
1365 <P><LI>GetVolumeInfo_sum: Sum of timings for GetVolumeInfo
1366 operations.
1367 <P><LI>GetVolumeInfo_sqr: Sum of squares of sample timings for
1368 GetVolumeInfo operations.
1369 <P><LI>GetVolumeInfo_min: Minimum execution time observed for GetVolumeInfo
1370 operations.
1371 <P><LI>GetVolumeInfo_max: Maximum execution time observed for GetVolumeInfo
1372 operations.
1373 <P><LI>GetVolumeStatus_ops: Number of GetVolumeStatus operations
1374 executed.
1375 <P><LI>GetVolumeStatus_ops_ok: Number of successful GetVolumeStatus
1376 operations.
1377 <P><LI>GetVolumeStatus_sum: Sum of timings for GetVolumeStatus
1378 operations.
1379 <P><LI>GetVolumeStatus_sqr: Sum of squares of sample timings for
1380 GetVolumeStatus operations.
1381 <P><LI>GetVolumeStatus_min: Minimum execution time observed for
1382 GetVolumeStatus operations.
1383 <P><LI>GetVolumeStatus_max: Maximum execution time observed for
1384 GetVolumeStatus operations.
1385 <P><LI>SetVolumeStatus_ops: Number of SetVolumeStatus operations
1386 executed.
1387 <P><LI>SetVolumeStatus_ops_ok: Number of successful SetVolumeStatus
1388 operations.
1389 <P><LI>SetVolumeStatus_sum: Sum of timings for SetVolumeStatus
1390 operations.
1391 <P><LI>SetVolumeStatus_sqr: Sum of squares of sample timings for
1392 SetVolumeStatus operations.
1393 <P><LI>SetVolumeStatus_min: Minimum execution time observed for
1394 SetVolumeStatus operations.
1395 <P><LI>SetVolumeStatus_max: Maximum execution time observed for
1396 SetVolumeStatus operations.
1397 <P><LI>GetRootVolume_ops: Number of GetRootVolume operations
1398 executed.
1399 <P><LI>GetRootVolume_ops_ok: Number of successful GetRootVolume
1400 operations.
1401 <P><LI>GetRootVolume_sum: Sum of timings for GetRootVolume
1402 operations.
1403 <P><LI>GetRootVolume_sqr: Sum of squares of sample timings for
1404 GetRootVolume operations.
1405 <P><LI>GetRootVolume_min: Minimum execution time observed for GetRootVolume
1406 operations.
1407 <P><LI>GetRootVolume_max: Maximum execution time observed for GetRootVolume
1408 operations.
1409 <P><LI>CheckToken_ops: Number of CheckToken operations executed.
1410 <P><LI>CheckToken_ops_ok: Number of successful CheckToken
1411 operations.
1412 <P><LI>CheckToken_sum: Sum of timings for CheckToken operations.
1413 <P><LI>CheckToken_sqr: Sum of squares of sample timings for CheckToken
1414 operations.
1415 <P><LI>CheckToken_min: Minimum execution time observed for CheckToken
1416 operations.
1417 <P><LI>CheckToken_max: Maximum execution time observed for CheckToken
1418 operations.
1419 <P><LI>GetTime_ops: Number of GetTime operations executed.
1420 <P><LI>GetTime_ops_ok: Number of successful GetTime operations.
1421 <P><LI>GetTime_sum: Sum of timings for GetTime operations.
1422 <P><LI>GetTime_sqr: Sum of squares of sample timings for GetTime
1423 operations.
1424 <P><LI>GetTime_min: Minimum execution time observed for GetTime
1425 operations.
1426 <P><LI>GetTime_max: Maximum execution time observed for GetTime
1427 operations.
1428 <P><LI>NGetVolumeInfo_ops: Number of NGetVolumeInfo operations
1429 executed.
1430 <P><LI>NGetVolumeInfo_ops_ok: Number of successful NGetVolumeInfo
1431 operations.
1432 <P><LI>NGetVolumeInfo_sum: Sum of timings for NGetVolumeInfo
1433 operations.
1434 <P><LI>NGetVolumeInfo_sqr: Sum of squares of sample timings for
1435 NGetVolumeInfo operations.
1436 <P><LI>NGetVolumeInfo_min: Minimum execution time observed for
1437 NGetVolumeInfo operations.
1438 <P><LI>NGetVolumeInfo_max: Maximum execution time observed for
1439 NGetVolumeInfo operations.
1440 <P><LI>BulkStatus_ops: Number of BulkStatus operations executed.
1441 <P><LI>BulkStatus_ops_ok: Number of successful BulkStatus
1442 operations.
1443 <P><LI>BulkStatus_sum: Sum of timings for BulkStatus operations.
1444 <P><LI>BulkStatus_sqr: Sum of squares of sample timings for BulkStatus
1445 operations.
1446 <P><LI>BulkStatus_min: Minimum execution time observed for BulkStatus
1447 operations.
1448 <P><LI>BulkStatus_max: Maximum execution time observed for BulkStatus
1449 operations.
1450 <P><LI>XStatsVersion_ops: Number of XStatsVersion operations
1451 executed.
1452 <P><LI>XStatsVersion_ops_ok: Number of successful XStatsVersion
1453 operations.
1454 <P><LI>XStatsVersion_sum: Sum of timings for XStatsVersion
1455 operations.
1456 <P><LI>XStatsVersion_sqr: Sum of squares of sample timings for
1457 XStatsVersion operations.
1458 <P><LI>XStatsVersion_min: Minimum execution time observed for XStatsVersion
1459 operations.
1460 <P><LI>XStatsVersion_max: Maximum execution time observed for XStatsVersion
1461 operations.
1462 <P><LI>GetXStats_ops: Number of GetXStats operations executed.
1463 <P><LI>GetXStats_ops_ok: Number of successful GetXStats operations.
1464 <P><LI>GetXStats_sum: Sum of timings for GetXStats operations.
1465 <P><LI>GetXStats_sqr: Sum of squares of sample timings for GetXStats
1466 operations.
1467 <P><LI>GetXStats_min: Minimum execution time observed for GetXStats
1468 operations.
1469 <P><LI>GetXStats_max: Maximum execution time observed for GetXStats
1470 operations.
1471 </UL>
1472 <P>Byte Information for Certain RPC Operations Group (RPCopBytes_group)
1473 <UL>
1474 <P><LI>FetchData_xfers: Number of FetchData operations.
1475 <P><LI>FetchData_xfers_ok: Number of successful FetchData
1476 operations.
1477 <P><LI>FetchData_xfers_sum: Sum of timing values for FetchData
1478 operations.
1479 <P><LI>FetchData_xfers_sqr: Sum of squares of sample timings for FetchData
1480 operations.
1481 <P><LI>FetchData_xfers_min: Minimum transfer time observed for FetchData
1482 operations.
1483 <P><LI>FetchData_xfers_max: Maximum transfer time observed for FetchData
1484 operations.
1485 <P><LI>FetchData_xfers_bytes_sum: Sum of bytes transferred for FetchData
1486 operations.
1487 <P><LI>FetchData_xfers_bytes_min: Minimum byte transfer observed for
1488 FetchData operations.
1489 <P><LI>FetchData_xfers_bytes_max: Maximum byte transfer observed for
1490 FetchData operations.
1491 <P><LI>FetchData_xfers_bucket0: Tally in bucket0 for FetchData
1492 operations.
1493 <P><LI>FetchData_xfers_bucket1: Tally in bucket1 for FetchData
1494 operations.
1495 <P><LI>FetchData_xfers_bucket2: Tally in bucket2 for FetchData
1496 operations.
1497 <P><LI>FetchData_xfers_bucket3: Tally in bucket3 for FetchData
1498 operations.
1499 <P><LI>FetchData_xfers_bucket4: Tally in bucket4 for FetchData
1500 operations.
1501 <P><LI>FetchData_xfers_bucket5: Tally in bucket5 for FetchData
1502 operations.
1503 <P><LI>FetchData_xfers_bucket6: Tally in bucket6 for FetchData
1504 operations.
1505 <P><LI>FetchData_xfers_bucket7: Tally in bucket7 for FetchData
1506 operations.
1507 <P><LI>FetchData_xfers_bucket8: Tally in bucket8 for FetchData
1508 operations.
1509 <P><LI>StoreData_xfers: Number of StoreData operations.
1510 <P><LI>StoreData_xfers_ok: Number of successful StoreData
1511 operations.
1512 <P><LI>StoreData_xfers_sum: Sum of timing values for StoreData
1513 operations.
1514 <P><LI>StoreData_xfers_sqr: Sum of squares of sample timings for StoreData
1515 operations.
1516 <P><LI>StoreData_xfers_min: Minimum transfer time observed for StoreData
1517 operations.
1518 <P><LI>StoreData_xfers_max: Maximum transfer time observed for StoreData
1519 operations.
1520 <P><LI>StoreData_xfers_bytes_sum: Sum of bytes transferred for StoreData
1521 operations.
1522 <P><LI>StoreData_xfers_bytes_min: Minimum byte transfer observed for
1523 StoreData operations.
1524 <P><LI>StoreData_xfers_bytes_max: Maximum byte transfer observed for
1525 StoreData operations.
1526 <P><LI>StoreData_xfers_bucket0: Tally in bucket0 for StoreData
1527 operations.
1528 <P><LI>StoreData_xfers_bucket1: Tally in bucket1 for StoreData
1529 operations.
1530 <P><LI>StoreData_xfers_bucket2: Tally in bucket2 for StoreData
1531 operations.
1532 <P><LI>StoreData_xfers_bucket3: Tally in bucket3 for StoreData
1533 operations.
1534 <P><LI>StoreData_xfers_bucket4: Tally in bucket4 for StoreData
1535 operations.
1536 <P><LI>StoreData_xfers_bucket5: Tally in bucket5 for StoreData
1537 operations.
1538 <P><LI>StoreData_xfers_bucket6: Tally in bucket6 for StoreData
1539 operations.
1540 <P><LI>StoreData_xfers_bucket7: Tally in bucket7 for StoreData
1541 operations.
1542 <P><LI>StoreData_xfers_bucket8: Tally in bucket8 for StoreData
1543 operations.
1544 </UL>
1545 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auagd002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auagd023.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auagd025.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auagd026.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
1546 <!-- Begin Footer Records  ========================================== -->
1547 <P><HR><B> 
1548 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
1549 </B> 
1550 <!-- End Footer Records  ============================================ -->
1551 <A NAME="Bot_Of_Page"></A>
1552 </BODY></HTML>