Revision 20377,
762 bytes
checked in by zacheiss, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20376,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[20376] | 1 | /* |
---|
| 2 | * Metrics for samba PMDA |
---|
| 3 | * |
---|
| 4 | */ |
---|
| 5 | |
---|
| 6 | samba { |
---|
| 7 | smbd |
---|
| 8 | statcache |
---|
| 9 | writecache |
---|
| 10 | counts SAMBA:3:0 |
---|
| 11 | times SAMBA:4:0 |
---|
| 12 | bytes SAMBA:5:0 |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | samba.smbd { |
---|
| 16 | smb_count SAMBA:0:0 |
---|
| 17 | uid_changes SAMBA:0:1 |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | samba.statcache { |
---|
| 21 | lookups SAMBA:1:0 |
---|
| 22 | misses SAMBA:1:1 |
---|
| 23 | hits SAMBA:1:2 |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | samba.writecache { |
---|
| 27 | num_caches SAMBA:2:0 |
---|
| 28 | allocated_caches SAMBA:2:1 |
---|
| 29 | read_hits SAMBA:2:2 |
---|
| 30 | total_writes SAMBA:2:3 |
---|
| 31 | init_writes SAMBA:2:4 |
---|
| 32 | abutted_writes SAMBA:2:5 |
---|
| 33 | perfect_writes SAMBA:2:6 |
---|
| 34 | direct_writes SAMBA:2:7 |
---|
| 35 | non_oplock_writes SAMBA:2:8 |
---|
| 36 | seek_flush SAMBA:2:9 |
---|
| 37 | read_flush SAMBA:2:10 |
---|
| 38 | write_flush SAMBA:2:11 |
---|
| 39 | readraw_flush SAMBA:2:12 |
---|
| 40 | oplock_rel_flush SAMBA:2:13 |
---|
| 41 | close_flush SAMBA:2:14 |
---|
| 42 | sync_flush SAMBA:2:15 |
---|
| 43 | size_change_flush SAMBA:2:16 |
---|
| 44 | } |
---|
| 45 | |
---|
Note: See
TracBrowser
for help on using the repository browser.