zfs_arc plugin: Fix the type used for mutex misses.
authorFlorian Forster <octo@collectd.org>
Thu, 29 Nov 2012 06:58:25 +0000 (07:58 +0100)
committerFlorian 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

index 046b7b0..aa90019 100644 (file)
@@ -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_operations", "miss");
        za_read_derive (ksp, "hash_collisions", "hash_collisions", "");
        
         /* Evictions */