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/jvm/jvm_sun_memory
19 19
#    env.graphtitle                 (default: "Sun Java")
20 20

  
21 21
# You need to configure your Sun JVM with these options:
22
# -verbose:gc 
22
# -verbose:gc
23 23
# -Xloggc:/var/log/app/jvm/gc.log
24 24
# -XX:+PrintGCTimeStamps
25 25
# -XX:+PrintGCDetails
26 26

  
27
# History: 
27
# History:
28 28

  
29 29
# This plugin was developed by various people over some time - no logs
30 30
# of this has been found. - In 2006 significant contributions was
......
47 47
my $info = "Write som info about this graph...";
48 48

  
49 49
sub analyze_record {
50
    # Match all interesting elements of a record and insert them 
50
    # Match all interesting elements of a record and insert them
51 51
    # into a hash
52 52

  
53 53
    my $record = shift;
......
145 145
	($now,undef) = split(/:/,$_,2);
146 146
	$now = $lastnow unless $now;
147 147
    }
148
    
148

  
149 149
    if (/.+Tenured.+/) {
150 150
	$record = $_;
151 151
    } elsif (/^:.+/) {

Formats disponibles : Unified diff