Managed SIP Stack Performance Counters

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

This section summarizes the managed SIP stack performance counters that are available with UcmaRedist.msi (Microsoft Office Communications Server 2007, Unified Communications Managed API v1.0 Redist). For more information, see Redistributable Components for Unified Communications Managed API version 1.0.

About the Managed SIP Stack Performance Counters

Performance counters allow you to monitor specific aspects of work performed by your application, and can help you identify and troubleshoot performance issues.

The managed SIP stack performance counters are provided by the following files, which can be found in the Common directory under the Microsoft Office Communications Server 2007 installation directory.

  • S4Perf.dll
  • S4Perf.ini
  • S4Perf.h

Note

The same files are copied to the UCMA v1.0 SDK directory under the Microsoft Office Communications Server 2007 installation directory when you install UCMA v1.0 SDK (UcmaSdk.msi).

The counters listed in this topic fall into one of two categories: PERF_COUNTER_LARGE_RAWCOUNT or PERF_COUNTER_LARGE_BULK_COUNT. Counters whose CounterType is PERF_COUNTER_LARGE_RAWCOUNT show the last observer value, not an average. Counters of type PERF_COUNTER_BULK_COUNT show an average number of operations per second. For more information, see Counter Types.

Installating and Configuring the Managed SIP Stack Performance Counters

The managed SIP stack performance objects and counters are installed when UcmaRedist.msi is executed.

If necessary, an application can unregister these performance objects similar to the way shown in the following command line.

regsvr32 /u /n /i "c:\Program Files\Microsoft Office Communications Server 2007\Common\s4perf.dll"

Accessing the Managed SIP Stack Performance Counters

To access one or more performance counters

  1. On the Desktop, click Start, point to Programs, point to Administrative Tools, and then click Performance.

  2. In the Performance dialog box, click Add.

  3. In the Add Counters dialog box, from the Performance object drop-down list, select from the available LC:SipEps performance objects.

    1. To select all of the performance counters listed, click All counters.
    2. To select a specific performance counter from the list, click Select counters from list.
  4. Click Add and then click Close.

Dialogs Performance Counters

DefaultScale for all Dialogs performance counters is 0, which means that the scaling factor is 1.

The Windows Performance tool lists this object as LC:SipEps - 00 - Sip Dialogs.

Name Summary CounterType

Active Dialogs

The total number of active dialogs

PERF_COUNTER_LARGE_RAWCOUNT

Dialogs Created

The total number of dialogs created

PERF_COUNTER_LARGE_RAWCOUNT

Dialogs Created /sec

The per-second rate of dialogs created

PERF_COUNTER_BULK_COUNT

CoreManagerQueueLength

Current queue length of events indicated by the core manager thread

PERF_COUNTER_LARGE_RAWCOUNT

CoreManagerMaximumQueueExecutionTime

Maximum execution time of a work item in the core manager thread

PERF_COUNTER_LARGE_RAWCOUNT

CoreManagerTotalWorkitemsExecuted

Total number of work items executed by the core manager

PERF_COUNTER_LARGE_RAWCOUNT

Transactions Performance Counters

DefaultScale for all Transactions performance counters is 0, which means that the scaling factor is 1.

The Windows Performance tool refers to this object as LC:SipEps - 01 - SipEps Transactions.

Name Summary CounterType

Active Transactions

The total number of active transactions

PERF_COUNTER_LARGE_RAWCOUNT

Incoming Transactions Processed

The total number of incoming transactions processed

PERF_COUNTER_LARGE_RAWCOUNT

Incoming Transactions Processed/sec

The per-second rate of incoming transactions processed

PERF_COUNTER_BULK_COUNT

Outgoing Transactions Processed

The total number outgoing transactions processed

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing Transactions Processed/sec

The per-second rate of outgoing transactions processed

PERF_COUNTER_BULK_COUNT

Transactions Processed

The total number of transactions processed

PERF_COUNTER_LARGE_RAWCOUNT

Transactions Processed/sec

The per-second rate of transactions processed

PERF_COUNTER_BULK_COUNT

Transactions Timed Out

The total number of transactions timed out

PERF_COUNTER_LARGE_RAWCOUNT

Transactions Timed Out/sec

The per-second rate of transactions timed out

PERF_COUNTER_BULK_COUNT

Connections Performance Counters

DefaultScale for all Connections performance counters is 0, which means that the scaling factor is 1.

