| 58 | | To check the current labels being processed: |
| 59 | | |
| 60 | | {{{ |
| 61 | | pantasks: show.labels |
| 62 | | }}} |
| | 64 | This will return something like |
| | 65 | |
| | 66 | {{{ |
| | 67 | Task Status |
| | 68 | AV Name Nrun Njobs Ngood Nfail Ntime Command |
| | 69 | +- extra.labels.on 0 3 3 0 0 echo |
| | 70 | +- extra.labels.off 0 3 3 0 0 echo |
| | 71 | +- ns.initday.load 0 3 3 0 0 echo |
| | 72 | ++ ns.registration.load 0 1331 1331 0 0 automate_stacks.pl |
| | 73 | ++ ns.chips.load 0 66 66 0 0 automate_stacks.pl |
| | 74 | ++ ns.chips.run 0 4 4 0 0 automate_stacks.pl |
| | 75 | ++ ns.stacks.load 0 5825 5825 0 0 automate_stacks.pl |
| | 76 | ++ ns.stacks.run 0 6 6 0 0 automate_stacks.pl |
| | 77 | ++ ns.burntool.load 0 8 8 0 0 automate_stacks.pl |
| | 78 | ++ ns.burntool.run 0 360 360 0 0 ipp_apply_burntool.pl |
| | 79 | ++ chip.imfile.load 1 48039 48038 0 0 chiptool |
| | 80 | ++ chip.imfile.run 0 23524 17755 5769 0 chip_imfile.pl |
| | 81 | ++ chip.advanceexp 0 7514 7514 0 0 chiptool |
| | 82 | }}} |
| | 83 | |
| | 84 | The key thing to monitor here is the {{{Nfail}}} column. Depending on the process, different numbers of Nfail as a proportion of Njobs are deemed acceptable. |
| | 85 | |