Changeset 29803
- Timestamp:
- Nov 22, 2010, 4:12:48 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarmetrics.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarmetrics.pl
r29751 r29803 35 35 } 36 36 if (!$day) { 37 print "* OPTIONAL: choose a single day to plot-y <date> (default=today)\n";37 print "* OPTIONAL: choose a single day -y <date> (default=today)\n"; 38 38 } 39 39 if (!$begin) { … … 63 63 while (1) { 64 64 65 my $dayMetrics = new czartool::DayMetrics($gpc1Db, $czarDb, " ./ippMetrics", 1, 0, $thisDay);65 my $dayMetrics = new czartool::DayMetrics($gpc1Db, $czarDb, "/data/ipp004.0/ipp/ippMetrics/", 1, 0, $thisDay); 66 66 $dayMetrics->writeHTML(); 67 67
Note:
See TracChangeset
for help on using the changeset viewer.
