Révision 6ffd5019
Reduce number of categories, use more generic terms
| plugins/zfs/zfs-stats-for-freebsd-arc-utilization | ||
|---|---|---|
| 38 | 38 |
echo 'graph_title ZFS ARC Size' |
| 39 | 39 |
echo 'graph_args -l 0' |
| 40 | 40 |
echo 'graph_vlabel Size in MB' |
| 41 |
echo 'graph_category ZFS'
|
|
| 41 |
echo 'graph_category filesystem'
|
|
| 42 | 42 |
echo 'graph_info This graph shows the ARC Size utilization' |
| 43 | 43 |
|
| 44 | 44 |
/usr/local/bin/zfs-stats -A | awk 'BEGIN { RS = "" ; FS = "\n" } /^ARC Size/ {print}' | \
|
Formats disponibles : Unified diff