executeNonQuery Method |
Event |
Corresponds to the bulk data provider executeNonQuery
method. |
executeNonQuery Method/duration |
Duration |
Measures the response time of the entire executeNonQuery
method. |
executeDataReader Method |
Event |
Corresponds to the bulk data provider executeDataReader
method. |
executeDataReader Method/duration |
Duration |
Measures the response time of the entire executeDataReader
method. |
executeDataReader Method/Last DataReader Page
Size |
Meter |
The number of rows in the current page of the
DataReader. |
executeDataReader Method/Total Rows Read |
Meter |
The number of rows in the current page of the
DataReader. |
executeSearch Method |
Event |
Corresponds to the bulk data provider executeNonSearch
method. |
executeSearch Method/duration |
Duration |
Measures the response time of the entire executeNonSearch
method. |
postCommands Method |
Event |
Corresponds to the bulk data provider postCommands
method. |
postCommands Method/duration |
Duration |
Measures the response time of the entire postCommands
method. All 'write' commands are issued over the wire through this
function. |
postCommands Method/Last Posted Batch Size |
Meter |
The number of commands posted in the last call
to postCommands. This counter can also be described as the number
of requests that are submitted to the Content Platform Engine server. The Content Platform Engine server processes all
of these commands in one transaction. |
postCommands Method/Total Posted Commands |
Meter |
The total number of commands posted by the postCommands
method. This number might represent several calls from multiple threads. |
getProxy Method |
Event |
Corresponds to the bulk data provider getProxy
method. The proxy is used to issue web service methods to the Content Platform Engine server. |
getCachedProxy Method/duration |
Duration |
Measures the response time of the entire getProxy
method. This method is responsible for returning the Systinet proxy
that is used to issue the web service methods. |
getCachedProxy Method/Total Cached Proxies |
Meter |
The total number of cached proxies. Proxies
are cached per thread and context. The thread name appears in the
counter name. |
getCachedProxy Method/Total Proxy Cache Hits |
Meter |
The total number of times that the cache is
queried and a suitable proxy in the cache was found and used later. |
lockRunner Method |
Event |
Corresponds to the bulk data provider lockRunner
method. |
total Locked Thread Number |
Meter |
The total number of threads that the thread
pool creates to handle the requests. |