-
Notifications
You must be signed in to change notification settings - Fork 850
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
Add stress-ng to target pid namespace #685
Add stress-ng to target pid namespace #685
Conversation
Signed-off-by: yangkeao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #685 +/- ##
==========================================
- Coverage 55.78% 54.30% -1.48%
==========================================
Files 68 68
Lines 4383 4600 +217
==========================================
+ Hits 2445 2498 +53
- Misses 1768 1914 +146
- Partials 170 188 +18
Continue to review full report at Codecov.
|
@cwen0,Thanks for your review. |
@AngleNet,Thanks for your review. |
/merge |
/run-all-tests |
/merge |
/run-all-tests |
* add -F and corresponding arguments to nsenter Signed-off-by: yangkeao <[email protected]> * use infinite reader as stdin Signed-off-by: Yang Keao <[email protected]> * normal program Signed-off-by: Yang Keao <[email protected]> * don't use toolkit in busybox! Signed-off-by: Yang Keao <[email protected]> * remove no-fork for nsenter Signed-off-by: Yang Keao <[email protected]> * add new pgid Signed-off-by: Yang Keao <[email protected]> * dev on minikube Signed-off-by: Yang Keao <[email protected]> * add logs and kill children Signed-off-by: Yang Keao <[email protected]> * check back value.yaml Signed-off-by: Yang Keao <[email protected]> * remove redundant logs Signed-off-by: Yang Keao <[email protected]> Co-authored-by: AngleNet <[email protected]> Co-authored-by: CWen <[email protected]>
What problem does this PR solve?
With this PR, users can see stress-ng process in corresponding pod. This PR also uses a util-linux version of nsenter rather than busybox's one. The util-linux's nsenter is more stable and seems to have less bugs.
What is changed and how does it work?
Check List
Tests
Code changes