IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32212


Ignore:
Timestamp:
Aug 29, 2011, 11:25:55 AM (15 years ago)
Author:
rhenders
Message:

Now not creating plots for update or any log plots to speed things up

File:
1 edited

Legend:

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

    r32095 r32212  
    219219
    220220                updateAllStages($thisServer, $newState, $labels, $begin, $end);
    221                 createPlots($thisServer, $labels, $begin, $end);
     221                if ($thisServer eq "stdscience") createPlots($thisServer, $labels, $begin, $end);
    222222            }
    223223            else { print "* WARNING: no $thisServer labels found in Db\n";}
     
    250250
    251251            chomp($label);
    252             $plotter->createTimeSeries($label, $stage, $begin, $end, 1, 1, 1);
     252            $plotter->createTimeSeries($label, $stage, $begin, $end, 1, 0, 1);
    253253        }
    254254    }
     
    265265    $allServerLabels = "all_".$server."_labels";
    266266
    267     $plotter->createTimeSeries($allServerLabels, undef, $begin, $end, 1, 1, 1);
     267    $plotter->createTimeSeries($allServerLabels, undef, $begin, $end, 1, 0, 1);
    268268
    269269    foreach $stage (@stages) {
    270270
    271         $plotter->createTimeSeries($allServerLabels, $stage, $begin, $end, 1, 1, 1); # TODO must be a neater way...
     271        $plotter->createTimeSeries($allServerLabels, $stage, $begin, $end, 1, 0, 1); # TODO must be a neater way...
    272272    }
    273273}
Note: See TracChangeset for help on using the changeset viewer.