The Windows Performance tool refers to this object as LC:SipEps - 02 - SipEps Connections.

Name Summary CounterType

Bytes Received

The total number of bytes received

PERF_COUNTER_LARGE_RAWCOUNT

Bytes Received/sec

The per-second rate of bytes received

PERF_COUNTER_BULK_COUNT

Bytes Sent

The total number of bytes sent

PERF_COUNTER_LARGE_RAWCOUNT

Bytes Sent/sec

The per-second rate of bytes sent

PERF_COUNTER_BULK_COUNT

Disconnections

The total number of disconnections

PERF_COUNTER_LARGE_RAWCOUNT

Disconnections/sec

The per-second rate of disconnections

PERF_COUNTER_BULK_COUNT

Incoming Connections

The total number of incoming connections

PERF_COUNTER_LARGE_RAWCOUNT

Incoming Connections/sec

The per-second rate of incoming connections

PERF_COUNTER_BULK_COUNT

Outgoing Connections

The total number of outgoing connections

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing Connections/sec

The per-second rate of outgoing connections

PERF_COUNTER_BULK_COUNT

Incoming Messages Performance Counters

DefaultScale for all Incoming Messages performance counters is 0, which means that the scaling factor is 1.

The Windows Performance tool refers to this object as LC:SipEps - 03 - SipEps Incoming Messages.

Name Summary CounterType

Failed Incoming Messages

The total number of failed incoming messages

PERF_COUNTER_LARGE_RAWCOUNT

Failed Incoming Messages/sec

The per-second rate of failed incoming messages

PERF_COUNTER_BULK_COUNT

Incoming Messages

The total number of incoming messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming Messages/sec

The per-second rate of incoming messages

PERF_COUNTER_BULK_COUNT

Incoming ACK messages

The total number of incoming ACK messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming ACK messages/sec

The per-second rate of incoming ACK messages

PERF_COUNTER_BULK_COUNT

Incoming BYE messages

The total number of incoming BYE messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming BYE messages/sec

The per-second rate of incoming BYE messages

PERF_COUNTER_BULK_COUNT

Incoming CANCEL messages

The total number of incoming CANCEL messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming CANCEL messages/sec

The per-second rate of incoming CANCEL messages

PERF_COUNTER_BULK_COUNT

Incoming INFO messages

The total number of incoming INFO messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming INFO messages/sec

The per-second rate of incoming INFO messages

PERF_COUNTER_BULK_COUNT

Incoming INVITE messages

The total number of incoming INVITE messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming INVITE messages/se

The per-second rate of incoming INVITE message

PERF_COUNTER_BULK_COUNT

Incoming MESSAGE messages

The total number of incoming MESSAGE messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming MESSAGE messages/sec

The per-second rate of incoming MESSAGE messages

PERF_COUNTER_BULK_COUNT

Incoming NEGOTIATE messages

The total number of incoming NEGOTIATE messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming NEGOTIATE messages/sec

The per-second rate of incoming NEGOTIATE messages

PERF_COUNTER_BULK_COUNT

Incoming NOTIFY messages

The total number of incoming NOTIFY messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming NOTIFY messages/sec

The per-second rate of incoming NOTIFY messages

PERF_COUNTER_BULK_COUNT

Incoming OPTIONS messages

The total number of incoming OPTIONS messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming OPTIONS messages/sec

The per-second rate of incoming OPTIONS messages

PERF_COUNTER_BULK_COUNT

Incoming REFER messages

The total number of incoming REFER messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming REFER messages/sec

The per-second rate of incoming REFER messages

PERF_COUNTER_BULK_COUNT

Incoming REGISTER messages

The total number of incoming REGISTER messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming REGISTER messages/sec

The per-second rate of incoming REGISTER messages

PERF_COUNTER_BULK_COUNT

Incoming SERVICE messages

The total number of incoming SERVICE messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming SERVICE messages/sec

The per-second rate of incoming SERVICE messages

PERF_COUNTER_BULK_COUNT

Incoming SUBSCRIBE messages

The total number of incoming SUBSCRIBE messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming SUBSCRIBE messages/sec

The per-second rate of incoming SUBSCRIBE message

PERF_COUNTER_BULK_COUNT

Incoming Generic Messages

The total number of incoming generic messages

PERF_COUNTER_LARGE_RAWCOUNT

