IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2010, 1:47:06 PM (16 years ago)
Author:
bills
Message:

add support for making stamps from unconvolved stacks and if
REQFILT is a single charcter append a '%' character

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_server_status

    r27170 r27211  
    8888        my ($task_state, $task, $nrun, $njobs, $ngood, $nfail, $ntime, $cmd) = split " ", $line;
    8989#        print "$task $task_state\n";
    90         my %this_task = ( name => $task, njobs => $njobs, ngood => $ngood, nfail => $nfail, ntime => $ntime, cmd => $cmd );
     90        my %this_task = ( name => $task, nrun=> $nrun, njobs => $njobs, ngood => $ngood, nfail => $nfail, ntime => $ntime, cmd => $cmd );
    9191
    9292        # change '.' in task name to '_' so we have a valid hash key
     
    116116
    117117if ($request_run) {
    118     print "$request_run->{ngood} of $request_run->{njobs} Requests parsed successfully.";
     118    print "<b>Parser Status:</b> $request_run->{nrun} running. $request_run->{ngood} parsed successfully.&nbsp; $request_run->{nfail} failed to parse.";
    119119    if ($request_fin) {
    120120        print "  $request_fin->{ngood} Requests finished.";
     
    125125    print "\n";
    126126    if ($job_run) {
    127         print "$job_run->{ngood} of $job_run->{njobs} Jobs run successfully.";
     127        print "<b>Job Status:</b> &nbsp;&nbsp; $job_run->{nrun} running. &nbsp; $job_run->{ngood} completed successfully. &nbsp; $job_run->{nfail} failed";
    128128        print "\n";
    129129    } else {
Note: See TracChangeset for help on using the changeset viewer.