IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30952


Ignore:
Timestamp:
Mar 17, 2011, 4:27:20 PM (15 years ago)
Author:
rhenders
Message:

create neb space time series; using both types of rate plot (histogram and line plot)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarpoll.pl

    r30916 r30952  
    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.