IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/tools/czarpoll.pl

    r30398 r31083  
    3939
    4040
    41 my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist");
     41my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist", "pub");
    4242
    4343
     
    188188        print "* Checking Nebulous\n";
    189189        $nebulous->updateClusterSpaceInfo();
     190        $plotter->plotStorageTimeSeries($begin, $end);
    190191        $plotter->plotDiskUsageHistogram();
    191192        updateServerStatus();
     
    251252            chomp($label);
    252253            $plotter->createLogAndLinearTimeSeries($label,  $stage, $begin, $end);
    253             $plotter->createRateTimeSeries($label, $stage, $begin, $end, undef, 0);
     254            $plotter->createRatePlot($label, $stage, $begin, $end, undef, 1, 1);
    254255        }
    255256    }
     
    262263
    263264        $plotter->createLogAndLinearTimeSeries($label, undef, $begin, $end);
    264         $plotter->createRateTimeSeries($label, undef, $begin, $end, undef, 0);
     265        $plotter->createRatePlot($label, undef, $begin, $end, undef, 1, 1);
    265266        $plotter->createHistogram($label, $begin, $end);
    266267    }
     
    269270
    270271    $plotter->createLogAndLinearTimeSeries($allServerLabels, undef, $begin, $end);
    271     $plotter->createRateTimeSeries($allServerLabels, undef, $begin, $end, undef, 0);
     272    $plotter->createRatePlot($allServerLabels, undef, $begin, $end, undef, 1, 1);
    272273    $plotter->createHistogram($allServerLabels, $begin, $end);
    273274    foreach $stage (@stages) {
    274275
    275         $plotter->createLogAndLinearTimeSeries($allServerLabels,  $stage, $begin, $end); # TODO must be a neater way...
    276             $plotter->createRateTimeSeries($allServerLabels, $stage, $begin, $end, undef, 0);
     276        $plotter->createLogAndLinearTimeSeries($allServerLabels, $stage, $begin, $end); # TODO must be a neater way...
     277            $plotter->createRatePlot($allServerLabels, $stage, $begin, $end, undef, 1, 1);
    277278    }
    278279}
Note: See TracChangeset for help on using the changeset viewer.