Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tools does your company use to manage application performance of asp.net applications?

I am not talking about application profilers or debuggers but more specific to managing the applications in production environment. So essentially monitor, identify bottlenecks, deploy fixes.

like image 594
Srikar Doddi Avatar asked Jun 15 '10 22:06

Srikar Doddi


People also ask

What is the tool used for application monitoring?

ManageEngine Applications Manager is a comprehensive application performance monitoring software built for today's complex, dynamic environments. It gives deep performance insight into business-critical applications – both within the data center and on the cloud. It is easy to use and can be set up in minutes.

Which tools can be used to measure the CPU and memory use of an ASP.NET application?

Visual Studio Diagnostic Tools The tooling allows analysis of CPU usage, memory usage, and performance events in ASP.NET Core apps.


1 Answers

For monitoring the application is up and running we use Nagios. We also use good old performance monitor for monitoring database connections, memory consumption and CPU usage.

like image 54
Alan Savage Avatar answered Oct 02 '22 09:10

Alan Savage