Skip to content
New issue

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

send SIGINT and SIGTERM to children when received #97

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

harp-intel
Copy link
Contributor

Addresses #96.

When SIGINT or SIGTERM is received by the perfspect process, the signal will be sent to child processes.

This is to address the problem seen when SIGINT is sent through the signal command, e.g., when scripted.

@harp-intel harp-intel merged commit 9cd364a into main Nov 20, 2024
4 checks passed
@harp-intel harp-intel deleted the sigchildren branch November 20, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kill -SIGINT <perfspect pid> is not cleanly exiting during 'metrics' command
1 participant