-
Type: Improvement
-
Resolution: Fixed
-
Priority: Critical
-
Affects Version/s: 3.1
-
Component/s: Worker Tools
-
None
Seqexec needs to be enahnced to capture and output the start time, duration, exitcode of each executable in the .in file.
We require a change where irrespective of whether executable are run with kickstart inside of seqexec these metrics are captured. (in the same fashion as the are in kickstart)
the output can be in the form
[seqexec-task id=1, start="xxxxxx", duration=yyyy, exitcode=zzzz]
at the end instead of the existing struct like below
[struct stat="OK", lines=3, count=3, failed=0, duration=0.019, start="2011-04-15T11:41:47-07:00"]
we should have
[seqexec-summary stat="OK", count=3, success=1, failed=1, remaining=1,,duration=0.019, start="2011-04-15T11:41:47-07:00" exitcode=XXX]
I don't know what the meaning of stat is and if not needed we can eliminate it.