- ColdFusion Tools User Guide
- Performance Monitoring Toolset
- Overview of ColdFusion Performance Monitoring Toolset
- Auto-discovery of ColdFusion nodes and clusters
- Code profiler in ColdFusion Performance Monitoring Toolset
- Configure ColdFusion Performance Monitoring Toolset settings
- Install ColdFusion Performance Monitoring Toolset
- View cloud metrics
- Monitor GraphQL in Performance Monitoring Toolset
- Configure TLS/SSL and Authentication for Elasticsearch 8.x in Performance Monitoring Toolset
- View cluster and node metrics
- View data source metrics
- View external services
- View incoming services
- View list of sites and busy connections
- View topology of sites
- Datastore Health Monitoring
- Performance Monitoring Toolset Update 1
- Secure Performance Monitoring Toolset with HTTPS/SSL
- Performance Monitoring Toolset deployment guide
- Use ColdFusion Builder
- About ColdFusion Builder
- System requirements | ColdFusion Builder
- Install ColdFusion Builder
- Edit code in ColdFusion Builder
- Manage servers in ColdFusion Builder
- Manage projects in ColdFusion Builder
- What's new in Adobe ColdFusion Builder (2018 release)
- Frequently Asked Questions (FAQ) | Adobe ColdFusion Builder (2018 release)
- Debug applications in ColdFusion Builder
- ColdFusion Builder workbench
- ColdFusion Builder extensions
- Debugging Perspective in ColdFusion Builder
- Build mobile applications using ColdFusion Builder
- Bundled ColdFusion Server
- Debug mobile applications in ColdFusion Builder
- Use extensions in ColdFusion Builder
- Coldfusion API Manager
- Overview of Adobe ColdFusion API Manager
- Features in ColdFusion API Manager
- Get started with ColdFusion API Manager
- Install ColdFusion API Manager
- Authentication types
- Create and publish APIs
- Administrator
- Subscriber
- Throttling and rate limiting
- Notifications
- Connectors
- Set up cluster support
- Integrate ColdFusion and API Manager
- Metrics and Logging in API Manager
- Generate Swagger documents
- Configure SSL
- Known issues in this release
- Policies in ColdFusion API Manager
- Create a Redis cluster
- Multitenancy in API Manager
- Docker images for ColdFusion API Manager
You can use Performance Monitoring Toolset to monitor incoming requests and see various metrics for REST, SOAP, or RPC requests.
You can see the following sections in the screen:
- Average Response Time - Average Response Time for all the REST/SOAP/RPC calls is calculated and displayed separately for all three types of services in the time series graph for the period selected by the user.
- Top Slow URL's- List of slowest distinct urls for each of the three categories is shown for the time period you have selected.
- HTTP Method Distribution - Pie chart containing the HTTP Methods like GET/POST/DELETE being used for services.
- Average Response Time
It is the total time taken to get the response of an incoming request. The response time of your requests is monitored and collected, and is shown as a line chart. You can further drill down the chart and visualize across various periods.
Top Slow URLs
You can see the time taken by each URL to execute. Based on this data, you can go back to the API and make modifications.
To view the following details, click a url:
- Basic info
- Code flow
- CF Server
- Database
- External services
- Tags/Functions
- Error/Timeout
- Memory
Content distribution
The pie-chart displays the distribution of HTTP status codes of your REST API requests.
In the chart below, you can see that seven REST requests resulted in a status of 200. The rest resulted in status 204.
You can click each pie to drill down for details like ART for each URL and the time taken by each URL to execute.
HTTP method
The pie-chart displays the distribution of the number of request types (GET, POST) that were made by the REST API.
To drill down to details, such as, ART, number of requests made, and response time for a URL, click a pie