140 references to PerfCounters
System.Web (140)
Cache\OutputCache.cs (4)
374
PerfCounters
.DecrementCounter(AppPerfCounter.OUTPUT_CACHE_ENTRIES);
375
PerfCounters
.IncrementCounter(AppPerfCounter.OUTPUT_CACHE_TURNOVER_RATE);
848
PerfCounters
.IncrementCounter(AppPerfCounter.OUTPUT_CACHE_ENTRIES);
849
PerfCounters
.IncrementCounter(AppPerfCounter.OUTPUT_CACHE_TURNOVER_RATE);
Compilation\AssemblyBuilder.cs (3)
963
PerfCounters
.IncrementCounter(AppPerfCounter.COMPILATIONS);
1048
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_COMPILING);
1049
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
ErrorFormatter.cs (2)
1858
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_PRE_PROCESSING);
1859
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
Hosting\IIS7WorkerRequest.cs (5)
109
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_TOTAL);
496
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, bytesRead);
670
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.REQUESTS_DISCONNECTED);
1379
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_OUT, delta);
1471
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, bytesReceived);
Hosting\ISAPIWorkerRequest.cs (9)
935
PerfCounters
.DecrementCounter(AppPerfCounter.REQUESTS_EXECUTING);
940
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_OUT, delta);
992
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_TOTAL);
1014
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, _contentTotalLength);
1728
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, rc);
1750
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, rc);
2671
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.REQUESTS_DISCONNECTED);
2895
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, rc);
2904
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, rc);
Hosting\ReadAsyncResult.cs (1)
34
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, bytesRead);
Hosting\SimpleWorkerRequest.cs (6)
326
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.REQUESTS_CURRENT);
327
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_TOTAL);
340
PerfCounters
.DecrementGlobalCounter(GlobalPerfCounter.REQUESTS_CURRENT);
341
PerfCounters
.DecrementCounter(AppPerfCounter.REQUESTS_EXECUTING);
344
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_OUT, bytesOut);
355
PerfCounters
.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, bytesIn);
HttpApplication.cs (7)
1312
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_NOT_FOUND);
1313
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_FAILED);
1373
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_NOT_FOUND);
1374
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_FAILED);
1632
PerfCounters
.IncrementCounter(AppPerfCounter.PIPELINES);
1801
PerfCounters
.DecrementCounter(AppPerfCounter.PIPELINES);
2262
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_TIMED_OUT);
HttpContext.cs (2)
470
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_EXECUTING);
1865
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_TIMED_OUT);
HttpDebugHandler.cs (1)
251
PerfCounters
.IncrementCounter(AppPerfCounter.DEBUGGING_REQUESTS);
HTTPNotFoundHandler.cs (2)
29
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_NOT_FOUND);
56
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_NOT_FOUND);
HttpRequest.cs (2)
191
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_EXECUTING);
204
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_EXECUTING);
HttpRuntime.cs (12)
330
PerfCounters
.Open(_appDomainAppId);
1725
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.REQUESTS_REJECTED);
1726
PerfCounters
.IncrementCounter(AppPerfCounter.APP_REQUESTS_REJECTED);
1874
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.APPLICATION_RESTARTS);
1916
PerfCounters
.SetGlobalCounter(GlobalPerfCounter.REQUEST_EXECUTION_TIME, (int)milli);
1917
PerfCounters
.SetCounter(AppPerfCounter.APP_REQUEST_EXEC_TIME, (int)milli);
1922
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_FAILED);
1925
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_NOT_AUTHORIZED);
1929
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_NOT_FOUND);
1936
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_SUCCEDED);
2405
PerfCounters
.SetGlobalCounter(GlobalPerfCounter.REQUEST_WAIT_TIME, (int)milli);
2406
PerfCounters
.SetCounter(AppPerfCounter.APP_REQUEST_WAIT_TIME, (int)milli);
Management\AppDomainResourcePerfCounters.cs (3)
29
PerfCounters
.SetCounter(AppPerfCounter.APP_CPU_USED_BASE, 100);
113
PerfCounters
.SetCounter(AppPerfCounter.APP_MEMORY_USED, _MemUsageLastReported);
125
PerfCounters
.SetCounter(AppPerfCounter.APP_CPU_USED, _CPUUsageLastReported);
Management\WebEvents.cs (16)
437
PerfCounters
.IncrementCounter(AppPerfCounter.EVENTS_TOTAL);
1238
PerfCounters
.IncrementCounter(AppPerfCounter.EVENTS_APP);
1302
PerfCounters
.IncrementCounter(AppPerfCounter.EVENTS_WEB_REQ);
1372
PerfCounters
.IncrementCounter(AppPerfCounter.EVENTS_ERROR);
1373
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.GLOBAL_EVENTS_ERROR);
1470
PerfCounters
.IncrementCounter(AppPerfCounter.EVENTS_HTTP_INFRA_ERROR);
1471
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.GLOBAL_EVENTS_HTTP_INFRA_ERROR);
1569
PerfCounters
.IncrementCounter(AppPerfCounter.EVENTS_HTTP_REQ_ERROR);
1570
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.GLOBAL_EVENTS_HTTP_REQ_ERROR);
1656
PerfCounters
.IncrementCounter(AppPerfCounter.AUDIT_FAIL);
1657
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.GLOBAL_AUDIT_FAIL);
1774
PerfCounters
.IncrementCounter(AppPerfCounter.AUDIT_SUCCESS);
1775
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.GLOBAL_AUDIT_SUCCESS);
2094
s_requestsExecuting =
PerfCounters
.GetGlobalCounter(GlobalPerfCounter.REQUESTS_CURRENT);
2095
s_requestsQueued =
PerfCounters
.GetGlobalCounter(GlobalPerfCounter.REQUESTS_QUEUED);
2096
s_requestsRejected =
PerfCounters
.GetGlobalCounter(GlobalPerfCounter.REQUESTS_REJECTED);
OutputCacheModule.cs (4)
486
PerfCounters
.IncrementCounter(AppPerfCounter.OUTPUT_CACHE_RATIO_BASE);
487
PerfCounters
.IncrementCounter(AppPerfCounter.OUTPUT_CACHE_MISSES);
990
PerfCounters
.IncrementCounter(AppPerfCounter.OUTPUT_CACHE_RATIO_BASE);
991
PerfCounters
.IncrementCounter(AppPerfCounter.OUTPUT_CACHE_HITS);
PerfCounters.cs (4)
213
PerfCounters
.IncrementCounter(counter);
217
PerfCounters
.IncrementCounterEx(counter, value);
221
PerfCounters
.DecrementCounter(counter);
225
PerfCounters
.SetCounter(counter, value);
RequestQueue.cs (6)
77
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.REQUESTS_QUEUED);
78
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_IN_APPLICATION_QUEUE);
101
PerfCounters
.DecrementGlobalCounter(GlobalPerfCounter.REQUESTS_QUEUED);
102
PerfCounters
.DecrementCounter(AppPerfCounter.REQUESTS_IN_APPLICATION_QUEUE);
109
PerfCounters
.IncrementGlobalCounter(GlobalPerfCounter.REQUESTS_DISCONNECTED);
110
PerfCounters
.IncrementCounter(AppPerfCounter.APP_REQUEST_DISCONNECTED);
RootedObjects.cs (1)
110
PerfCounters
.DecrementCounter(AppPerfCounter.REQUESTS_EXECUTING);
Security\ADMembershipProvider.cs (2)
1757
PerfCounters
.IncrementCounter(AppPerfCounter.MEMBER_SUCCESS);
1761
PerfCounters
.IncrementCounter(AppPerfCounter.MEMBER_FAIL);
Security\FormsAuthentication.cs (2)
307
PerfCounters
.IncrementCounter(AppPerfCounter.FORMS_AUTH_SUCCESS);
311
PerfCounters
.IncrementCounter(AppPerfCounter.FORMS_AUTH_FAIL);
Security\SQLMembershipProvider.cs (2)
867
PerfCounters
.IncrementCounter(AppPerfCounter.MEMBER_SUCCESS);
871
PerfCounters
.IncrementCounter(AppPerfCounter.MEMBER_FAIL);
Security\UrlAuthorizationModule.cs (2)
135
PerfCounters
.IncrementCounter(AppPerfCounter.ANONYMOUS_REQUESTS);
151
PerfCounters
.IncrementCounter(AppPerfCounter.ANONYMOUS_REQUESTS);
State\InProcStateClientManager.cs (7)
40
PerfCounters
.DecrementCounter(AppPerfCounter.SESSIONS_ACTIVE);
52
PerfCounters
.IncrementCounter(AppPerfCounter.SESSIONS_TIMED_OUT);
56
PerfCounters
.IncrementCounter(AppPerfCounter.SESSIONS_ABANDONED);
354
PerfCounters
.IncrementCounter(AppPerfCounter.SESSIONS_TOTAL);
355
PerfCounters
.IncrementCounter(AppPerfCounter.SESSIONS_ACTIVE);
394
PerfCounters
.IncrementCounter(AppPerfCounter.SESSIONS_TOTAL);
395
PerfCounters
.IncrementCounter(AppPerfCounter.SESSIONS_ACTIVE);
State\OutOfProcStateClientManager.cs (2)
698
PerfCounters
.IncrementCounter(AppPerfCounter.SESSION_STATE_SERVER_CONNECTIONS);
716
PerfCounters
.DecrementCounter(AppPerfCounter.SESSION_STATE_SERVER_CONNECTIONS);
State\sqlstateclientmanager.cs (2)
1239
PerfCounters
.IncrementCounter(AppPerfCounter.SESSION_SQL_SERVER_CONNECTIONS);
1524
PerfCounters
.DecrementCounter(AppPerfCounter.SESSION_SQL_SERVER_CONNECTIONS);
State\StateRuntime.cs (7)
107
PerfCounters
.OpenStateCounters();
134
PerfCounters
.SetStateServiceCounter(StateServicePerfCounter.STATE_SERVICE_SESSIONS_TOTAL, 0);
135
PerfCounters
.SetStateServiceCounter(StateServicePerfCounter.STATE_SERVICE_SESSIONS_ACTIVE, 0);
136
PerfCounters
.SetStateServiceCounter(StateServicePerfCounter.STATE_SERVICE_SESSIONS_TIMED_OUT, 0);
137
PerfCounters
.SetStateServiceCounter(StateServicePerfCounter.STATE_SERVICE_SESSIONS_ABANDONED, 0);
746
PerfCounters
.DecrementStateServiceCounter(counter);
754
PerfCounters
.IncrementStateServiceCounter(counter);
UI\ObjectStateFormatter.cs (1)
402
PerfCounters
.IncrementCounter(AppPerfCounter.VIEWSTATE_MAC_FAIL);
UI\Page.cs (11)
1579
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_UNHANDLED);
4552
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_DURING_REQUEST);
4553
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
4907
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_DURING_REQUEST);
4908
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
5228
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_DURING_REQUEST);
5229
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
5874
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_DURING_REQUEST);
5875
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
6048
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_DURING_REQUEST);
6049
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
UI\TemplateParser.cs (2)
851
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_PRE_PROCESSING);
852
PerfCounters
.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
Util\Transactions.cs (5)
89
PerfCounters
.IncrementCounter(AppPerfCounter.TRANSACTIONS_PENDING);
96
PerfCounters
.DecrementCounter(AppPerfCounter.TRANSACTIONS_PENDING);
103
PerfCounters
.IncrementCounter(AppPerfCounter.TRANSACTIONS_TOTAL);
106
PerfCounters
.IncrementCounter(AppPerfCounter.TRANSACTIONS_COMMITTED);
110
PerfCounters
.IncrementCounter(AppPerfCounter.TRANSACTIONS_ABORTED);
WebSocketPipeline.cs (4)
88
WebSocketPipe pipe = (unmanagedWebSocketContext != null) ? new WebSocketPipe(unmanagedWebSocketContext,
PerfCounters
.Instance) : null;
104
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_TOTAL_WEBSOCKETS);
137
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_SUCCEEDED_WEBSOCKETS);
147
PerfCounters
.IncrementCounter(AppPerfCounter.REQUESTS_FAILED_WEBSOCKETS);
WebSockets\AspNetWebSocketManager.cs (1)
19
public static readonly AspNetWebSocketManager Current = new AspNetWebSocketManager(
PerfCounters
.Instance);