ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 45 - SPLK-4001 discussion

Report
Export

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?

A.
Create a temporary plot by dragging items A and B into the Analytics Explorer window.
Answers
A.
Create a temporary plot by dragging items A and B into the Analytics Explorer window.
B.
Create a plot C using the formula (A-B) and add a scale:percent function to express the rate of change as a percentage.
Answers
B.
Create a plot C using the formula (A-B) and add a scale:percent function to express the rate of change as a percentage.
C.
Create a plot C using the formula (A/B-l) and add a scale: 100 function to express the rate of change as a percentage.
Answers
C.
Create a plot C using the formula (A/B-l) and add a scale: 100 function to express the rate of change as a percentage.
D.
Create a temporary plot by clicking the Change% button in the upper-right corner of the plot showing lines A and B.
Answers
D.
Create a temporary plot by clicking the Change% button in the upper-right corner of the plot showing lines A and B.
Suggested answer: C

Explanation:

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 change as a percentage.

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 latency1

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%2

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.

To learn more about how to use formulas and scale functions in Splunk Observability Cloud, you can refer to these documentations34.

1: https://www.mathsisfun.com/numbers/percentage-change.html 2: https://docs.splunk.com/Observability/gdi/metrics/analytics.html#Scale 3: https://docs.splunk.com/Observability/gdi/metrics/analytics.html#Formula 4: https://docs.splunk.com/Observability/gdi/metrics/analytics.html#Scale

asked 23/09/2024
Moraes, Jefferson
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first