| | 84 | == analysis == |
| | 85 | |
| | 86 | Simple analysis can be performed for a given stage, provisind g start and finish times as well as reporting whetehr that stage is currently 'stuck' (i.e. there are pending images, but processing is not proceeding). For example |
| | 87 | |
| | 88 | |
| | 89 | {{{ |
| | 90 | ./czarplot.pl -d 2010-10-16 -f -s chip -a |
| | 91 | +---------------+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+ |
| | 92 | | stage | started | finished | time taken | processed | pending | rate | faults | stuck? | |
| | 93 | +---------------+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+ |
| | 94 | | chip | 2010-10-16 07:30:25| 2010-10-16 19:33:24| 12:02:59 | 330 | 0 | 27.39 | 0 | no | |
| | 95 | +---------------+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+ |
| | 96 | }}} |
| | 97 | |
| | 98 | |