Changeset 32325
- Timestamp:
- Sep 5, 2011, 9:11:49 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czarplot.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czarplot.pl
r32093 r32325 25 25 my $magicMask = undef; 26 26 my $rateInterval = undef; 27 my $deriv = undef;28 27 my $nebulous = undef; 29 28 my $savingToFile = undef; … … 46 45 "nebulous|n" => \$nebulous, 47 46 "rate|r" => \$rate, 48 "deriv|f" => \$deriv,49 47 "analysis|a" => \$analysis, 50 48 "timeseries|t" => \$timeSeries, … … 73 71 if (!$rate) { 74 72 print "* OPTIONAL: plot histogram of rate -r (default=off)\n";} 75 if (!$deriv) {76 $deriv = 0;77 print "* OPTIONAL: plot first derivative -f (default=$deriv)\n";}78 73 if (!$analysis) { 79 74 $analysis = 0; … … 94 89 print "* OPTIONAL: time interval for rate plot -i <'1 hour'|'1 day'|etc> (default=depends on time frame)\n";} 95 90 if (!$begin) { 96 print "* OPTIONAL: choose a begin time -b <datetime> (default= 6:35am this morning)\n";}91 print "* OPTIONAL: choose a begin time -b <datetime> (default=18:00)\n";} 97 92 if (!$end) { 98 93 print "* OPTIONAL: choose an end time -e <datetime> (default=now)\n";}
Note:
See TracChangeset
for help on using the changeset viewer.
