Hi,
If you want an non-trivial example of using the C++ log reader API, you can look here:
This pushes HTCondor job events into an AMQP queue. It also uses inotify so job statuses are pushed as soon as the log is written by HTCondor.
Brian I have to build a wrapper layer to monitor condor jobs. I hope the status of jobs can be reported to a remote GUI program as soon as possible. So I want to build a daemon using condor C++ log reader class to read job events periodically in submit nodes and send them to the monitor program. I want to know if this is a good idea and if not, what should I do? Thanks in advance!
_______________________________________________ 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/
|