Changeset 42794 for trunk/ippMonitor/scripts/czartool_getServerStatus.pl
- Timestamp:
- Mar 25, 2025, 4:04:52 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/scripts/czartool_getServerStatus.pl
r41726 r42794 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.
