- Timestamp:
- Apr 18, 2012, 1:42:47 PM (14 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 6 edited
-
czartool/czarpoll.pl (modified) (1 diff)
-
czartool/czartool.pl (modified) (5 diffs)
-
czartool/czartool/CzarDb.pm (modified) (1 diff)
-
czartool/czartool/DayMetrics.pm (modified) (1 diff)
-
czartool/roboczar.pl (modified) (1 diff)
-
raw/czartool_labels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czarpoll.pl
r32775 r33800 45 45 "stack", 46 46 "diff", 47 "magic",48 "magicDS",49 47 "dist", 50 48 "pub"); -
trunk/ippMonitor/czartool/czartool.pl
r32093 r33800 32 32 my @publishingLabels = undef; 33 33 34 my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", " magic", "magicDS", "dist", "pub");34 my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", "dist", "pub"); 35 35 promptPoll(); 36 36 … … 156 156 chomp($label); 157 157 158 printf("\n+-------------------------------------------------------------------------------------------------------------------- --------------------------+\n");159 printf("| %32s|\n", $label);160 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");161 printf("| state | chip | cam | fake | warp | stack | diff | magic | destreak |dist | publish |\n");162 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");158 printf("\n+--------------------------------------------------------------------------------------------------------------------+\n"); 159 printf("| %32s |\n", $label); 160 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 161 printf("| state | chip | cam | fake | warp | stack | diff | dist | publish |\n"); 162 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 163 163 164 164 my $state; … … 179 179 } 180 180 181 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");181 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 182 182 183 183 } … … 191 191 my ($state) = @_; 192 192 #print time, $/; 193 printf("\n+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------+\n");194 printf("| %10s (any faults are shown in parentheses)|\n", $state);195 printf("+----- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+\n");196 printf("| no | label | distributing? | publishing? | chip | cam | fake | warp | stack | diff | magic | destreak |dist | publish |\n");197 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");193 printf("\n+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n"); 194 printf("| %10s (any faults are shown in parentheses) |\n", $state); 195 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 196 printf("| no | label | distributing? | publishing? | chip | cam | fake | warp | stack | diff | dist | publish |\n"); 197 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 198 198 199 199 my $stdsLabel; … … 232 232 } 233 233 234 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");234 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 235 235 236 236 } -
trunk/ippMonitor/czartool/czartool/CzarDb.pm
r32797 r33800 16 16 "stack", 17 17 "diff", 18 "magic",19 "magicDS",20 18 "dist", 21 19 "pub"); # TODO put elsewhere -
trunk/ippMonitor/czartool/czartool/DayMetrics.pm
r32093 r33800 98 98 my %labelTables; 99 99 100 my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", " magic", "magicDS", "dist");100 my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "dist"); 101 101 102 102 -
trunk/ippMonitor/czartool/roboczar.pl
r32098 r33800 21 21 my $czarDb = $config->getCzarDbInstance(); 22 22 23 my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", " magic", "magicDS", "dist"); # TODO get from Pantasks23 my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "dist"); # TODO get from Pantasks 24 24 25 25 my @interestedServers = $config->getRoboczarInterestedServers(); -
trunk/ippMonitor/raw/czartool_labels.php
r33063 r33800 35 35 "stack", 36 36 "diff", 37 "magic",38 "magicDS",39 37 "dist", 40 38 "pub"); … … 470 468 471 469 $link = $defaultlink; 472 getStateAndFaults($db, $thisLabel, $selectedState, "magic", $str, $anyFaults);473 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, (!$isUpdate && !$distributing) ? "gray" : null);474 475 $link = $defaultlink;476 getStateAndFaults($db, $thisLabel, $selectedState, "magicDS", $str, $anyFaults);477 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, (!$isUpdate && !$distributing) ? "gray" : null);478 479 $link = $defaultlink;480 470 getStateAndFaults($db, $thisLabel, $selectedState, "dist", $str, $anyFaults); 481 471 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, (!$isUpdate && !$distributing) ? "gray" : null);
Note:
See TracChangeset
for help on using the changeset viewer.
