IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28729


Ignore:
Timestamp:
Jul 28, 2010, 11:57:31 AM (16 years ago)
Author:
rhenders
Message:

Now creating plots per stage per label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/roboczar.pl

    r28719 r28729  
    144144
    145145                $czarDb->insertNewTimeData($stage, $label, $new, $full, $faults, $reverting);
     146                $czarplot->createTimeSeries($label,  $stage, $begin, $end);
    146147            }
    147148
     
    158159            #routineChecks($label, "1 HOUR");
    159160        }
    160             $czarplot->createTimeSeries("all_labels", undef, $begin, $end);
    161             $czarplot->createHistogram("all_labels", $begin, $end);
     161        $czarplot->createTimeSeries("all_labels", undef, $begin, $end);
     162        $czarplot->createHistogram("all_labels", $begin, $end);
     163        foreach $stage (@stages) {
     164
     165            $czarplot->createTimeSeries("all_labels",  $stage, $begin, $end); # TODO must be a neater way...
     166        }
    162167        print "--------------------------------------------------------------------------\n";
    163168        print "* Going to sleep\n";
Note: See TracChangeset for help on using the changeset viewer.