diff --git a/condor_check b/condor_check index 416cab9..3ffc7ec 100755 --- a/condor_check +++ b/condor_check @@ -13,9 +13,12 @@ if [ "X"$SHORT == "X" ] ; then SHORT="long" ; fi # Header echo Summary Table for glidinWMS pool $POOLNAME at `/bin/date -u` +echo + # Summary Table from the Collector condor_status -pool $POOLNAME -schedd || exit 2 echo + # Last Negotiation Cycle time negotime=`condor_status -pool $POOLNAME -nego -l | grep LastNegotiationCycleDuration0 | awk '{print $3}'` || exit 3 echo "Negotiation time = ${negotime}s" diff --git a/condor_functions.sh b/condor_functions.sh index 2d8c738..70fc01f 100644 --- a/condor_functions.sh +++ b/condor_functions.sh @@ -1,5 +1,7 @@ #!/bin/bash +# BUG: -const '(CurrentTime-EnteredCurrentStatus<86400)' is being ignored! + getClassAds() { # Function to dump a set of ClassAds for queued, running and jobs # from the past 24h of condor history. If the command fails remotely, diff --git a/condor_history_analyze.sh b/condor_history_analyze.sh index 3979601..68655e8 100755 --- a/condor_history_analyze.sh +++ b/condor_history_analyze.sh @@ -17,22 +17,7 @@ FILE=$glideinWMSMonitor_OUTPUT_DIR/`ls -1rt /crabprod/CSstoragePath/Monitor \ | grep ^monitor-anaops-history | grep \.txt$ | tail -1` NOW=`ls -l --time-style=+%s $FILE | awk '{print $6}'` -cat <