We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One of the reasons duct was implemented was to poll processes where the parent abandons the child process.
Example test script: https://github.com/con/duct/blob/af67030a40fef7378418d5fa626d6baee7523436/abandoning_parent.sh
The text was updated successfully, but these errors were encountered:
don't we test with smth like that already?
Sorry, something went wrong.
while testing this one I think it would be useful to compare against GNU time's report -- does that one track it nicely?
@djarecka used GNU time to track max memory consumption for their investigation.
asmacdo
No branches or pull requests
One of the reasons duct was implemented was to poll processes where the parent abandons the child process.
Example test script: https://github.com/con/duct/blob/af67030a40fef7378418d5fa626d6baee7523436/abandoning_parent.sh
The text was updated successfully, but these errors were encountered: