Révision 6ffd5019
Reduce number of categories, use more generic terms
| plugins/zfs/zfs-stats-for-freebsd-cache-hits-by-cache-list | ||
|---|---|---|
| 38 | 38 |
echo 'graph_title ZFS ARC Cache Hits by Cache List' |
| 39 | 39 |
echo 'graph_args -l 0' |
| 40 | 40 |
echo 'graph_vlabel %' |
| 41 |
echo 'graph_category ZFS'
|
|
| 41 |
echo 'graph_category filesystem'
|
|
| 42 | 42 |
echo 'graph_info This graph shows the ARC cache hits by cache list' |
| 43 | 43 |
|
| 44 | 44 |
/usr/local/bin/zfs-stats -A | awk 'BEGIN { RS = "" ; FS = "\n" } /CACHE HITS BY CACHE LIST/ {print}' | \
|
Formats disponibles : Unified diff