New Relic for .Net? [closed]
Asked Answered
S

4

14

Is there anything like New Relic for .Net apps?

Shamikashamma answered 22/1, 2010 at 23:26 Comment(2)
I could be wrong, but New Relic sounds like a profiler, which runs while the application is running for real, isn't that a bad idea ? be it for java or .netSosna
Profiling is not inherently bad for performance. With the right tools it's fantastic and the only way to get real world insight into your app. New Relic profiles page render times and database times. It doesn't go deep into your app. The idea is to see which pages are taking the longest and then do deep profiling locally once you figure out where your site is spending most of it's time.Shamikashamma
A
19

Sam, I'm happy to tell you that as of today, there is something that is very much like New Relic for .NET. It's New Relic for .NET. Same service, UI, pricing, etc. New agent that supports the .NET framework. Try it out for free: https://newrelic.com/docs/dotnet/new-relic-for-net.

Alyce answered 13/8, 2010 at 17:18 Comment(0)
B
3

dotTrace from jetbrains: http://www.jetbrains.com/profiler/index.html

or

ants profiler: http://www.red-gate.com/products/ants_performance_profiler/features.htm

I've used both and liked them both, not free though.

for insane profiling across processes and machines (in a SOA platform for instance) we have used dynaTrace http://www.dynatrace.com/en/ which is definately NOT free :)

Berm answered 4/2, 2010 at 14:9 Comment(2)
Have you tried VSTS Test Edition at all? I don't know much about it because we have VSTS Development Edition at work, but it seems to have some load testing capabilities. I doubt that it's advanced as the specialized tools you've listed though. Just curious..Jamshedpur
we have used VSTS test edition for load testing, but I interpreted the question to be on profiling. VSTS works as a charm for load testsBerm
B
1

You can also use Ruxit, a new SaaS APM solution: http://blog.ruxit.com/net-monitoring-unlocked/ Its pretty cool!

Banderilla answered 12/5, 2015 at 13:19 Comment(0)
P
-1

The IIS community has many tools for performance monitoring.

http://www.iis.net/downloads/Performance

Polypeptide answered 25/1, 2010 at 22:11 Comment(1)
Not one of those was even remotely close to New Relic. It's easy to look at perf counters but that's not very insightful as to WHERE the app is spending most of it's time.Shamikashamma

© 2022 - 2024 — McMap. All rights reserved.