Incoming Generic Messages/sec

The per-second rate of incoming generic messages

PERF_COUNTER_BULK_COUNT

Incoming 3xx Responses

The total number of incoming 3xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 3xx Responses/sec

The per-second rate of incoming 3xx responses

PERF_COUNTER_BULK_COUNT

Incoming 4xx Responses

The total number of incoming 4xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 4xx Responses/sec

The per-second rate of incoming 4xx responses

PERF_COUNTER_BULK_COUNT

Incoming 5xx Responses

The total number of incoming 5xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 5xx Responses/sec

The per-second rate of incoming 5xx responses

PERF_COUNTER_BULK_COUNT

Incoming 6xx Responses

The total number of incoming 6xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 6xx Responses/sec

The per-second rate of incoming 6xx responses

PERF_COUNTER_BULK_COUNT

Incoming 180(Ringing) Responses

The total number of incoming 180(Ringing) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 180(Ringing) Responses/sec

The per-second rate of incoming 180(Ringing) responses

PERF_COUNTER_BULK_COUNT

Incoming 200 Responses

The total number of incoming 200 responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 200 Responses/sec

The per-second rate of incoming 200 responses

PERF_COUNTER_BULK_COUNT

Incoming 301(Moved Permanently) Responses

The total number of incoming 301(Moved Permanently) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 301(Moved Permanently) Responses/sec

The per-second rate of incoming 301(Moved Permanently) responses

PERF_COUNTER_BULK_COUNT

Incoming 302(Moved Temporarily) Responses

The total number of incoming 302(Moved Temporarily) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 302(Moved Temporarily) Responses/sec

The per-second rate of incoming 302(Moved Temporarily) responses

PERF_COUNTER_BULK_COUNT

Incoming 400(Bad Request) Responses

The total number of incoming 400(Bad Request) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 400(Bad Request) Responses/sec

The per-second rate of incoming 400(Bad Request) responses

PERF_COUNTER_BULK_COUNT

Incoming 401(Unauthorized) Responses

The total number of incoming 401(Unauthorized) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 401(Unauthorized) Responses/sec

The per-second rate of incoming 401(Unauthorized) responses

PERF_COUNTER_BULK_COUNT

Incoming 403(Forbidden) Responses

The total number of incoming 403(Forbidden) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 403(Forbidden) Responses/sec

The per-second rate of incoming 403(Forbidden) responses

PERF_COUNTER_BULK_COUNT

Incoming 404(Not Found) Responses

The total number of incoming 404(Not Found) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 404(Not Found) Responses/sec

The per-second rate of incoming 404(Not Found) responses

PERF_COUNTER_BULK_COUNT

Incoming 407(Proxy Authentication Required) Responses

The total number of incoming 407(Proxy Authentication Required) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 407(Proxy Authentication Required) Responses/sec

The per-second rate of incoming 407(Proxy Authentication Required) responses

PERF_COUNTER_BULK_COUNT

Incoming 409 Responses

The total number of incoming 409 responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 409 Responses/sec

The per-second rate of incoming 409 responses

PERF_COUNTER_BULK_COUNT

Incoming 413(Request Entity Too Large) Responses

The total number of incoming 413(Request Entity Too Large) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 413(Request Entity Too Large) Responses/sec

The per-second rate of incoming 413(Request Entity Too Large) responses

PERF_COUNTER_BULK_COUNT

Incoming 421(Extension Required) Responses

The total number of incoming 421(Extension Required) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 421(Extension Required) Responses/sec

The per-second rate of incoming 421(Extension Required) responses

PERF_COUNTER_BULK_COUNT

Incoming 480(Temporarily Unavailable) Responses

The total number of incoming 480(Temporarily Unavailable) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 480(Temporarily Unavailable) Responses/sec

The per-second rate of incoming 480(Temporarily Unavailable) responses

PERF_COUNTER_BULK_COUNT

Incoming 481(Call/Transaction Does Not Exist) Responses

The total number of incoming 481(Call/Transaction Does Not Exist) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 481(Call/Transaction Does Not Exist) Responses/sec

The per-second rate of incoming 481(Call/Transaction Does Not Exist) responses

PERF_COUNTER_BULK_COUNT

Incoming 486(Busy Here) Responses

The total number of incoming 486(Busy Here) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 486(Busy Here) Responses/sec

The per-second rate of incoming 486(Busy Here) responses

