Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

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