Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/memory/kmemsum | ||
|---|---|---|
| 1 | 1 |
#!/bin/sh |
| 2 | 2 |
# Kernel Memory usage stats. |
| 3 |
# Author: alex@trull.org
|
|
| 4 |
#
|
|
| 3 |
# Author: alex@trull.org |
|
| 4 |
# |
|
| 5 | 5 |
# Based on the short script at http://wiki.freebsd.org/ZFSTuningGuide (20080820) |
| 6 | 6 |
# |
| 7 | 7 |
# Parameters: |
| ... | ... | |
| 45 | 45 |
echo 'text.info kmem text' |
| 46 | 46 |
echo 'text.draw AREA' |
| 47 | 47 |
echo 'data.label data' |
| 48 |
echo 'data.info kmem data'
|
|
| 48 |
echo 'data.info kmem data' |
|
| 49 | 49 |
echo 'data.draw STACK' |
| 50 | 50 |
echo 'total.label total' |
| 51 | 51 |
echo 'total.info kmem total' |
| ... | ... | |
| 61 | 61 |
echo "total.value $TOTAL" |
| 62 | 62 |
echo "max.value $MAX" |
| 63 | 63 |
|
| 64 |
|
|
| 64 |
|
|
Formats disponibles : Unified diff