PERF_COUNTER_BULK_COUNT

Incoming 487(Request Terminated) Responses

The total number of incoming 487(Request Terminated) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 487(Request Terminated) Responses/sec

The per-second rate of incoming 487(Request Terminated) responses

PERF_COUNTER_BULK_COUNT

Incoming 488(Not Acceptable Here) Responses

The total number of incoming 488(Not Acceptable Here) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 488(Not Acceptable Here) Responses/sec

The per-second rate of incoming 488(Not Acceptable Here) responses

PERF_COUNTER_BULK_COUNT

Incoming 499 Responses

The total number of incoming 499 responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 499 Responses/sec

The per-second rate of incoming 499 responses

PERF_COUNTER_BULK_COUNT

Incoming 500(Internal Server Error) Responses

The total number of incoming 500(Internal Server Error) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 500(Internal Server Error) Responses/sec

The per-second rate of incoming 500(Internal Server Error) responses

PERF_COUNTER_BULK_COUNT

Incoming 501(Not Implemented) Responses

The total number of incoming 501(Not Implemented) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 501(Not Implemented) Responses/sec

The per-second rate of incoming 501(Not Implemented) responses

PERF_COUNTER_BULK_COUNT

Incoming 503(Service Unavailable) Responses

The total number of incoming 503(Service Unavailable) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 503(Service Unavailable) Responses/sec

The per-second rate of incoming 503(Service Unavailable) responses

PERF_COUNTER_BULK_COUNT

Incoming 504(Server Time-out) Responses

The total number of incoming 504(Server Time-out) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 504(Server Time-out) Responses/sec

The per-second rate of incoming 504(Server Time-out) responses

PERF_COUNTER_BULK_COUNT

Incoming 599 Responses

The total number of incoming 599 responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 599 Responses/sec

The per-second rate of incoming 599 responses

PERF_COUNTER_BULK_COUNT

Incoming 600(Busy Everywhere) Responses

The total number of incoming 600(Busy Everywhere) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 600(Busy Everywhere) Responses/sec

The per-second rate of incoming 600(Busy Everywhere) responses

PERF_COUNTER_BULK_COUNT

Incoming 603(Decline) Responses

The total number of incoming 603(Decline) responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 603(Decline) Responses/sec

The per-second rate of incoming 603(Decline) responses

PERF_COUNTER_BULK_COUNT

Incoming 699 Responses

The total number of incoming 699 responses

PERF_COUNTER_LARGE_RAWCOUNT

Incoming 699 Responses/sec

The per-second rate of incoming 699 responses

PERF_COUNTER_BULK_COUNT

Outgoing Messages Performance Counters

DefaultScale for all Outgoing Messages performance counters is 0, which means that the scaling factor is 1.

The Windows Performance tool refers to this object as LC:SipEps - 04 - SipEps Outgoing Messages.

Name Summary CounterType

Failed Outgoing Messages

The total number of failed outgoing messages

PERF_COUNTER_LARGE_RAWCOUNT

Failed Outgoing Messages/sec

The per-second rate of failed outgoing messages

PERF_COUNTER_BULK_COUNT

Outgoing Messages

The total number of outgoing messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing Messages/sec

The per-second rate of outgoing messages

PERF_COUNTER_BULK_COUNT

Outgoing ACK messages

The total number of outgoing ACK messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing ACK messages/sec

The per-second rate of outgoing ACK messages

PERF_COUNTER_BULK_COUNT

Outgoing BYE messages

The total number of outgoing BYE messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing BYE messages/sec

The per-second rate of outgoing BYE messages

PERF_COUNTER_BULK_COUNT

Outgoing CANCEL messages

The total number of outgoing CANCEL messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing CANCEL messages/sec

The per-second rate of outgoing CANCEL messages

PERF_COUNTER_BULK_COUNT

Outgoing INFO messages

The total number of outgoing INFO messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing INFO messages/sec

The per-second rate of outgoing INFO messages

PERF_COUNTER_BULK_COUNT

Outgoing INVITE messages

The total number of outgoing INVITE messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing INVITE messages/sec

The per-second rate of outgoing INVITE messages

PERF_COUNTER_BULK_COUNT

Outgoing MESSAGE messages

The total number of outgoing MESSAGE messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing MESSAGE messages/sec

The per-second rate of outgoing MESSAGE messages

PERF_COUNTER_BULK_COUNT

