Changeset 28870 for trunk/tools/czartool/Czarplot.pm
- Timestamp:
- Aug 9, 2010, 12:58:41 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Czarplot.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Czarplot.pm
r28862 r28870 272 272 my ($self, $fromTime, $toTime) = @_; 273 273 274 my $outputFile = "/tmp/czarplot_cluster.png"; 274 my $prefix = $self->{_outputPath} ? $self->{_outputPath} : "."; 275 my $outputFile = "$prefix/czarplot_cluster.png"; 275 276 my ($minX, $maxX, $minY, $maxY, $timeDiff); 276 277 … … 347 348 my ($self) = @_; 348 349 349 my $outputFile = "/tmp/czarplot_hosts_space.png"; 350 my $prefix = $self->{_outputPath} ? $self->{_outputPath} : "."; # TODO should be function for this 351 my $outputFile = "$prefix/czarplot_hosts_space.png"; 350 352 my $limit = 97.0; 351 353 my $inputFile = $self->{_czarDb}->createHostsData($limit);
Note:
See TracChangeset
for help on using the changeset viewer.
