Yes - the "since" option is quite nice as it informs the schedd / client when it can stop scanning and ignore the rest of the history.
If you're scraping through logs, it's also useful to note that condor_history can work against a remote schedd (and has reasonable python bindings to boot). This way, your cronjob only needs to be run at one location instead of trying to keep N cronjobs
alive for N hosts.
Ah -- but again this is tricky.
"CommittedTime" is the aggregate wall clock time for jobs that run to completion or successfully self-checkpoint. So, a job that is removed after 24 hours of running will not see any CommittedTime.
You might be right on the CPU usage pieces; that part has left my memory.
|