Changeset 30958
- Timestamp:
- Mar 18, 2011, 8:24:14 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Metrics.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Metrics.pm
r30250 r30958 81 81 $self->{plotter}->createHistogram("all_stdscience_labels", $self->{begin}, $self->{end}, 0, 0, 0); 82 82 print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_h.png\" alt=\"histogram\" />\n"; 83 $self->{plotter}->createRate TimeSeries("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef, 0);84 print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_r .png\" alt=\"rate\" />\n";83 $self->{plotter}->createRatePlot("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef, 1, 1); 84 print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_rh.png\" alt=\"rate\" />\n"; 85 85 $self->{plotter}->plotStorageTimeSeries($self->{begin}, $self->{end}); 86 86 print $htmlFile "<img src=\"czarplot_cluster.png\" alt=\"storage plot not available\" />\n";
Note:
See TracChangeset
for help on using the changeset viewer.
