ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/rrdgraphing/graph.pl
(Generate patch)

Comparing projects/cms/source/reports/rrdgraphing/graph.pl (file contents):
Revision 1.17 by tdb, Wed Jun 15 10:41:25 2005 UTC vs.
Revision 1.18 by tdb, Wed Jun 15 15:39:24 2005 UTC

# Line 284 | Line 284 | foreach my $machine (@rrddirlist) {
284              $nicename =~ s/$hex_bslash/\\/g;
285              $nicename =~ s/$hex_space/ /g;
286              $nicename =~ s/$hex_colon/:/g;
287 <            $nicename =~ s/$hex_rbracket/(/g;
288 <            $nicename =~ s/$hex_lbracket/)/g;
287 >            $nicename =~ s/$hex_lbracket/(/g;
288 >            $nicename =~ s/$hex_rbracket/)/g;
289              $nicename =~ s/$hex_plus/+/g;
290              &makegraph($machine, "$type-$name", "Network IO for $machine on $nicename", "bytes per second", \@data, \@rawdata);
291          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines