mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
#
|
|
# 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.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.bytes cumulative number of bytes read or written
|