summaryrefslogtreecommitdiff
path: root/pcp/help
blob: d5a6d8f7610d03d39a0979be489ca983841c9927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
#
# samba PMDA help file in the ASCII format
#
# lines beginning with a # are ignored
# lines beginning @ introduce a new entry of the form
#  @ metric_name oneline-text
#  help test goes
#  here over multiple lines
#  ...
#
# the metric_name is decoded against the default PMNS -- as a special case,
# a name of the form NNN.MM (for numeric NNN and MM) is interpreted as an
# instance domain identification, and the text describes the instance domain
#
# blank lines before the @ line are ignored
#

@ samba.smbd.smb_count Count of SMB packets processed

@ samba.smbd.uid_changes Count of times effective uid changed

@ samba.syscalls.opendir Number of calls to opendir system call

@ samba.syscalls.opendir_time Time spent executing opendir system call

@ samba.syscalls.readdir Number of calls to readdir system call

@ samba.syscalls.readdir_time Time spent executing readdir system call

@ samba.syscalls.mkdir Number of calls to mkdir system call

@ samba.syscalls.mkdir_time Time spent executing mkdir system call

@ samba.syscalls.rmdir Number of calls to rmdir system call

@ samba.syscalls.rmdir_time Time spent executing rmdir system call

@ samba.syscalls.closedir Number of calls to closedir system call

@ samba.syscalls.closedir_time Time spent executing closedir system call

@ samba.syscalls.open Number of calls to open system call

@ samba.syscalls.open_time Time spent executing open system call

@ samba.syscalls.close Number of calls to close system call

@ samba.syscalls.close_time Time spent executing close system call

@ samba.syscalls.read Number of calls to read system call

@ samba.syscalls.read_time Time spent executing read system call

@ samba.syscalls.read_bytes Number of bytes read by read system call

@ samba.syscalls.write Number of calls to write system call

@ samba.syscalls.write_time Time spent executing write system call

@ samba.syscalls.write_bytes Number of bytes written by write system call

@ samba.syscalls.lseek Number of calls to lseek system call

@ samba.syscalls.lseek_time Time spent executing lseek system call

@ samba.syscalls.rename Number of calls to rename system call

@ samba.syscalls.rename_time Time spent executing rename system call

@ samba.syscalls.fsync Number of calls to fsync system call

@ samba.syscalls.fsync_time Time spent executing fsync system call

@ samba.syscalls.stat Number of calls to stat system call

@ samba.syscalls.stat_time Time spent executing stat system call

@ samba.syscalls.fstat Number of calls to fstat system call

@ samba.syscalls.fstat_time Time spent executing fstat system call

@ samba.syscalls.lstat Number of calls to lstat system call

@ samba.syscalls.lstat_time Time spent executing lstat system call

@ samba.syscalls.unlink Number of calls to unlink system call

@ samba.syscalls.unlink_time Time spent executing unlink system call

@ samba.syscalls.chmod Number of calls to chmod system call

@ samba.syscalls.chmod_time Time spent executing chmod system call

@ samba.syscalls.chown Number of calls to chown system call

@ samba.syscalls.chown_time Time spent executing chown system call

@ samba.syscalls.chdir Number of calls to chdir system call

@ samba.syscalls.chdir_time Time spent executing chdir system call

@ samba.syscalls.getwd Number of calls to getwd system call

@ samba.syscalls.getwd_time Time spent executing getwd system call

@ samba.syscalls.utime Number of calls to utime system call

@ samba.syscalls.utime_time Time spent executing utime system call

@ samba.syscalls.ftruncate Number of calls to ftruncate system call

@ samba.syscalls.ftruncate_time Time spent executing ftruncate system call

@ samba.syscalls.fcntl_lock Number of calls to fcntl_lock system call

@ samba.syscalls.fcntl_lock_time Time spent executing fcntl_lock system call

@ samba.statcache.lookups Number of lookups in stat cache

@ samba.statcache.misses Number of times stat cache lookup missed

@ samba.statcache.hits Number of times stat cache lookup hit

@ samba.writecache.num_caches Number of write caches available

@ samba.writecache.allocated_caches Number of write caches allocated

@ samba.writecache.read_hits Number of times read request found in write cache

@ samba.writecache.total_writes Number of writes to write cache 

@ samba.writecache.init_writes Number of initial writes to write cache

@ samba.writecache.abutted_writes 

@ samba.writecache.perfect_writes

@ samba.writecache.direct_writes

@ samba.writecache.non_oplock_writes

@ samba.writecache.seek_flush

@ samba.writecache.read_flush

@ samba.writecache.write_flush

@ samba.writecache.readraw_flush

@ samba.writecache.oplock_rel_flush

@ samba.writecache.close_flush

@ samba.writecache.sync_flush

