• Forums
    • Public Forums
      • Community Connect
      • Dynatrace
        • Dynatrace Open Q&A
      • Application Monitoring & UEM
        • AppMon & UEM Open Q&A
      • Network Application Monitoring
        • NAM Open Q&A
  • Home /
  • Public Forums /
  • Application Monitoring & UEM /
  • AppMon & UEM Open Q&A /
avatar image
Question by Anurag S. · May 08, 2014 at 11:43 PM ·

Graph on Count of HTTP response code

Hi,

I need to plot the follwoing graphs.Could you please help me out with this.

 1. Count of HTTP status code wise report(Pie chart)  within a specified time frame

2. Count of top 10 pages that returned exception status of 500 (Bar chart)

 

 

Comment

People who like this

0 Show 0
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

28 Replies

  • Sort: 
  • Most voted
  • Newest
  • Oldest
avatar image

Answer by KeertiSri S. · May 06, 2015 at 03:30 AM

Hello Graeme

I have cross checked all the properties and looks good according your comments, however still I'm not able to generate this report. I have attached the screenshots as zip. Am I still missing something?

files.zip

Regards

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Graeme W. · Apr 27, 2015 at 10:44 PM

KeertiSri,

In the CountyCode measure, the regular expression should be in the Transformation Regex, like so:

The Transformation Regex is the thing that actually extracts the value out of the URL into the measure.

See how that goes,

-- Graeme

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by KeertiSri S. · Apr 27, 2015 at 10:27 PM

Hello Santiago,Graeme

Please find below the screenshot. I have sent you guys the session file in a separate email.

 

 

Regards.

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Santiago G. · Apr 27, 2015 at 08:04 PM

How does the table look like? I didn't know that you wanted to show a graph for it. The work around I provided was more to show the table. I might have to play a little bit to see if that is possible. 

 

Could you post a screenshot of the outcome of the table belonging to the chart? Also a session file would be great. If you don't want to post here, you could send it to santiago.palacios@dynatrace.com and Graeme.Williams@dynatrace.com

 

Thanks

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Graeme W. · Apr 26, 2015 at 01:18 AM

KeertiSri,

Could you show us a screenshot of the business transaction in the business transaction dashboard – or post a session file?

-- Graeme

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by KeertiSri S. · Apr 25, 2015 at 02:21 AM

Graeme/Santiago

I did the changes as your advices guys, but still I'm unable to get this working, I think there is still a misconfiguration from my side.

 

However this is what I got when I tried to split it.

 

 

Basically this is what I want to get

 

I will appreciate guys if you allow me to share my screen with you through join.me.

Thanks again for your support.

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Santiago G. · Apr 25, 2015 at 12:28 AM

I see where you are having the issue. You are just looking at the BT dashlet. You have done steps 1,2, and 3.

 

Now you need to create a chart splitting by Param2=x and on the chart, please go to the top right corner of the dashlet and split it by the response code. This will give you a table under the chart with the result you want.

 

Regards

Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Santiago G. · Apr 25, 2015 at 12:30 AM 0
Share

... and also do what Graeme suggested for your parameter.

avatar image

Answer by Graeme W. · Apr 25, 2015 at 12:25 AM

In the CountyCode measure, change the first pull-down menu to "Entire URI" and check the "incl[ude] Query" checkbox.

The regular expression should be CNTY_CD=([^&]*)  – i.e., capture everything between the equals sign and the next ampersand, or the end of the string.

-- Graeme

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by KeertiSri S. · Apr 25, 2015 at 12:15 AM

Hello Santiago

I've been trough the steps you mentioned but still I'm not getting both splits. I have attached some screenshots. Can you help me on this...

Regards

 

 

 

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Santiago G. · Apr 24, 2015 at 08:26 PM

I am glad that I was able to help,

 

To your last question, the immediate answer is yes you can. I haven't really tested it but here is an idea:

 

  1. On the same BT you created add a new split measure based on param2=X
  2. Verify that you are getting both splits. 
  3. Create based on the count of Param2=X
  4. Split the chart based on Response code.

I would suggest to use the table of this chart as you will be able to see the values there just as you wanted to.

 

Let me know if this works for you.

 

Santiago

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

  • 1
  • 2
  • 3
  • ›

How to get started

First steps in the forum
Read Community User Guide
Best practices of using forum

NAM 2019 SP5 is available


Check the RHEL support added in the latest NAM service pack.

Learn more

LIVE WEBINAR

"Performance Clinic - Monitoring as a Self Service with Dynatrace"


JANUARY 15, 3:00 PM GMT / 10:00 AM ET

Register here

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Forum Tags

dotnet mobile monitoring load iis 6.5 kubernetes mainframe rest api dashboard framework 7.0 appmon 7 health monitoring adk log monitoring services auto-detection uem webserver test automation license web performance monitoring ios nam probe collector migration mq web services knowledge sharing reports window java hybris javascript appmon sensors good to know extensions search 6.3+ server documentation easytravel web dashboard kibana system profile purelytics docker splunk 6.1 process groups account 7.2 rest dynatrace saas spa guardian appmon administration production user actions postgresql upgrade oneagent measures security Dynatrace Managed transactionflow technologies diagnostics user session monitoring unique users continuous delivery sharing configuration alerting NGINX splitting business transaction client 6.3 installation database scheduler apache mobileapp RUM php dashlet azure purepath agent 7.1 appmonsaas messagebroker nodejs 6.2 android sensor performance warehouse
  • Forums
  • Public Forums
    • Community Connect
    • Dynatrace
      • Dynatrace Open Q&A
    • Application Monitoring & UEM
      • AppMon & UEM Open Q&A
    • Network Application Monitoring
      • NAM Open Q&A