~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to pcp/pmns

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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