8000 GitHub - lspacagna/appd-endpoint-monitoring: Use AppD synthetics tool to test API performance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lspacagna/appd-endpoint-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AppDynamics Endpoint Monitoring

Introduction

This Python script can be run locally or within the AppDynamics Synthetics product. It connects to your chosen URL and times the response time and records the response code. This information is then stored in a custom analytics schema inside AppDynamics analytics.

Pre-requisites

  1. A python3 installation and AppDynamics Synthetics.

Running locally & setting up custom analytics schema

  1. Set appropriate environment variables. Edit the values in env-var.sh to the values for the controller you'd like to send the data to.
  2. Run the following command to set the environment variables
$ source env-var.sh
  1. Edit the url variable at the start of the script to the URL that you would like to test.
  2. Setup custom analytics schema by running the following command.
python3 endpoint.py createSchema <schema-name>
  1. Run the script to perform the timed request.
python3 endpoint.py runTest1 <schema-name>
  1. The results of the test will be recorded in the custom analytics schema created in step 4.

Running in AppDynamics Synthetics

When running within AppDynamics synthetics the results of the test will not appear in the synthetics part of the product. The results will be added to the synthetics schema created when running locally.

About

Use AppD synthetics tool to test API performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0