Changeset 42819 for branches/eam_branches/ipp-20230313/ippMonitor/scripts/czartool_getServerStatus.pl
- Timestamp:
- May 8, 2025, 4:08:38 PM (14 months ago)
- Location:
- branches/eam_branches/ipp-20230313/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
scripts/czartool_getServerStatus.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippMonitor
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ppmerge-20241229/ippMonitor (added) merged: 42803 /trunk/ippMonitor merged: 42790-42791,42794-42795,42798,42806
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/ippMonitor/scripts/czartool_getServerStatus.pl
r41726 r42819 19 19 20 20 if ($proj eq 'gpc1') { 21 $user = 'ipp itc';21 $user = 'ippps1'; 22 22 } else { 23 23 $user = 'ippps2'; 24 } 25 26 my @cmdOut3 = `grep PANTASKS_SERVER ~$user/$server/ptolemy.rc |grep -v std | grep -v PORT 2>&1`; 27 my $line3; 28 foreach $line3 (@cmdOut3) { 29 chomp($line3); 30 print "$line3 \n"; 24 31 } 25 32 … … 40 47 my @fields = split /\s+/, $line2; 41 48 49 42 50 # run job example 43 51 # field0 1 2 3 4 5 6 7 8 … … 50 58 $nline = $nline + 1; 51 59 } 60 61
Note:
See TracChangeset
for help on using the changeset viewer.
