IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32095


Ignore:
Timestamp:
Aug 15, 2011, 2:43:05 PM (15 years ago)
Author:
rhenders
Message:

now saving plots to path set in config file; removed redundant histogram plots (don't display them anymore)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czarpoll.pl

    r32093 r32095  
    3434my $nebulous = new czartool::Nebulous($czarDb);
    3535my $pantasks = new czartool::Pantasks();
    36 my $plotter = czartool::Plotter->new_file($config, "/tmp", $save_temps);
     36my $plotter = czartool::Plotter->new_file($config, $config->getGnuplotPath(), $save_temps);
    3737
    3838
     
    251251            chomp($label);
    252252            $plotter->createTimeSeries($label, $stage, $begin, $end, 1, 1, 1);
    253             $plotter->createRateHistogram($label, $stage, $begin, $end, undef);
    254253        }
    255254    }
     
    262261
    263262        $plotter->createTimeSeries($label, undef, $begin, $end, 1, 1, 1);
    264         $plotter->createRateHistogram($label, undef, $begin, $end, undef);
    265         $plotter->createHistogram($label, $begin, $end);
    266263    }
    267264
     
    269266
    270267    $plotter->createTimeSeries($allServerLabels, undef, $begin, $end, 1, 1, 1);
    271     $plotter->createRateHistogram($allServerLabels, undef, $begin, $end, undef);
    272     $plotter->createHistogram($allServerLabels, $begin, $end);
    273268
    274269    foreach $stage (@stages) {
    275270
    276271        $plotter->createTimeSeries($allServerLabels, $stage, $begin, $end, 1, 1, 1); # TODO must be a neater way...
    277         $plotter->createRateHistogram($allServerLabels, $stage, $begin, $end, undef);
    278272    }
    279273}
Note: See TracChangeset for help on using the changeset viewer.