Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/zfs/zfs-stats-for-freebsd-cache-hits-by-cache-list | ||
|---|---|---|
| 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}' | \
|
| 45 |
awk '/^\t.*%/ {sub(/[\t ]*/,"");sub(/ \(.*\):/,":");sub(/:.*/,""); displayname = $0; gsub(/[ .]/,"_",$0); print $0".label "displayname"\n"$0".min 0"}'
|
|
| 45 |
awk '/^\t.*%/ {sub(/[\t ]*/,"");sub(/ \(.*\):/,":");sub(/:.*/,""); displayname = $0; gsub(/[ .]/,"_",$0); print $0".label "displayname"\n"$0".min 0"}'
|
|
| 46 | 46 |
|
| 47 | 47 |
exit 0 |
| 48 | 48 |
fi |
Formats disponibles : Unified diff