Questions tagged [apdex]

Application Performance Index is an open standard developed by an alliance of companies. It defines a standard method for reporting and comparing the performance of software applications in computing. Its purpose is to convert measurements into insights about user satisfaction, by specifying a uniform way to analyze and report on the degree to which measured performance meets user expectations.

Wiki: https://en.wikipedia.org/wiki/Apdex

Site: http://www.apdex.org/

14 questions
14
votes
4 answers

NewRelic - How to Ignore part of a web application

I'd like to tell NewRelic to not monitor a subset of my web application. For example I'd like to exclude http://mysite/admin/* so NewRelic won't count traffic against this portion of my app against my apdex. Something similar to how you can create…
Aaron Barker
  • 706
  • 7
  • 14
3
votes
1 answer

NewRelic - How to Ignore part of a PHP application

Is it possible to tell NewRelic to skip instrumentation from part of an application? Let say I have an url: www.example.com/?download=dwn_id It takes minutes to tens of minutes for php processes the accomplish. I don't want to optimize the…
WooDzu
  • 4,771
  • 6
  • 31
  • 61
2
votes
2 answers

How to properly configure newrelic in Mule ESB 3.1.2

I would like to monitor my mule-standalone-3.1.2 ESB which is running on ubuntu server using New Relic Agent v3.1.1. I have several apps in the mule-standalone-3.1.2/apps directory. I have configured the newrelic agent in…
man_rocks
  • 65
  • 1
  • 1
  • 8
1
vote
2 answers

Taurus evaluate pass/fail criteria on Jmeter Apdex

I was wondering if there was a way to have Taurus report overall test failure on a bad apdex score. ie. Currently we can do avg-rt of login>1s, continue as failed But can we do something like apdex of login>.85, stop fail, if any apdex score is less…
1
vote
1 answer

Separate apdex threshold in Application Insights Analytics

Using default Apdex workbook of Application Insights, I'm trying to separate apdex threshold by query name, because different queries have different satisfaction request duration. I've added two parameters, each for particular query name. I've…
1
vote
1 answer

New Relic Alert Policy with Both Apdex & Error Threshold

What are the scenarios to configure both Apdex & error threshold alert policies in New Relic alert policies configuration? Looks like both of them are correlated, when the error number raise, the Apdex getting lower and vice versa. I'm familiar with…
Johnny
  • 14,397
  • 15
  • 77
  • 118
1
vote
3 answers

Generating Report Dashboard Errors number

I refer http://jmeter.apache.org/usermanual/generating-dashboard.html#configure_general, the resulting report errors number is not correct , the value is always more than the actual situation 1 (cvs , only five false, but the display 6 errors…
blue
  • 217
  • 6
  • 18
0
votes
1 answer

NewRelic: setting apdex threshold value differently for each page

Our application server exposes few API end-points, making API calls to external services (CRM etc.) Let's consider 2 REST API end-points GET /user-details This should be very fast (~50ms) because it only needs to fetch few details from db and…
hridayesh
  • 1,123
  • 1
  • 14
  • 36
0
votes
1 answer

What is the Apdex value when a service is down?

Apdex is an industry-standard to measure users' satisfaction with the response time of web applications and services, as shared by the New Relic document https://docs.newrelic.com/docs/apm/new-relic-apm/apdex/apdex-measure-user-satisfaction/ For…
Elye
  • 53,639
  • 54
  • 212
  • 474
0
votes
1 answer

How to calculate Apdex score in AppDynamics?

I am wondering if there is a way I can use AppDynamics to calculate an Apdex score for my APIs and Apps. If so, what would be the best possible way to do so?
0
votes
1 answer

How arrive at an Apdex Threshold value based on the SLA?

We have a REST API available. For each of the endpoints that this API offers, we have a defined SLA based on the internal testing. New Relic provide an option to define the Apdex T score on a per application basis. Considering a scenario as…
Siddhant
  • 571
  • 1
  • 8
  • 32
0
votes
1 answer

Error 500/OK in my jmeter load test and Apdex. What is the meaning of 500/OK?

Im load testing a microsft crm portal so after my load test, i extracted the logs and found out that I encountered a 500/OK error. If I may ask what is 500/OK error? Is this a valid defect of the application that I'm testing or is it a jmeter based…
0
votes
1 answer

Scalability of web application with nginx and two physical linux servers

My web application ruby on rails is getting more and more throughput. With New Relic, i got Apdex score < 0.7 My app is running on my Debian server(ex: ip pulic is 123.235.23.16) with Nginx and THIN. The codes and database mysql is all in this…
孙悟空
  • 1,215
  • 1
  • 11
  • 26
0
votes
1 answer

New Relic - Unbelievable Apdex score

I've been thrown into checking the already existing New Relic installation at work which was configured by non sysadmin staff and it's probably misconfigured as all hell (I'm also a new sysadmin). New Relic is kind of intimidating, lots of…
FLalex
  • 3
  • 2