[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Using htcondor.EventLog to to study Condor File Transfer



I am trying to analyze job logs that use Condor Fie Transfer for containers. I am specifically interested in timing and error detection.

The log entries I want to look at with the htcondor2.JobEvent class:

000 (45036388.002.000) 2025-04-10 10:16:18 Job submitted from host: <10.14.0.39:9618...
...
040 (45036388.002.000) 2025-04-10 10:17:15 Started transferring input files
ÂÂÂÂÂÂÂ Transferring to host: <10.14.9.111:9618?addrs=10.14.9.111-9618&alias=node2111.cluster.ldas.cit&noUDP&sock=slot1_6_12567>
...
040 (45036388.002.000) 2025-04-10 10:17:19 Finished transferring input files
â

My question for event type 40 how tell the difference between Started and Finished? I cannot find anything in the event object.
Maybe it is possible to get the text of the line that created the event?

How are errors and retries reported?

Any suggestions will be appreciated
Joe