Changeset 42050
- Timestamp:
- Feb 17, 2022, 2:08:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20170121/pstamp/scripts/pstamp_server_status
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/pstamp/scripts/pstamp_server_status merged eligible /trunk/pstamp/scripts/pstamp_server_status merged eligible
r36639 r42050 39 39 # isn't necessary if the pstamp/web stuff is configured to point at the 40 40 # ipp build. But currently it's running out of Bill's build 41 my $ipphome = "/home/panstarrs/ipp"; 41 42 # EAM 2017.03.08 : need to point at temporary ITC location: 43 # my $ipphome = "/home/panstarrs/ipp"; 44 my $ipphome = "/data/ippc64.1/ippitc"; 42 45 my $status_cmd = "psstatus"; 43 46 … … 46 49 chdir $rundir or die "failed to cd to $rundir"; 47 50 48 51 # print "pantasks_client: $pantasks_client\n"; 49 52 50 53 my $now = `date -u`; 51 54 52 print "<b>Status updated: </b> $now<br /> <br />\n";55 print "<b>Status updated: </b> $now<br />\n"; 53 56 54 57 my $down = 0; … … 118 121 119 122 if ($scheduler_state) { 120 print "Pantasks Scheduler $scheduler_state.\n";123 print $br . "Pantasks Scheduler $scheduler_state.\n"; 121 124 if ($controller_state) { 122 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"; 123 129 } else { 124 130 print STDERR "Controller state not found"; -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
