IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28868


Ignore:
Timestamp:
Aug 9, 2010, 11:07:10 AM (16 years ago)
Author:
rhenders
Message:

Can plot time series of neb disk use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarplot.pl

    r28862 r28868  
    8484my $diskUsage = 1; # TODO
    8585
    86 if ($timeSeries) {$czarplot->createTimeSeries($label, $stage, $begin, $end);}
     86if (!$nebulous && $timeSeries) {$czarplot->createTimeSeries($label, $stage, $begin, $end);}
    8787if ($histogram) {$czarplot->createHistogram($label, $begin, $end);}
    88 if ($nebulous) {$czarplot->plotDiskUsageHistogram();}
    89 #if ($nebulous) {$czarplot->plotStorageTimeSeries($begin, $end);}
     88if ($nebulous && $timeSeries) {$czarplot->plotStorageTimeSeries($begin, $end);}
     89elsif ($nebulous) {$czarplot->plotDiskUsageHistogram();}
    9090
Note: See TracChangeset for help on using the changeset viewer.