About
Monitoring Basics
XTC can be used up to monitor your application’s performance and availability by regularly running test cases, providing valuable data and insights over time. It can also notify specified recipients as soon as something unexpected happens, thus minimizing downtimes by addressing any issue as soon as possible.
All of this can be achieved in XTC monitoring projects.
Prerequisites
To monitor your application in XTC, we assume you have a Maven project that defines at least one Java class containing one or more JUnit testcases that interact with your application available in the repository of your choice. Please take a look at our monitoring template.
Features
This is a high-level overview of the features XTC offers to monitor your web application:
- Configuration allows you to adjust your settings for the whole monitoring project, including the definition of
- Scenario Defaults,
- Notification Lists for specified recipients, and
- Quality Sensors that define success metrics for your scenarios,
- Quiet Periods allows you to pause notifications for the whole project or even pause running any scenario,
- in Scenarios you can define and configure your monitoring scenarios including the quality sensors to be applied,
- the Dashboard of a monitoring project provides a rough overview of the scenarios that are currently set up and their recent performance,
- Metrics are offering graphical live data for different parameters,
- the History view contains details about all recent scenario executions, and
- Exports allows you to download monthly exports of your monitoring data.
To learn more about each feature, please check out the linked resources.