ClearPath ePortal enables you to define a custom set of application specific performance counters that are used to monitor and collect performance data on the Web Partitions where the application is deployed.
Note: For .NET Core applications, custom set of performance counters are not supported.
This topic discusses the following:
Understanding Performance Counters
Adding the Performance Counter File to the Presentation Project
Defining Additional Counters in the Performance Counter File
Understanding Performance Counters
Performance counters are used to monitor the status and performance of a deployed application to ensure it is working effectively. A set of default performance counters are already defined for each deployed application.
ClearPath ePortal provides you an option to define a custom set of performance counters by adding a file called PerformanceCounters.xml to the presentation project
After the application is deployed, the counter definitions contained in PerformanceCounters.xml file are added to the existing set of performance counter definitions monitored by ePortal. ePortal records a sample value for each performance counter at an interval of 30 seconds. You can view the counter values in the performance statistics page of the ePortal Manager website for a deployed application. Refer to ePortal Manager Help for information about viewing performance statistics
When the application is undeployed, ePortal does not monitor the custom performance counter definitions for the application.
Adding the Performance Counter File to the Presentation Project
To add the performance counter file to the presentation project
In the Solution Explorer window, right-click the presentation project, point to Add, and then select New Item..... The Add New Item dialog box appears.
In the left pane, click Visual C#.
In the middle pane, select ePortal Performance Counters.
The file name PerformanceCounters1.xml appears in the Name box. When you save the file, the file name will be automatically named as PerformanceCounters.xml.
Click Add.
The file is added to the presentation project. This file has an inline schema and a sample definition of a performance counter.
Defining Additional Counters in the Performance Counter File
To include additional counters, add the ePortal Performance Counters item to the presentation project, and then edit the file to specify counters to monitor. As you start typing counter definitions in the file, an XML schema validates the definitions and displays intellisense information in the XML editor.
For each new counter, specify the name of the counter, its category, and instance. If required, include a placeholder for a deployed application name. You must specify a value for “AggregrateAs” because an application is deployed to multiple Web Partitions in a Web Cluster. The value tells ePortal how to aggregate the multiple values from all Web Partitions into a single Web Cluster value.