-
Notifications
You must be signed in to change notification settings - Fork 196
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
I had a question regarding multiple command orchestration #261
Comments
Yes, you can run multiple
Description of the Code
|
That's exactly what I need, thanks for the detailed explanation and example! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have tried out Pumba, it's an incredible tool! I require my test case to perform different perturbations simultaneously in different docker containers and interfaces. Is it possible to perform multiple subcommands to the same interface, or even to multiple interfaces or containers in the same main command or is it required to run multiple processes, one for each subcommand, forking in a bash script?
For example: eth0 of container 1 has packets delayed, container 2 is temporarily stopped, 1 minute after I require to drop some packets from eth0 of container 1 and 1 min after restore container 2.
If you think is a better way to achieve this I'm open to ideas.
Best regards
The text was updated successfully, but these errors were encountered: