summaryrefslogtreecommitdiff
path: root/pcp/pmns
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-12 12:49:58 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 12:49:58 +0200
commit49d4dd530f3983de2e538e07b32e1c3df4efa649 (patch)
treec2541c8be7f2b3430318d62da9b8b4efffcdc5c3 /pcp/pmns
parent143d3f1d90b1d8e35f03e03aa7d39c4090fe0296 (diff)
downloadsamba-49d4dd530f3983de2e538e07b32e1c3df4efa649.tar.gz
samba-49d4dd530f3983de2e538e07b32e1c3df4efa649.tar.bz2
samba-49d4dd530f3983de2e538e07b32e1c3df4efa649.zip
Remove unused pcp/ directory.
metze
Diffstat (limited to 'pcp/pmns')
-rw-r--r--pcp/pmns45
1 files changed, 0 insertions, 45 deletions
diff --git a/pcp/pmns b/pcp/pmns
deleted file mode 100644
index 1f3dd3934e..0000000000
--- a/pcp/pmns
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- * Metrics for samba PMDA
- *
- */
-
-samba {
- smbd
- statcache
- writecache
- counts SAMBA:3:0
- times SAMBA:4:0
- bytes SAMBA:5:0
-}
-
-samba.smbd {
- smb_count SAMBA:0:0
- uid_changes SAMBA:0:1
-}
-
-samba.statcache {
- lookups SAMBA:1:0
- misses SAMBA:1:1
- hits SAMBA:1:2
-}
-
-samba.writecache {
- num_caches SAMBA:2:0
- allocated_caches SAMBA:2:1
- read_hits SAMBA:2:2
- total_writes SAMBA:2:3
- init_writes SAMBA:2:4
- abutted_writes SAMBA:2:5
- perfect_writes SAMBA:2:6
- direct_writes SAMBA:2:7
- non_oplock_writes SAMBA:2:8
- seek_flush SAMBA:2:9
- read_flush SAMBA:2:10
- write_flush SAMBA:2:11
- readraw_flush SAMBA:2:12
- oplock_rel_flush SAMBA:2:13
- close_flush SAMBA:2:14
- sync_flush SAMBA:2:15
- size_change_flush SAMBA:2:16
-}
-