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

Meaning of Host Connectivity metrics in One Agent?

rashmi_2_gupta
Inactive

Can someone briefly explain the exact meaning of below host metrics or the difference between them?

1. Host Connectivity

2. Host TCP Connection (Refused & Timeout)

Thanks

 

2 REPLIES 2

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

Please refer to our help page about event types:

https://www.dynatrace.com/support/help/monitor/problems/basic-concepts/event-types/


marcin_borowiec
Dynatracer
Dynatracer

Connectivity metric
It denotes the percentage of successful connections. In general, connectivity is calculated by the following formula:

connectivity = 100 - (TCP sessions refused in [%] + TCP sessions timeouted in [%])

Connections/sessions refused

These are all sessions which get to the target machine but for some reason are refused and ends with TCP packet with RST (reset) field set. There are couple of reasons why connection is refused, but mostly this is either due to not opened port or blocked port by firewall on the target machine.

Formula: sessions refused [%] = reseted sessions received / new sessions received * 100%

Conncetions/sessions timeouted

Those are connections without any response from the target machine for given period of time.

Formula: sessions timeouted [%] = timeouted sessions received / new sessions received * 100%


Featured Posts