Changeset 42049 for trunk/pstamp/scripts/pstamp_server_status
- Timestamp:
- Feb 17, 2022, 2:07:53 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_server_status (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_server_status
r41584 r42049 53 53 my $now = `date -u`; 54 54 55 print "<b>Status updated: </b> $now<br /> <br />\n";55 print "<b>Status updated: </b> $now<br />\n"; 56 56 57 57 my $down = 0; … … 121 121 122 122 if ($scheduler_state) { 123 print "Pantasks Scheduler $scheduler_state.\n";123 print $br . "Pantasks Scheduler $scheduler_state.\n"; 124 124 if ($controller_state) { 125 125 print $br . "Pantasks Controller $controller_state.\n"; 126 # loading active labels 127 my $runlabels = `echo \"show.labels; quit\" \| pantasks_client -c ~ippitc/pstamp/ptolemy.rc \| tail -n +7`; 128 print $br . "Current Labels: \n" . $runlabels . "\n"; 126 129 } else { 127 130 print STDERR "Controller state not found";
Note:
See TracChangeset
for help on using the changeset viewer.
