projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1415d
)
zfs_arc plugin: Fix the type used for mutex misses.
author
Florian Forster
<octo@collectd.org>
Thu, 29 Nov 2012 06:58:25 +0000
(07:58 +0100)
committer
Florian Forster
<octo@collectd.org>
Thu, 29 Nov 2012 06:58:28 +0000
(07:58 +0100)
Thanks to Yves Mettier for pointing this out!
src/zfs_arc.c
patch
|
blob
|
history
diff --git
a/src/zfs_arc.c
b/src/zfs_arc.c
index
046b7b0
..
aa90019
100644
(file)
--- a/
src/zfs_arc.c
+++ b/
src/zfs_arc.c
@@
-128,7
+128,7
@@
static int za_read (void)
za_read_derive (ksp, "stolen", "cache_operation", "stolen");
/* Issue indicators */
- za_read_derive (ksp, "mutex_miss", "mutex_operation", "miss");
+ za_read_derive (ksp, "mutex_miss", "mutex_operation
s
", "miss");
za_read_derive (ksp, "hash_collisions", "hash_collisions", "");
/* Evictions */