SPLK-4001 · Question #54
A DevOps engineer wants to determine if the latency their application experiences is growing fester after a new software release a week ago. They have already created two plot lines, A and B, that…
The correct answer is C. Create a plot C using the formula (A/B-l) and add a scale: 100 function to express the rate of. To calculate the rate of change in latency, you need to compare the current latency (plot A) with the latency a week ago (plot B). One way to do this is to use the formula (A/B-l), which gives you the ratio of the current latency to the previous latency minus one. This ratio…
Question
A DevOps engineer wants to determine if the latency their application experiences is growing fester after a new software release a week ago. They have already created two plot lines, A and B, that represent the current latency and the latency a week ago, respectively. How can the engineer use these two plot lines to determine the rate of change in latency?
Options
- ACreate a temporary plot by dragging items A and B into the Analytics Explorer window.
- BCreate a plot C using the formula (A-B) and add a scale:percent function to express the rate of
- CCreate a plot C using the formula (A/B-l) and add a scale: 100 function to express the rate of
- DCreate a temporary plot by clicking the Change% button in the upper-right corner of the plot
How the community answered
(21 responses)- A19% (4)
- B10% (2)
- C67% (14)
- D5% (1)
Explanation
To calculate the rate of change in latency, you need to compare the current latency (plot A) with the latency a week ago (plot B). One way to do this is to use the formula (A/B-l), which gives you the ratio of the current latency to the previous latency minus one. This ratio represents how much the current latency has increased or decreased relative to the previous latency. For example, if the current latency is 200 ms and the previous latency is 100 ms, then the ratio is (200/100-l) = 1, which means the current latency is 100% higher than the previous latency, To express the rate of change as a percentage, you need to multiply the ratio by 100. You can do this by adding a scale: 100 function to the formula. This function scales the values of the plot by a factor of 100. For example, if the ratio is 1, then the scaled value is 100%. To create a plot C using the formula (A/B-l) and add a scale: 100 function, you need to follow these steps: Select plot A and plot B from the Metric Finder. Click on Add Analytics and choose Formula from the list of functions. In the Formula window, enter (A/B-l) as the formula and click Apply. Click on Add Analytics again and choose Scale from the list of functions. In the Scale window, enter 100 as the factor and click Apply. You should see a new plot C that shows the rate of change in latency as a percentage.
Topics
Community Discussion
No community discussion yet for this question.