@ samba.writecache.size_change_flush

@ samba.SMB.SMB_mkdir
@ samba.SMB.SMB_mkdir_time
@ samba.SMB.SMB_rmdir
@ samba.SMB.SMB_rmdir_time
@ samba.SMB.SMB_open
@ samba.SMB.SMB_open_time
@ samba.SMB.SMB_create
@ samba.SMB.SMB_create_time
@ samba.SMB.SMB_close
@ samba.SMB.SMB_close_time
@ samba.SMB.SMB_flush
@ samba.SMB.SMB_flush_time
@ samba.SMB.SMB_unlink
@ samba.SMB.SMB_unlink_time
@ samba.SMB.SMB_mv
@ samba.SMB.SMB_mv_time
@ samba.SMB.SMB_getattr
@ samba.SMB.SMB_getattr_time
@ samba.SMB.SMB_setattr
@ samba.SMB.SMB_setattr_time
@ samba.SMB.SMB_read
@ samba.SMB.SMB_read_time
@ samba.SMB.SMB_write
@ samba.SMB.SMB_write_time
@ samba.SMB.SMB_lock
@ samba.SMB.SMB_lock_time
@ samba.SMB.SMB_unlock
@ samba.SMB.SMB_unlock_time
@ samba.SMB.SMB_ctemp
@ samba.SMB.SMB_ctemp_time
@ samba.SMB.SMB_mknew
@ samba.SMB.SMB_mknew_time
@ samba.SMB.SMB_chkpth
@ samba.SMB.SMB_chkpth_time
@ samba.SMB.SMB_exit
@ samba.SMB.SMB_exit_time
@ samba.SMB.SMB_lseek
@ samba.SMB.SMB_lseek_time
@ samba.SMB.SMB_lockread
@ samba.SMB.SMB_lockread_time
@ samba.SMB.SMB_writeunlock
@ samba.SMB.SMB_writeunlock_time
@ samba.SMB.SMB_readBraw
@ samba.SMB.SMB_readBraw_time
@ samba.SMB.SMB_readBmpx
@ samba.SMB.SMB_readBmpx_time
@ samba.SMB.SMB_readBs
@ samba.SMB.SMB_readBs_time
@ samba.SMB.SMB_writeBraw
@ samba.SMB.SMB_writeBraw_time
@ samba.SMB.SMB_writeBmpx
@ samba.SMB.SMB_writeBmpx_time
@ samba.SMB.SMB_writeBs
@ samba.SMB.SMB_writeBs_time
@ samba.SMB.SMB_writec
@ samba.SMB.SMB_writec_time
@ samba.SMB.SMB_setattrE
@ samba.SMB.SMB_setattrE_time
@ samba.SMB.SMB_getattrE
@ samba.SMB.SMB_getattrE_time
@ samba.SMB.SMB_lockingX
@ samba.SMB.SMB_lockingX_time
@ samba.SMB.SMB_trans
@ samba.SMB.SMB_trans_time
@ samba.SMB.SMB_transs
@ samba.SMB.SMB_transs_time
@ samba.SMB.SMB_ioctl
@ samba.SMB.SMB_ioctl_time
@ samba.SMB.SMB_ioctls
@ samba.SMB.SMB_ioctls_time
@ samba.SMB.SMB_copy
@ samba.SMB.SMB_copy_time
@ samba.SMB.SMB_move
@ samba.SMB.SMB_move_time
@ samba.SMB.SMB_echo
@ samba.SMB.SMB_echo_time
@ samba.SMB.SMB_writeclose
@ samba.SMB.SMB_writeclose_time
@ samba.SMB.SMB_openX
@ samba.SMB.SMB_openX_time
@ samba.SMB.SMB_readX
@ samba.SMB.SMB_readX_time
@ samba.SMB.SMB_writeX
@ samba.SMB.SMB_writeX_time
@ samba.SMB.SMB_trans2
@ samba.SMB.SMB_trans2_time
@ samba.SMB.SMB_transs2
@ samba.SMB.SMB_transs2_time
@ samba.SMB.SMB_findclose
@ samba.SMB.SMB_findclose_time
@ samba.SMB.SMB_findNclose
@ samba.SMB.SMB_findNclose_time
@ samba.SMB.SMB_tcon
@ samba.SMB.SMB_tcon_time
@ samba.SMB.SMB_tdis
@ samba.SMB.SMB_tdis_time
@ samba.SMB.SMB_negprot
@ samba.SMB.SMB_negprot_time
@ samba.SMB.SMB_sessetupX
@ samba.SMB.SMB_sessetupX_time
@ samba.SMB.SMB_ulogoffX
@ samba.SMB.SMB_ulogoffX_time
@ samba.SMB.SMB_tconX
@ samba.SMB.SMB_tconX_time
@ samba.SMB.SMB_dskattr
@ samba.SMB.SMB_dskattr_time
@ samba.SMB.SMB_search
@ samba.SMB.SMB_search_time
@ samba.SMB.SMB_ffirst
@ samba.SMB.SMB_ffirst_time
@ samba.SMB.SMB_funique
@ samba.SMB.SMB_funique_time
@ samba.SMB.SMB_fclose
@ samba.SMB.SMB_fclose_time
@ samba.SMB.SMB_NTtrans
@ samba.SMB.SMB_NTtrans_time
@ samba.SMB.SMB_NTtranss
@ samba.SMB.SMB_NTtranss_time
@ samba.SMB.SMB_NTcreateX
@ samba.SMB.SMB_NTcreateX_time
@ samba.SMB.SMB_NTcancel
@ samba.SMB.SMB_NTcancel_time
@ samba.SMB.SMB_splopen
@ samba.SMB.SMB_splopen_time
@ samba.SMB.SMB_splwrite
@ samba.SMB.SMB_splwrite_time
@ samba.SMB.SMB_splclose
@ samba.SMB.SMB_splclose_time
@ samba.SMB.SMB_splretq
@ samba.SMB.SMB_splretq_time
@ samba.SMB.SMB_sends
@ samba.SMB.SMB_sends_time
@ samba.SMB.SMB_sendb
@ samba.SMB.SMB_sendb_time
@ samba.SMB.SMB_fwdname
@ samba.SMB.SMB_fwdname_time
@ samba.SMB.SMB_cancelf
@ samba.SMB.SMB_cancelf_time
@ samba.SMB.SMB_getmach
@ samba.SMB.SMB_getmach_time
@ samba.SMB.SMB_sendstrt
@ samba.SMB.SMB_sendstrt_time
@ samba.SMB.SMB_sendend
@ samba.SMB.SMB_sendend_time
@ samba.SMB.SMB_sendtxt
@ samba.SMB.SMB_sendtxt_time
@ samba.SMB.SMB_invalid
@ samba.SMB.SMB_invalid_time
@ samba.SMB.PATHWORK_setdir
@ samba.SMB.PATHWORK_setdir_time
@ samba.SMB.TRANS2_open
@ samba.SMB.TRANS2_open_time
@ samba.SMB.TRANS2_ffirst
@ samba.SMB.TRANS2_ffirst_time
@ samba.SMB.TRANS2_fnext
@ samba.SMB.TRANS2_fnext_time
@ samba.SMB.TRANS2_qfsinfo
@ samba.SMB.TRANS2_qfsinfo_time
@ samba.SMB.TRANS2_sfsinfo
@ samba.SMB.TRANS2_sfsinfo_time
@ samba.SMB.TRANS2_qpathinfo
@ samba.SMB.TRANS2_qpathinfo_time
@ samba.SMB.TRANS2_spathinfo
@ samba.SMB.TRANS2_spathinfo_time
@ samba.SMB.TRANS2_qfileinfo
@ samba.SMB.TRANS2_qfileinfo_time
@ samba.SMB.TRANS2_sfileinfo
@ samba.SMB.TRANS2_sfileinfo_time
@ samba.SMB.TRANS2_fsctl
@ samba.SMB.TRANS2_fsctl_time
@ samba.SMB.TRANS2_ioctl
@ samba.SMB.TRANS2_ioctl_time
@ samba.SMB.TRANS2_fnotifyfirst
@ samba.SMB.TRANS2_fnotifyfirst_time
@ samba.SMB.TRANS2_fnotifynext
@ samba.SMB.TRANS2_fnotifynext_time
@ samba.SMB.TRANS2_mkdir
@ samba.SMB.TRANS2_mkdir_time
@ samba.SMB.TRANS2_sessetup
@ samba.SMB.TRANS2_sessetup_time
@ samba.SMB.TRANS2_getDFSref
@ samba.SMB.TRANS2_getDFSref_time
@ samba.SMB.TRANS2_rptDFSinconsist
@ samba.SMB.TRANS2_rptDFSinconsist_time
@ samba.SMB.NTTRANS_create
@ samba.SMB.NTTRANS_create_time
@ samba.SMB.NTTRANS_ioctl
@ samba.SMB.NTTRANS_ioctl_time
@ samba.SMB.NTTRANS_setsecdesc
@ samba.SMB.NTTRANS_setsecdesc_time
@ samba.SMB.NTTRANS_notifychange
@ samba.SMB.NTTRANS_notifychange_time
@ samba.SMB.NTTRANS_rename
@ samba.SMB.NTTRANS_rename_time
@ samba.SMB.NTTRANS_qsecdesc
@ samba.SMB.NTTRANS_qsecdesc_time