summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf7aa53)
raw | patch | inline | side by side (parent: bf7aa53)
author | Florian Forster <octo@collectd.org> | |
Tue, 4 Jun 2013 06:36:10 +0000 (08:36 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 4 Jun 2013 06:36:10 +0000 (08:36 +0200) |
src/zfs_arc.c | patch | blob | history |
diff --git a/src/zfs_arc.c b/src/zfs_arc.c
index 6bf7daef7479020a2a024c1eba08b09393c0c2bf..2edba6d1b68d4abc803b06145d6b2f5376503eca 100644 (file)
--- a/src/zfs_arc.c
+++ b/src/zfs_arc.c
za_read_gauge (ksp, "size", "cache_size", "arc");
za_read_gauge (ksp, "l2_size", "cache_size", "L2");
- /* Operations */
+ /* Operations */
za_read_derive (ksp, "allocated","cache_operation", "allocated");
za_read_derive (ksp, "deleted", "cache_operation", "deleted");
za_read_derive (ksp, "stolen", "cache_operation", "stolen");
- /* Issue indicators */
- za_read_derive (ksp, "mutex_miss", "mutex_operations", "miss");
+ /* Issue indicators */
+ za_read_derive (ksp, "mutex_miss", "mutex_operations", "miss");
za_read_derive (ksp, "hash_collisions", "hash_collisions", "");
- /* Evictions */
+ /* Evictions */
za_read_derive (ksp, "evict_l2_cached", "cache_eviction", "cached");
za_read_derive (ksp, "evict_l2_eligible", "cache_eviction", "eligible");
za_read_derive (ksp, "evict_l2_ineligible", "cache_eviction", "ineligible");