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