Hi
I need to build a BT that shows me only the .html transactions exceeding 2 ms (just an example) . I have built a measure and a BT as shown below . My BT is filtering the transactions correctly based on response time but it is also getting web requests which are not html requests.Can you let me know how can I restrict this only 2 HTML request count.Also I need to create a chart showing the count of this request split based on a agent basis.But even the split up in not happening?
Answer by Anurag S. ·
I tried to change the "Occurrence on PurePath" to First Occurrence but still I got .gif web requests.
This may seem like "sweeping it under the carpet" but I typically filter out static resource requests such as .css/.js/.jpg/.gif/.ico from the Agent Group > Sensor Configuration > (Web Server|Servlet|ASP.NET) Properties as they are usually served very quickly and they don't normally pose a performance issue to the end user.
I still can't explain why, given your BT as outlined above, it is not working but that would be one way to "handle" it.
Rick B
Answer by Rick B. ·
I'm assuming the last image is from when you drilled down or filtered on your new BT, is that correct?
This shouldn't matter in the case of jpg/css (or most other transactions for that matter) but I would set "Occurrence on PurePath" to First Occurrence
Rick B
JANUARY 15, 3:00 PM GMT / 10:00 AM ET