Changeset 40851 for trunk/ippMonitor
- Timestamp:
- Jul 29, 2019, 2:12:36 PM (7 years ago)
- Location:
- trunk/ippMonitor/czartool
- Files:
-
- 2 edited
-
czarplot.pl (modified) (1 diff)
-
roboczar.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czarplot.pl
r38258 r40851 76 76 print "* OPTIONAL: plot nebulous disk space -n (default=off)\n";} 77 77 if (!$label) { 78 $label = " all_stdscience_labels";78 $label = "stdscience_labels"; 79 79 print "* OPTIONAL: choose a label -l <labellName> (default=$label)\n";} 80 80 if (!$stage) { -
trunk/ippMonitor/czartool/roboczar.pl
r38276 r40851 101 101 foreach $stage (@stages) { 102 102 103 my $stageMetrics = new czartool::StageMetrics($stage, " all_stdscience_labels", $dbname, $begin, $end);103 my $stageMetrics = new czartool::StageMetrics($stage, "stdscience_labels", $dbname, $begin, $end); 104 104 105 105 if ($czarDb->runAnalysis($stageMetrics, $dbname)) {$stageMetrics->printMe();}
Note:
See TracChangeset
for help on using the changeset viewer.
