IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of Processing


Ignore:
Timestamp:
Apr 9, 2010, 10:12:50 AM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v6 v7  
    5050}}}
    5151
     52To check the current labels being processed:
     53
     54{{{
     55pantasks: show.labels
     56}}}
     57
    5258Within {{{pantasks}}}, to check processing status, do
    5359
     
    5662}}}
    5763
    58 To check the current labels being processed:
    59 
    60 {{{
    61 pantasks: show.labels
    62 }}}
     64This 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   
     84The 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
    6386
    6487= Stopping and staring the servers =