Hi Martin,
I did write a short howto for my useres about that here:
In short you can use condor_chirp from inside your job and put any kind of messages into a custom job_classadd.
For ex. you create a jobclassadd called percentage-done and every now and then from inside your job you put the actual percentage into it using condor_chirp.
On the submit host you can use condor_q to read out/list these values for ex:
condor_q -format "%d." ClusterId -format "%d " ProcId -format "%d\n" percentage-done
Best
Christoph
--
Christoph Beyer
DESY Hamburg
IT-Department
Notkestr. 85
Building 02b, Room 009
22607 Hamburg
phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx
Von: "Martin Sajdl" <masaj.xxx@xxxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Mittwoch, 6. November 2019 08:11:00
Betreff: [HTCondor-users] A job output reading
Hi,
is there a way how to read output of a running job just DURING its runtime?
I have a utility that reports its progress to stdout and I would like to be able to check the progress... Of course, there is a workaround to send the progress to a port etc. BTW, what is a standard way to do that?
Thanks,
Masaj
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/