Whatever message this page gives is out now! Go check it out!
| Info | Version | Displays the version of ColdFusion from where Performance Monitoring Toolset gathers all metrics. |
Performance Monitoring Toolset | Server Protocol |
Choose to secure Performance Monitoring Toolset with HTTPS/SSL. |
Host | Host name on which Performance Monitoring Toolset runs. | |
Port | Port number of Performance Monitoring Toolset server. | |
| Session Timeout | Specifies the number of seconds that Performance Monitoring Toolset can remain idle before it terminates automatically. | |
| Refresh Interval | Specifies the amount of time that must elapse before Performance Monitoring Toolset refreshes an index. You can manage indexing speed with this setting. | |
| SSL | Keystore Path | The path to the keystore (JKS or PKCS12). For example, location/of/keystore/keystore.jks |
| Keystore Password | The keystore password that you had specified while creating the keystore. | |
Datastore | Host | Host name on which Datastore runs. |
Port | Port number of Datastore server. | |
| Theme | To change the theme, choose Dark or Light. |
Settings | Sender email | The address from which Performance Monitoring Toolset sends the notification emails from. |
Receiver email | The email address that receives Performance Monitoring Toolset notifications emails. Multiple recipients can be entered, separated by commas. | |
User ID | If your mail server requires authentication, specify a user name. | |
Password | If your mail server requires authentication, specify a password. | |
Host | URL of the mail server. | |
Port | Port of the mail server. | |
Slack | Slack Webhook URL | Post messages and notifications into Slack teams. |
Datastore health | CPU utilization threshold. (Default 95%) |
Disk utilization threshold. (Default 95%) | |
Heap utilization threshold. (Default 95%) | |
Memory utilization threshold. (Default 80%) | |
Actions | When you enable Send Mail, you receive an email alert when any of the parameters above exceeds the specified thershold. You can configure the mail settings in the Settings tab. |
Server name | IP address or the host name of the machine where ColdFusion is running. |
Port no. | The port of the server where ColdFusion is running. |
J2EE context | Because the J2EE environment supports multiple, isolated web applications running in a server instance, J2EE web applications running in a server are each rooted at a unique base URL, called a context root (or context path). The J2EE application server uses this initial portion of the URL (that is, the portion immediately following http://hostname) to determine which web application services an incoming request. For example, if you are running ColdFusion with a context root of cf1, you display the ColdFusion Administrator using the URL http://localhost/cf1/CFIDE/administrator/index.cfm. Specify the context only in case of a J2EE server. |
Monitoring shared secret | The shared secret is a key that is required by the Performance Monitoring Toolset to communicate with ColdFusion node. To get the shared secret, in the ColdFusion Administrator, click Performance Monitoring Toolset, and toggle the option Show Secret. |
Name | Name of the group. |
Servers | From the drop-down list, choose the node you want to add to the group. |
Username | The user name of the user who will have access to Performance Monitoring Toolset. |
Password | The password of the user who will have access to Performance Monitoring Toolset. |
Roles | Specify if the user is an admin or a normal user. |
Allow client certificate authentication | Specify the following arguments in jvm.config to authenticate in this manner:
Once the settings are enabled, the username or password field does not get displayed on the interface. |
Settings | Repositories | Name | Name of the repository to be created. |
Path | To register the shared file system repository, mount the same shared filesystem to the same location on all master and data nodes. Path to the repository.
You must also whitelist the paths in the datastore configuration file at <Path to Performance Monitoring Toolset>/datastore/config/elasticsearch.yml. For example, In the elastricsearch.yml file, add the following: path.repo: ["C:/path/to/repository"] | ||
Archive schedule |
|
Basic | Enable monitoring | Enable this flag to start monitoring and collect metrics |
Enable ColdFusion Administrator monitoring | This flag indicates whether ColdFusion Admin pages must be monitored or not. | |
Advanced | Enable tag/function monitoring | When enabled, the toolset collects information about ColdFusion tags and functions. The information is about the number of times a specific tag is called and the average time for execution. Note: For capturing tag-related data for external services, this setting is not required. The metrics are captured as part of basic monitoring. |
| SQL / NoSQL Databases monitoring | When enabled, the toolset collects information on both regular datasources and MongoDB database. The following metrics are captured:
| |
| External services monitoring | When enabled, the toolset collects information when any external service sends a request. You can see the execution times and other metrics of the following external services:
Note: To enable external services monitoring, you must enable Tag/Function monitoring checkbox. | |
| Cloud services monitoring | When enabled, the toolset displays metrics of the following cloud services:
Each service gives you a time series trend of the Average Response Time, top slow methods, topic or queues, response, and so on. | |
| GraphQL monitoring | When enabled, the toolset displays metrics of GraphQl client operations. | |
| Response time threshold (ms) | Any request that exceeds this threshold will be recorded in the data store. If you want to to capture requests that are taking more than 30 seconds, enable the option. It also helps redce the storage in the data store. All requests that return an error are always captured irrespective of the threshold. | |
Connector Auto Tuning | Enable auto tuning | Enable to set auto-tuning of connector . |
Auto-tuning threshold percentage | Enter the threshold for tuning if the above option is enabled. | |
Pool increase percentage | Enter the percentage for increasing the asynchronous pool. | |
| Maximum pool size | Determines the maximum number of connections that can be created in the connection pool. | |
Include paths | Absolute path of the file that you want the suite to include in monitoring activity, provided that the file is present inside Exclude Path. | |
Exclude paths | Absolute path of the directory that you want the suite to restrict from monitoring. |
Sender email | The address from which Performance Monitoring Toolset sends the notification emails from. |
Receiver email | The email address that receives Performance Monitoring Toolset notifications emails. Multiple recipients can be entered, separated by commas. |
User ID | If your mail server requires authentication, specify a user name. |
Password | If your mail server requires authentication, specify a password. |
Host | URL of the mail server. |
Port | Port of the mail server. |
Slack Webhook URL | Post messages and notifications into Slack teams. |
-Dmailserver.security=ssl/ tls in JVM config in Performance Monitoring Toolset.