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

Re: [HTCondor-users] Access to RemoteWallClockTime via C API



I was able to obtain wallclocktime by taking a difference of timestamps of the job events in the log file.
I took a difference of the timestamps when jobs terminated normally(ULOG_JOB_TERMINATED) and the timestamps of job events when they started executing(ULOG_EXECUTE). 

Thanks,
Kartik


On Sat, Apr 20, 2013 at 12:50 PM, Kartik Vedalaveni <kartik@xxxxxxxxxxx> wrote:
Hi, 

I am trying to access data-structure containing  RemoteWallClockTime using the  User and Job Log Reader API. I couldn't find it anywhere. I see the presence of a blackbox ClassAd pointer in condor_event.h . I need to make use of it in an external C program that I am using to interface with the Job Log Reader API.

Can someone please point me in the direction where I can access the value of RemoteWallClockTime after the job have been terminated successfully, I was counting its presence on JobTerminated Event but it doesn't exist there.

Thanks,
Kartik