Changeset 27211 for trunk/pstamp/scripts/pstamp_server_status
- Timestamp:
- Mar 5, 2010, 1:47:06 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_server_status (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_server_status
r27170 r27211 88 88 my ($task_state, $task, $nrun, $njobs, $ngood, $nfail, $ntime, $cmd) = split " ", $line; 89 89 # print "$task $task_state\n"; 90 my %this_task = ( name => $task, n jobs => $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 ); 91 91 92 92 # change '.' in task name to '_' so we have a valid hash key … … 116 116 117 117 if ($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. $request_run->{nfail} failed to parse."; 119 119 if ($request_fin) { 120 120 print " $request_fin->{ngood} Requests finished."; … … 125 125 print "\n"; 126 126 if ($job_run) { 127 print " $job_run->{ngood} of $job_run->{njobs} Jobs run successfully.";127 print "<b>Job Status:</b> $job_run->{nrun} running. $job_run->{ngood} completed successfully. $job_run->{nfail} failed"; 128 128 print "\n"; 129 129 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