Outgoing NEGOTIATE messages

The total number of outgoing NEGOTIATE messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing NEGOTIATE messages/sec

The per-second rate of outgoing NEGOTIATE messages

PERF_COUNTER_BULK_COUNT

Outgoing NOTIFY messages

The total number of outgoing NOTIFYK messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing NOTIFY messages/sec

The per-second rate of outgoing NOTIFY messages

PERF_COUNTER_BULK_COUNT

Outgoing OPTIONS messages

The total number of outgoing OPTIONS messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing OPTIONS messages/sec

The per-second rate of outgoing OPTIONS messages

PERF_COUNTER_BULK_COUNT

Outgoing REFER messages

The total number of outgoing REFER messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing REFER messages/sec

The per-second rate of outgoing REFER messages

PERF_COUNTER_BULK_COUNT

Outgoing REGISTER messages

The total number of outgoing REGISTER messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing REGISTER messages/sec

The per-second rate of outgoing REGISTER messages

PERF_COUNTER_BULK_COUNT

Outgoing SERVICE messages

The total number of outgoing SERVICE messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing SERVICE messages/sec

The per-second rate of outgoing SERVICE messages

PERF_COUNTER_BULK_COUNT

Outgoing SUBSCRIBE messages

The total number of outgoing SUBSCRIBE messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing SUBSCRIBE messages/sec

The per-second rate of outgoing SUBSCRIBE messages

PERF_COUNTER_BULK_COUNT

Outgoing Generic Messages

The total number of outgoing generic messages

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing Generic Messages/sec

The per-second rate of outgoing generic messages

PERF_COUNTER_BULK_COUNT

Outgoing 3xx Responses

The total number of outgoing 3xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 3xx Responses/sec

The per-second rate of outgoing 3xx responses

PERF_COUNTER_BULK_COUNT

Outgoing 4xx Responses

The total number of outgoing 4xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 4xx Responses/sec

The per-second rate of outgoing 4xx responses

PERF_COUNTER_BULK_COUNT

Outgoing 5xx Responses

The total number of outgoing 5xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 5xx Responses/sec

The per-second rate of outgoing 5xx responses

PERF_COUNTER_BULK_COUNT

Outgoing 6xx Responses

The total number of outgoing 6xx responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 6xx Responses/sec

The per-second rate of outgoing 6xx responses

PERF_COUNTER_BULK_COUNT

Outgoing 180(Ringing) Responses

The total number of outgoing 180(Ringing) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 180(Ringing) Responses/sec

The per-second rate of outgoing 180(Ringing) responses

PERF_COUNTER_BULK_COUNT

Outgoing 200 Responses

The total number of outgoing 200 responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 200 Responses/sec

The per-second rate of outgoing 200 responses

PERF_COUNTER_BULK_COUNT

Outgoing 301(Moved Permanently) Responses

The total number of outgoing 301(Moved Permanently) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 301(Moved Permanently) Responses/sec

The per-second rate of outgoing 301(Moved Permanently) responses

PERF_COUNTER_BULK_COUNT

Outgoing 302(Moved Temporarily) Responses

The total number of outgoing 302(Moved Temporarily) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 302(Moved Temporarily) Responses/sec

The per-second rate of outgoing 302(Moved Temporarily) responses

PERF_COUNTER_BULK_COUNT

Outgoing 400(Bad Request) Responses

The total number of outgoing 400(Bad Request) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 400(Bad Request) Responses/sec

The per-second rate of outgoing 400(Bad Request) responses

PERF_COUNTER_BULK_COUNT

Outgoing 401(Unauthorized) Responses

The total number of outgoing 401(Unauthorized) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 401(Unauthorized) Responses/sec

The per-second rate of outgoing 401(Unauthorized) responses

PERF_COUNTER_BULK_COUNT

Outgoing 403(Forbidden) Responses

The total number of outgoing 403(Forbidden) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 403(Forbidden) Responses/sec

The per-second rate of outgoing 403(Forbidden) responses

PERF_COUNTER_BULK_COUNT

Outgoing 404(Not Found) Responses

The total number of outgoing 404(Not Found) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 404(Not Found) Responses/sec

The per-second rate of outgoing 404(Not Found) responses

PERF_COUNTER_BULK_COUNT

Outgoing 407(Proxy Authentication Required) Responses

