Tag Archives: SCOM APM

Practical AVIcode .NET monitoring

Where we quite often assume that pro-active application monitoring is what’s really needed, it does not mean that re-active monitoring does not happen. Actually, it does happen, and, moreover, it’s probably how monitoring happens most of the times. Continue reading

Posted in .NET Monitoring, AVIcode, Operations Manager, Twitted | Tagged , | Leave a comment

SCOM APM (AVIcode): what are those “light” events?

Occasionally, you will see .NET events that do not have any call stack information because they are “light”. Don’t get confused.. That’s an indication that .NET Agent has applied so-called “heavy-light” performance optimization to that particular event. Continue reading

Posted in AVIcode, Operations Manager, Twitted | Tagged , | 1 Comment

Bringing SCOM APM / AVIcode to the development teams

System Center UI/functionality is not that familiar to the developers to feel comfortable with those tools. Development folks are used to the Visual Studio and other dev tools. At the same time, if there are people interested in APM data from the troubleshooting perspective, those are likely developers.

So, what if we wanted to bring APM data right to their world? Continue reading

Posted in .NET Monitoring, AVIcode, Operations Manager, Twitted, Video | Tagged , | Leave a comment

SCOM: Using SCOM 2012 Beta to collect .NET callstacks in AVIcode style

.NET APM in SCOM 2012 Beta seems to have many of the features of the previous AVIcode version (5.7), but some of them are hidden. In this video, I am going to demonstrate that we can still collect callstack information, though it requires a bit more efforts to configure APM that way. Continue reading

Posted in .NET Monitoring, AVIcode, Operations Manager, Twitted, Video | Tagged , , , | Leave a comment

AVIcode: System Center AVIcode Configuration Assistant

AVIcode Configuration Assistant is not a service(though we can offer a service, too), neither it is a miraculous application that can configure AVIcode without human intervention (nothing can beat our consultants in that). Continue reading

Posted in .NET Monitoring, AVIcode, Operations Manager, Twitted | Tagged , , , | Leave a comment

.NET Monitoring in SCOM 2012 Beta

There are a few things that bother me in the 2012 version of .NET Monitoring:

  • No support for anything but web applications
  • Very limited set of server-side configuration options that makes the product hardly usable for application deep-dive troubleshooting
  • Separation of the product from the development teams. This one can be overcome to some extent by educating developers on the SCOM 2012 interfaces, but, still, it’s there.

Continue reading

Posted in .NET Monitoring, AVIcode, Operations Manager, Twitted | Tagged , , | 2 Comments

AVIcode: Implementing AVICode, Part 2

t is sometimes difficult to ignore the desire to start monitoring just everything. It’s the easiest approach, and it can be implemented quickly. Just add “all namespaces”, add some of the system namespaces on top of that, and you’ll get enough details to satisfy any development team. The problem is that you’ll probably render your application unusable by doing that since users will have to spend minutes for what they could do in a just few seconds before that. Continue reading

Posted in .NET Monitoring, AVIcode, Twitted | Tagged , , | Leave a comment

AVICode: Implementing AVIcode, Part 1

AVIcode is a relatively simple product when it comes to the installation. Being installed in the default configuration, it can identify performance/exception violations in the.NET applications that even developers might not be aware about. However, to identify an issue and to provide enough details about it are two completely different stories. Continue reading

Posted in .NET Monitoring, AVIcode, Twitted | Tagged , | Leave a comment

AVIcode: Report server cannot access data

Reporting services must be configured prior to installing AVIcode Advisor. That’s because AVIcode Advisor relies on the SQL Reporting Services when it comes to the reports. However, it’s not unusual that reporting services are not really configured in the customer … Continue reading

Posted in AVIcode, Twitted, What's up | Tagged , | Leave a comment

AVIcode: Handled Exceptions (Video)

Here is a short video that demonstrates handled exceptions data collection in AVIcode: See it at youtube

Posted in .NET Monitoring, AVIcode, Twitted | Tagged , , | Leave a comment