Monitoring Splunk

How do I compare last week's and the current week's data for page loaded time to see Splunk Web performance?

rck
New Member

How can I compare the t_done event in Splunk Web performance for last week's data and current data?

0 Karma

gyslainlatsa
Motivator

hi rck,

that is the example using timewrap:

 source="Perfmon:CPU Load" counter="% Processor Time" host="SERVER01" earliest=-1d@d latest=-0d@d 
 | timechart avg(Value) span=1h 
 | timewrap w 
 | where strftime(_time, "%A") == " day of the week"

For more informations, try following this link:

https://answers.splunk.com/answers/60295/comparing-time-ranges-one-report.html

0 Karma

Jeremiah
Motivator

Try using the Timewrap app. You can use it to compare two time ranges by adding it your search.

https://splunkbase.splunk.com/app/1645/

t_done=* earliest=-2w@w latest=@w | timechart avg(t_done) | timewrap w

Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...