The total number of outgoing 407(Proxy Authentication Required) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 407(Proxy Authentication Required) Responses/sec

The per-second rate of outgoing 407(Proxy Authentication Required) responses

PERF_COUNTER_BULK_COUNT

Outgoing 409 Responses

The total number of outgoing 409 responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 409 Responses/sec

The per-second rate of outgoing 409 responses

PERF_COUNTER_BULK_COUNT

Outgoing 413(Request Entity Too Large) Responses

The total number of outgoing 413(Request Entity Too Large) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 413(Request Entity Too Large) Responses/sec

The per-second rate of outgoing 413(Request Entity Too Large) responses

PERF_COUNTER_BULK_COUNT

Outgoing 421(Extension Required) Responses

The total number of outgoing 421(Extension Required) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 421(Extension Required) Responses/sec

The per-second rate of outgoing 421(Extension Required) responses

PERF_COUNTER_BULK_COUNT

Outgoing 480(Temporarily Unavailable) Responses

The total number of outgoing 480(Temporarily Unavailable) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 480(Temporarily Unavailable) Responses/sec

The per-second rate of outgoing 480(Temporarily Unavailable) responses

PERF_COUNTER_BULK_COUNT

Outgoing 481(Call/Transaction Does Not Exist) Responses

The total number of outgoing 481(Call/Transaction Does Not Exist) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 481(Call/Transaction Does Not Exist) Responses/sec

The per-second rate of outgoing 481(Call/Transaction Does Not Exist) responses

PERF_COUNTER_BULK_COUNT

Outgoing 486(Busy Here) Responses

The total number of outgoing 486(Busy Here) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 486(Busy Here) Responses/sec

The per-second rate of outgoing 486(Busy Here) responses

PERF_COUNTER_BULK_COUNT

Outgoing 487(Request Terminated) Responses

The total number of outgoing 487(Request Terminated) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 487(Request Terminated) Responses/sec

The per-second rate of outgoing 487(Request Terminated) responses

PERF_COUNTER_BULK_COUNT

Outgoing 488(Not Acceptable Here) Responses

The total number of outgoing 488(Not Acceptable Here) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 488(Not Acceptable Here) Responses/sec

The per-second rate of outgoing 488(Not Acceptable Here) responses

PERF_COUNTER_BULK_COUNT

Outgoing 499 Responses

The total number of outgoing 499 responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 499 Responses/sec

The per-second rate of outgoing 499 responses

PERF_COUNTER_BULK_COUNT

Outgoing 500(Internal Server Error) Responses

The total number of outgoing 500(Internal Server Error) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 500(Internal Server Error) Responses/sec

The per-second rate of outgoing 500(Internal Server Error) responses

PERF_COUNTER_BULK_COUNT

Outgoing 501(Not Implemented) Responses

The total number of outgoing 501(Not Implemented) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 501(Not Implemented) Responses/sec

The per-second rate of outgoing 501(Not Implemented) responses

PERF_COUNTER_BULK_COUNT

Outgoing 503(Service Unavailable) Responses

The total number of outgoing 503(Service Unavailable) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 503(Service Unavailable) Responses/sec

The per-second rate of outgoing 503(Service Unavailable) responses

PERF_COUNTER_BULK_COUNT

Outgoing 504(Server Time-out) Responses

The total number of outgoing 504(Server Time-out) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 504(Server Time-out) Responses/sec

The per-second rate of outgoing 504(Server Time-out) responses

PERF_COUNTER_BULK_COUNT

Outgoing 599 Responses

The total number of outgoing 599 responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 599 Responses/sec

The per-second rate of outgoing 599 responses

PERF_COUNTER_BULK_COUNT

Outgoing 600(Busy Everywhere) Responses

The total number of outgoing 600(Busy Everywhere) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 600(Busy Everywhere) Responses/sec

The per-second rate of outgoing 600(Busy Everywhere) responses

PERF_COUNTER_BULK_COUNT

Outgoing 603(Decline) Responses

The total number of outgoing 603(Decline) responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 603(Decline) Responses/sec

The per-second rate of outgoing 603(Decline) responses

PERF_COUNTER_BULK_COUNT

Outgoing 699 Responses

The total number of outgoing 699 responses

PERF_COUNTER_LARGE_RAWCOUNT

Outgoing 699 Responses/sec

The per-second rate of outgoing 699 responses

PERF_COUNTER_BULK_COUNT