Dynatrace Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:


=System Profile=
=System Profile=
A System Profile is the "workspace" where you administer a certain application environment. A System Profile contains all configuration settings that belong to a certain set of AppMon Agents. More details: https://community.dynatrace.com/community/display/DOCDT65/System+Profile
=Session=
A session is a set of diagnosis data related to a specific [[#System_Profile|System Profile]].


=Application Monitoring=
=Application Monitoring=
Line 11: Line 17:


=Measure=
=Measure=
==PMI Measure==
Performance Monitoring Infrastructure (PMI) measure.


===Measurement Frequency===
===Measurement Frequency===
Line 65: Line 67:


A sensor is a piece of code that is injected into the monitored applications at certain points to extract the relevant data.
A sensor is a piece of code that is injected into the monitored applications at certain points to extract the relevant data.
=Other Definitions=
* PMI -  Performance Monitoring Infrastructure

Latest revision as of 21:38, 3 November 2016

Internal

System Profile

A System Profile is the "workspace" where you administer a certain application environment. A System Profile contains all configuration settings that belong to a certain set of AppMon Agents. More details: https://community.dynatrace.com/community/display/DOCDT65/System+Profile

Session

A session is a set of diagnosis data related to a specific System Profile.

Application Monitoring

Measure

Measurement Frequency

How is that read and configured?

Measurement Storage

How is that stored?

Aggregation

Events captured for a Measure are aggregated into a measurement per 10 seconds interval. Each measurement can be aggregated as follows:

  • average - average of all event values per interval
  • minimum - retain the minimum encountered value per interval
  • maximum - retain the maximum encountered value per interval
  • count - retain the event count per interval.
  • sum - calculate the sum of all event values per interval.

This is an example of how aggregation can be configured for a JMX measure.

Series

Dashboard

A dashboard is a UI element that permits aggregation of diagnostic data of of different kinds.

Dynatrace provides rich client and web dashboards.

Dashlet

Chart Dashlet

Chart Resolution

The resolution dictates how a chart represents detailed data. The maximum resolution for live data is 10 seconds.


JMX Support

Dynatrace and JMX

Sensor

A sensor is a piece of code that is injected into the monitored applications at certain points to extract the relevant data.

Other Definitions

  • PMI - Performance Monitoring Infrastructure