Apache Otava (Incubating): Change Detection for Continuous Performance Engineering
Project description
Apache Otava – Change Detection for Continuous Performance Engineering
Apache Otava (incubating) performs statistical analysis of performance test results stored in CSV files, PostgreSQL, BigQuery, or Graphite database. It finds change-points and notifies about possible performance regressions.
A typical use-case of otava is as follows:
- A set of performance tests is scheduled repeatedly, such as after each commit is pushed.
- The resulting metrics of the test runs are stored in a time series database (Graphite) or appended to CSV files.
- Otava is launched by a Jenkins/Cron job (or an operator) to analyze the recorded metrics regularly.
- Otava notifies about significant changes in recorded metrics by outputting text reports or sending Slack notifications.
Otava is capable of finding even small, but persistent shifts in metric values, despite noise in data. It adapts automatically to the level of noise in data and tries to notify only about persistent, statistically significant changes, be it in the system under test or in the environment.
Unlike in threshold-based performance monitoring systems, there is no need to setup fixed warning threshold levels manually for each recorded metric. The level of accepted probability of false-positives, as well as the minimal accepted magnitude of changes are tunable. Otava is also capable of comparing the level of performance recorded in two different git histories. This can be used for example to validate a feature branch against the main branch, perhaps integrated with a pull request.
See the documentation in https://otava.apache.org/docs/overview/.
Python Versions
Apache Otava is tested against Python 3.8, 3.9, and 3.10.
License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file apache_otava-0.7.0.tar.gz.
File metadata
- Download URL: apache_otava-0.7.0.tar.gz
- Upload date:
- Size: 266.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3b70c7a99e821d982cf67dff80206265ec0bc70a5cd96c3c0de7fe927fe5edb
|
|
| MD5 |
b05c43dd73b91cbab633310a27bee287
|
|
| BLAKE2b-256 |
37ce5f1cb8f234082184a81cc6dba13b1c75f7882ff8093e718d92b100286920
|
File details
Details for the file apache_otava-0.7.0-py3-none-any.whl.
File metadata
- Download URL: apache_otava-0.7.0-py3-none-any.whl
- Upload date:
- Size: 53.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2329c7ed34f2a4d2ceabab899776cdb0a645127ad5d25381a7a3f2cee41665c
|
|
| MD5 |
c46fd3dd64969dbaa2d9ba76cd19b63b
|
|
| BLAKE2b-256 |
bf0cd7b15ae88f61f7fa09d46430277ec0c712ed987192ff5a75a5f87eb0a17f
|