Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 777 Bytes

service-calls-per-second.md

File metadata and controls

17 lines (12 loc) · 777 Bytes
description title ms.date ms.assetid
Learn more about: Service: Calls Per Second
Service: Calls Per Second
03/30/2017
6261d28d-d449-425a-b9fc-a4ee14079134

Service: Calls Per Second

Counter Name: Calls Per Second.

Description

Number of calls to this service in a second.

This counter is of performance counter type PERF_COUNTER_COUNTER, whose value is calculated using the following formula.

(N 1 - N 0 ) / ( (D 1 -D 0 ) / F) where the numerator (N) represents the number of operations performed during the last sample interval, the denominator (D) represents the number of ticks elapsed during the last sample interval, and F is the frequency of the ticks.