cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How long does a process needs to exists before Dt can detect it?

henk_stobbe
DynaMight Champion
DynaMight Champion

Hi,

Processes running for a very short time, are not detected by Dt. What I the time needed for this?

KR Henk

3 REPLIES 3

JamesKitson
Dynatrace Guru
Dynatrace Guru

In my experience it should show up nearly immediately if it is going to show up. If you're not seeing them take a look at this document which lists the criteria for what should start showing up under processes (marked as important):

https://www.dynatrace.com/support/help/infrastruct...

I'm not certain of a way to customize this but I would guess that if you had custom processes group detection rules they would show up if there was a specific rule for some variable. Not sure though, may need to wait for more input.

James

henk_stobbe
DynaMight Champion
DynaMight Champion

Hi James,

Thx for your reply,

I have tested this, and found out that the minimum "run" time for a processes must be a few seconds before Dynatrace notices is even exists (-;

KR Henk

Lukasz_Wrona
Dynatrace Advisor
Dynatrace Advisor

The basic interval for OSAgent is 10s. This is the resolution with which process metrics are captured, etc. However, the process list is reported to server once every minute and this is the 'current snapshot', rather than aggregate over entire minute. This means, that only processes that live longer than minute are guaranteed to be reported.

There is also a question of PGI importance. If the PGI you are interested in monitoring is only important due to high resource consumption, it will take 3 minutes to calculate that. But from the question itself I assume this is not a case. If it is, you can work around it using custom process monitoring rules, which are applied immediately.

Featured Posts