Replies: 2 comments 14 replies
-
Hi @ptnapoleon, not sure who to tag for this, but could someone confirm that this has been seen? Thanks |
Beta Was this translation helpful? Give feedback.
14 replies
-
Hi, if anyone has a chance to look at this again , our main question is, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team!
Just wanted to reach out to see if you have any ideas. Currently, we run experiments on our application and the application metrics go to our Datadog Dashboard.
With cpu pressure we can now specify how much cpu it will use with a percentage. We really want to validate the cpu usage with metrics, to show other users that various cpu percentages has a different effect. We currently use the following metric in our Datadog dashboard: kubernetes.cpu.usage.total/kubernetes.cpu.limits*100 to get an idea of the overall cpu % limits, but this metric does not vary according to different cpu percents given in the experiment definition.
In this screenshot i ran a 33 percent experiment and then a 60 percent experiment though i could not see a difference.
This process metric also does not show us what we are looking for
The requests and limits are stated as follows
requests:
memory: "1536Mi"
cpu: "3"
limits:
memory: "1536Mi"
cpu: "3"
I was able to use the sysbench cpu test you provided in your docs to validate on the container that the cpu pressure does correctly inject with various levels of pressure and it correctly shows the change in number of events per second. I was just wondering whether there are metrics you may know of that provide similar information on cpu performance, or some calculation that I should look into to prove the various percentages being injected.
I also wanted to ask a few more questions, if i am running a 40 percent cpu pressure experiment, am i running 40% of the limit or 40% of the request.
The target pods are autoscaling so how does the HPA know to do that, based on what exactly.
Thanks, in advance.
Beta Was this translation helpful? Give feedback.
All reactions