Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| 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