Questions tagged [apm]

APM generally refers to Application Performance Management. The best in class tools provide real-time access to detailed information about the performance of a system and its components (including transaction tracing, database and external system response times, etc.)

251 questions
0
votes
1 answer

Create a dashboard in Dynatrace Appmon web showing a set of purepaths/web requests

I want to create a dashboard with 1 tile showing a set of purepaths/web requests related to some web application flows that I'm interested in (like product search request, add product to basket etc.). Basically, I'm interested in "response time" of…
0
votes
1 answer

How does the Dynatrace OneAgent change the dotnet application HTTP header

I am interesting about dotnet application monitoring. I found that OneAgent which is developed by Dynatrace is great. I want to know how the agent added the HTTP header to the HTTP request, even though I didn't change anything. I found the agent…
Angle Tom
  • 1,060
  • 1
  • 11
  • 29
0
votes
0 answers

How can I prevent McAfee from interacting with an APM agent on a .Net Application?

We have instrumented a .Net 4.0 application, running in IIS8.0 on Windows 2012 with an AppDynamics APM agent (v4.5.2). This server also has McAfee Endpoint Protection installed, v10.6.0.542, with Threat Prevention v10.6.0.672. With the APM agent…
0
votes
0 answers

When the asynchronous function is invoked, wrap the callback in a closure that will restore context before executing the original re entry code

I just read the NewRelic documentation about the Context preservation and they have this statement which I don't understand: When the asynchronous function is invoked, wrap the callback in a closure that will restore context before executing the…
Arman Ortega
  • 3,003
  • 1
  • 30
  • 28
0
votes
1 answer

PerfMon Server Agent without listener

PerfMon Server Agent is working fine with JMeter's Listener jp@gc - PerfMon Metrics Collector. But can it act as a standalone application performance monitoring (APM) agent? I saw that I can connect and request specific metrics Server Agent uses…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
votes
1 answer

Does AppDynamics log request and response

Can AppDynamics show the request or response being exchanged between different microservices systems. They show the call trace, but couldnt find the details of what is passing between the calls.
M S
  • 27
  • 6
0
votes
1 answer

New Relic: how to configure to get both individual app metrics and aggregated stats for groups of apps

The problem: I've just instrumented a node micro-service with New Relic, and I can't see the data for that service in both aggregate (with other services) and individual (with no other service data) form. Problem elaboration: As part of the New…
caleb0199
  • 1
  • 1
  • 3
0
votes
1 answer

ASP.NET Performance %Time in GC Even when application is idle

I am sorry if the question is too vague. I am not supposed to copy any logs or other information from my work place to public. But here is the question: In my organization, we have a CA APM team to monitor application performance. One of our…
0
votes
2 answers

Mattermost + New Relic APM

I want use new relic APM in the mattermost application. In order to monitor the performance the application I have added the code (as mentioned in new relic) just above the createpost api request handler in api/post.go file. func createPost(c…
user5337216
  • 105
  • 2
  • 13
0
votes
1 answer

building webrtc APM error "NEON support not enabled" in Qt on Mac

building webrtc apm in Qt on Mac ,bug it show #error "NEON support not enabled" in arm_neon.h
David Hu
  • 44
  • 7
0
votes
3 answers

Issue with Newrelic PHP APM Plugin - Crashing, Zombies, PHP-FPM and Nginx

I've been attempting to install the PHP APM plugin for my Web servers, however I've hit a wall and require some assistance. We are able to install the plugin within issue, update the config without issue, and start the service without issue.…
0
votes
0 answers

very slow response time that is not indicated in the PHP profiler

I have my cakePHP application (hosted on centOS 7) monitored by appdynamics APM. In their monitoring controller I have breakdown of transactions that take too long. I also installed a simple chrome page timing plugin. On one of my webpages I got…
Damian
  • 461
  • 1
  • 7
  • 18
0
votes
2 answers

Time reported in WILY is very much less compared to Load Runner Time. Why?

I am trying to monitor the time spent on server using WILY Introscope but i observe that the time mentioned in WILY for each of the servers is in the range of 100 to 1000 ms. But the time taken for a page to load in browser is almost 5 seconds. Why…
user3885705
0
votes
1 answer

CA APM CEM: Non-identifying transactions in transaction sequence are not being found

I have some experience with defining transactions and have reviewed both the transaction definition guide and bookshelf. We're using CA APM Release 9.1.5. I have a 4-part transaction that I have captured in a recording session below. After…
Tyler Hoppe
  • 438
  • 3
  • 11
0
votes
1 answer

newrelic - how to show more details for overview dashboard on JVM

I have a java application with newrelic agent. The overview dashboard displays "Web transactions response time" chart, but it does not break it down any further - just total time. How to make it be more specific - how to divide whole "JVM" into…
mabn
  • 2,473
  • 1
  • 26
  • 47
1 2 3
16
17