Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Feature Request: joblog option #35

Closed
galiagante opened this issue Jan 5, 2017 · 4 comments
Closed

Feature Request: joblog option #35

galiagante opened this issue Jan 5, 2017 · 4 comments

Comments

@galiagante
Copy link

This would reproduce the --joblog feature seen in current versions of GNU Parallel.

Handy for troubleshooting or for tasks that otherwise require information on the exit values of tasksrun via Parallel

@mmstick
Copy link
Owner

mmstick commented Jan 11, 2017

This is a status update that I'm getting fairly close to completing the job log feature. I have a trivial logic error to track down and some other unrelated refactoring to do, but I might have it completed by the end of tomorrow. The implementation avoids heap allocations. Integers are directly converted into a shared stack-allocated &[u8] and written directly to the buffered file, so there should be zero performance overhead to implementing the new feature.

screenshot from 2017-01-10 15-13-21

@mmstick
Copy link
Owner

mmstick commented Jan 11, 2017

Finished

@mmstick mmstick closed this as completed Jan 11, 2017
@mmstick
Copy link
Owner

mmstick commented Jan 11, 2017

screenshot from 2017-01-11 17-07-22

@mmstick
Copy link
Owner

mmstick commented Jan 16, 2017

Just an update that you might be interested in the new time format (--joblog-8601)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants