BACK TO INDEX

Win32_PerfFormattedData_W3SVC_WebService
The Web Service object includes counters specific to the World Wide Web Publishing Service.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AnonymousUsersPersecUInt32The rate users are making anonymous connections to the Web service.
BytesReceivedPersecUInt64Bytes Received/sec is the rate that data bytes are received by the Web service.
BytesSentPersecUInt64Bytes Sent/sec is the rate data bytes are being sent by the Web service.
BytesTotalPersecUInt64Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec. This is the total rate of bytes transferred by the Web service.
CaptionStringA short textual description (one-line string) for the statistic or metric.
CGIRequestsPersecUInt32The rate CGI requests are received by the Web service.
ConnectionAttemptsPersecUInt32The rate that connections to the Web service are being attempted.
CopyRequestsPersecUInt32The rate HTTP requests using the COPY method are made. Copy requests are used for copying files and directories.
CurrentAnonymousUsersUInt32Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
CurrentBlockedAsyncIORequestsUInt32Current requests temporarily blocked due to bandwidth throttling settings.
CurrentblockedbandwidthbytesUInt32Current bytes temporarily blocked due to bandwidth throttling settings.
CurrentCALcountforauthenticatedusersUInt32This counter is no longer valid. Value will always be zero.
CurrentCALcountforSSLconnectionsUInt32This counter is no longer valid. Value will always be zero.
CurrentCGIRequestsUInt32Current CGI Requests is the current number of CGI requests being simultaneously processed by the Web service.
CurrentConnectionsUInt32Current Connections is the current number of connections established with the Web service.
CurrentISAPIExtensionRequestsUInt32Current ISAPI Extension Requests is the current number of ISAPI requests being simultaneously processed by the Web service.
CurrentNonAnonymousUsersUInt32Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service.
DeleteRequestsPersecUInt32The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals.
DescriptionStringA textual description of the statistic or metric.
FilesPersecUInt32The rate files are transferred, that is, sent and received by the Web service.
FilesReceivedPersecUInt32The rate files are received by the Web service.
FilesSentPersecUInt32The rate files are sent by the Web service.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
GetRequestsPersecUInt32The rate HTTP requests using the GET method are made. Get requests are the most common HTTP request.
HeadRequestsPersecUInt32The rate HTTP requests using the HEAD method are made. Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed.
ISAPIExtensionRequestsPersecUInt32The rate that ISAPI Extension requests are received by the Web service.
LockedErrorsPersecUInt32The rate of errors due to requests that couldn't be satisfied by the server because the requested document was locked. These are generally reported as an HTTP 423 error code to the client.
LockRequestsPersecUInt32The rate HTTP requests using the LOCK method are made. Lock requests are used to lock a file for one user so that only that user can modify the file.
LogonAttemptsPersecUInt32The rate that logons to the Web service are being attempted.
MaximumAnonymousUsersUInt32Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (since service startup).
MaximumCALcountforauthenticatedusersUInt32This counter is no longer valid. Value will always be zero.
MaximumCALcountforSSLconnectionsUInt32This counter is no longer valid. Value will always be zero.
MaximumCGIRequestsUInt32Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service (since service startup).
MaximumConnectionsUInt32Maximum Connections is the maximum number of concurrent connections established with the Web service (since service startup).
MaximumISAPIExtensionRequestsUInt32Maximum ISAPI Extension Requests is the maximum number of ISAPI requests simultaneously processed by the Web service (since service startup).
MaximumNonAnonymousUsersUInt32Maximum NonAnonymous Users is the maximum number of concurrent non-anonymous connections to the Web service (since service startup).
MeasuredAsyncIOBandwidthUsageUInt32Measured bandwidth of asynchronous I/O averaged over a minute.
MkcolRequestsPersecUInt32The rate HTTP requests using the MKCOL method are made. Mkcol requests are used to create directories on the server.
MoveRequestsPersecUInt32The rate HTTP requests using the MOVE method are made. Move requests are used for moving files and directories.
NameStringThe Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property.
NonAnonymousUsersPersecUInt32The rate users are making non-anonymous connections to the Web service.
NotFoundErrorsPersecUInt32The rate of errors due to requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client.
OptionsRequestsPersecUInt32The rate HTTP requests using the OPTIONS method are made.
OtherRequestMethodsPersecUInt32The rate HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods.
PostRequestsPersecUInt32The rate HTTP requests using the POST method are made.
PropfindRequestsPersecUInt32The rate HTTP requests using the PROPFIND method are made. Propfind requests retrieve property values on files and directories.
ProppatchRequestsPersecUInt32The rate HTTP requests using the PROPPATCH method are made. Proppatch requests set property values on files and directories.
PutRequestsPersecUInt32The rate HTTP requests using the PUT method are made.
SearchRequestsPersecUInt32The rate HTTP requests using the SEARCH method are made. Search requests are used to query the server to find resources that match a set of conditions provided by the client.
ServiceUptimeUInt32The length of time the Web Service has been running.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalAllowedAsyncIORequestsUInt32Total requests allowed by bandwidth throttling settings (since service startup).
TotalAnonymousUsersUInt32Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (since service startup).
TotalBlockedAsyncIORequestsUInt32Total requests temporarily blocked due to bandwidth throttling settings (since service startup).
TotalblockedbandwidthbytesUInt32Total bytes blocked due to bandwidth throttling settings (since service startup).
TotalBytesReceivedUInt64Total Bytes Received is the number of data bytes that have been received by the Web service (since service startup).
TotalBytesSentUInt64Total Bytes Sent is the number of data bytes that have been sent by the Web service (since service startup).
TotalBytesTransferedUInt64Total bytes either received or sent by the Web service (since service startup).
TotalCGIRequestsUInt32Total CGI requests is the total number of CGI requests (since service startup).
TotalConnectionAttemptsallinstancesUInt32Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed.
TotalCopyRequestsUInt32Total Copy Requests is the number of HTTP requests using the COPY method (since service startup). Copy requests are used for copying files and directories.
TotalcountoffailedCALrequestsforauthenticatedusersUInt32This counter is no longer valid. Value will always be zero.
TotalcountoffailedCALrequestsforSSLconnectionsUInt32This counter is no longer valid. Value will always be zero.
TotalDeleteRequestsUInt32Total Delete Requests is the number of HTTP requests using the DELETE method (since service startup). Delete requests are generally used for file removals.
TotalFilesReceivedUInt32Total Files Received is the total number of files received by the Web service (since service startup).
TotalFilesSentUInt32Total Files Sent is the total number of files sent by the Web service (since service startup).
TotalFilesTransferredUInt32Total Files Transferred is the sum of Files Sent and Files Received (since service startup).
TotalGetRequestsUInt32Total Get Requests is the number of HTTP requests using the GET method (since service startup). Get requests are the most common HTTP request.
TotalHeadRequestsUInt32Total Head Requests is the number of HTTP requests using the HEAD method (since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed.
TotalISAPIExtensionRequestsUInt32Total ISAPI Extension Requests received (since service startup).
TotalLockedErrorsUInt32Total Locked Errors is the number of requests that couldn't be satisfied by the server because the requested was locked (since service startup). These are generally reported as an HTTP 423 error code to the client.
TotalLockRequestsUInt32Total Lock Requests is the number of HTTP requests using the LOCK method (since service startup). Lock requests are used to lock a file for one user so that only that user can modify the file.
TotalLogonAttemptsUInt32Total Logon Attempts is the number of logons attempts to the Web Service (since service startup).
TotalMethodRequestsUInt32Total Method Requests is the number of all HTTP requests (since service startup).
TotalMethodRequestsPersecUInt32The rate HTTP requests are received.
TotalMkcolRequestsUInt32Total Mkcol Requests is the number of HTTP requests using the MKCOL method (since service startup). Mkcol requests are used to create directories on the server.
TotalMoveRequestsUInt32Total Move Requests is the number of HTTP requests using the MOVE method (since service startup). Move requests are used for moving files and directories.
TotalNonAnonymousUsersUInt32Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (since service startup).
TotalNotFoundErrorsUInt32Total Not Found Errors is the number of requests that couldn't be satisfied by the server because the requested document could not be found (since service startup). These are generally reported as an HTTP 404 error code to the client.
TotalOptionsRequestsUInt32Total Options Requests is the number of HTTP requests using the OPTIONS method (since service startup).
TotalOtherRequestMethodsUInt32Total Other Request Methods is the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods (since service startup).
TotalPostRequestsUInt32Total Post Requests is the number of HTTP requests using the POST method (since service startup).
TotalPropfindRequestsUInt32Total Propfind Requests is the number of HTTP requests using the PROPFIND method (since service startup). Propfind requests retrieve property values on files and directories.
TotalProppatchRequestsUInt32Total Proppatch Requests is the number of HTTP requests using the PROPPATCH method (since service startup). Proppatch requests set property values on files and directories.
TotalPutRequestsUInt32Total Put Requests is the number of HTTP requests using the PUT method (since service startup).
TotalRejectedAsyncIORequestsUInt32Total requests rejected due to bandwidth throttling settings (since service startup).
TotalSearchRequestsUInt32Total Search Requests is the number of HTTP requests using the SEARCH method (since service startup). Search requests are used to query the server to find resources that match a set of conditions provided by the client.
TotalTraceRequestsUInt32Total Trace Requests is the number of HTTP requests using the TRACE method (since service startup). Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes.
TotalUnlockRequestsUInt32Total Unlock Requests is the number of HTTP requests using the UNLOCK method (since service startup). Unlock requests are used to remove locks from files.
TraceRequestsPersecUInt32The rate HTTP requests using the TRACE method are made. Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes.
UnlockRequestsPersecUInt32The rate HTTP requests using the UNLOCK method are made. Unlock requests are used to remove locks from files.
SAMPLE DATA INSTANCE
   [Description("The Web Service object includes counters specific to the World Wide Web Publishing Service."): ToInstance Amended, DisplayName("Web Service"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_W3SVC_WebService
   {
    [Description("The rate users are making anonymous connections to the Web service."): ToInstance Amended, DisplayName("Anonymous Users/sec"): ToInstance Amended] AnonymousUsersPersec = 0;
    [Description("Bytes Received/sec is the rate that data bytes are received by the Web service."): ToInstance Amended, DisplayName("Bytes Received/sec"): ToInstance Amended] BytesReceivedPersec = "0";
    [Description("Bytes Sent/sec is the rate data bytes are being sent by the Web service."): ToInstance Amended, DisplayName("Bytes Sent/sec"): ToInstance Amended] BytesSentPersec = "0";
    [Description("Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec. This is the total rate of bytes transferred by the Web service."): ToInstance Amended, DisplayName("Bytes Total/sec"): ToInstance Amended] BytesTotalPersec = "0";
    [Description("The rate CGI requests are received by the Web service."): ToInstance Amended, DisplayName("CGI Requests/sec"): ToInstance Amended] CGIRequestsPersec = 0;
    [Description("The rate that connections to the Web service are being attempted."): ToInstance Amended, DisplayName("Connection Attempts/sec"): ToInstance Amended] ConnectionAttemptsPersec = 0;
    [Description("The rate HTTP requests using the COPY method are made. Copy requests are used for copying files and directories."): ToInstance Amended, DisplayName("Copy Requests/sec"): ToInstance Amended] CopyRequestsPersec = 0;
    [Description("Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service."): ToInstance Amended, DisplayName("Current Anonymous Users"): ToInstance Amended] CurrentAnonymousUsers = 0;
    [Description("Current requests temporarily blocked due to bandwidth throttling settings."): ToInstance Amended, DisplayName("Current Blocked Async I/O Requests"): ToInstance Amended] CurrentBlockedAsyncIORequests = 0;
    [Description("Current bytes temporarily blocked due to bandwidth throttling settings."): ToInstance Amended, DisplayName("Current blocked bandwidth bytes."): ToInstance Amended] Currentblockedbandwidthbytes = 0;
    [Description("This counter is no longer valid. Value will always be zero."): ToInstance Amended, DisplayName("Current CAL count for authenticated users"): ToInstance Amended] CurrentCALcountforauthenticatedusers = 0;
    [Description("This counter is no longer valid. Value will always be zero."): ToInstance Amended, DisplayName("Current CAL count for SSL connections"): ToInstance Amended] CurrentCALcountforSSLconnections = 0;
    [Description("Current CGI Requests is the current number of CGI requests being simultaneously processed by the Web service."): ToInstance Amended, DisplayName("Current CGI Requests"): ToInstance Amended] CurrentCGIRequests = 0;
    [Description("Current Connections is the current number of connections established with the Web service."): ToInstance Amended, DisplayName("Current Connections"): ToInstance Amended] CurrentConnections = 0;
    [Description("Current ISAPI Extension Requests is the current number of ISAPI requests being simultaneously processed by the Web service."): ToInstance Amended, DisplayName("Current ISAPI Extension Requests"): ToInstance Amended] CurrentISAPIExtensionRequests = 0;
    [Description("Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service."): ToInstance Amended, DisplayName("Current NonAnonymous Users"): ToInstance Amended] CurrentNonAnonymousUsers = 0;
    [Description("The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals."): ToInstance Amended, DisplayName("Delete Requests/sec"): ToInstance Amended] DeleteRequestsPersec = 0;
    [Description("The rate files are transferred, that is, sent and received by the Web service."): ToInstance Amended, DisplayName("Files/sec"): ToInstance Amended] FilesPersec = 0;
    [Description("The rate files are received by the Web service."): ToInstance Amended, DisplayName("Files Received/sec"): ToInstance Amended] FilesReceivedPersec = 0;
    [Description("The rate files are sent by the Web service."): ToInstance Amended, DisplayName("Files Sent/sec"): ToInstance Amended] FilesSentPersec = 0;
    [Description("The rate HTTP requests using the GET method are made. Get requests are the most common HTTP request."): ToInstance Amended, DisplayName("Get Requests/sec"): ToInstance Amended] GetRequestsPersec = 0;
    [Description("The rate HTTP requests using the HEAD method are made. Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed."): ToInstance Amended, DisplayName("Head Requests/sec"): ToInstance Amended] HeadRequestsPersec = 0;
    [Description("The rate that ISAPI Extension requests are received by the Web service."): ToInstance Amended, DisplayName("ISAPI Extension Requests/sec"): ToInstance Amended] ISAPIExtensionRequestsPersec = 0;
    [Description("The rate of errors due to requests that couldn't be satisfied by the server because the requested document was locked. These are generally reported as an HTTP 423 error code to the client."): ToInstance Amended, DisplayName("Locked Errors/sec"): ToInstance Amended] LockedErrorsPersec = 0;
    [Description("The rate HTTP requests using the LOCK method are made. Lock requests are used to lock a file for one user so that only that user can modify the file."): ToInstance Amended, DisplayName("Lock Requests/sec"): ToInstance Amended] LockRequestsPersec = 0;
    [Description("The rate that logons to the Web service are being attempted."): ToInstance Amended, DisplayName("Logon Attempts/sec"): ToInstance Amended] LogonAttemptsPersec = 0;
    [Description("Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (since service startup)."): ToInstance Amended, DisplayName("Maximum Anonymous Users"): ToInstance Amended] MaximumAnonymousUsers = 5;
    [Description("This counter is no longer valid. Value will always be zero."): ToInstance Amended, DisplayName("Maximum CAL count for authenticated users"): ToInstance Amended] MaximumCALcountforauthenticatedusers = 0;
    [Description("This counter is no longer valid. Value will always be zero."): ToInstance Amended, DisplayName("Maximum CAL count for SSL connections"): ToInstance Amended] MaximumCALcountforSSLconnections = 0;
    [Description("Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service (since service startup)."): ToInstance Amended, DisplayName("Maximum CGI Requests"): ToInstance Amended] MaximumCGIRequests = 0;
    [Description("Maximum Connections is the maximum number of concurrent connections established with the Web service (since service startup)."): ToInstance Amended, DisplayName("Maximum Connections"): ToInstance Amended] MaximumConnections = 2;
    [Description("Maximum ISAPI Extension Requests is the maximum number of ISAPI requests simultaneously processed by the Web service (since service startup)."): ToInstance Amended, DisplayName("Maximum ISAPI Extension Requests"): ToInstance Amended] MaximumISAPIExtensionRequests = 5;
    [Description("Maximum NonAnonymous Users is the maximum number of concurrent non-anonymous connections to the Web service (since service startup)."): ToInstance Amended, DisplayName("Maximum NonAnonymous Users"): ToInstance Amended] MaximumNonAnonymousUsers = 0;
    [Description("Measured bandwidth of asynchronous I/O averaged over a minute."): ToInstance Amended, DisplayName("Measured Async I/O Bandwidth Usage"): ToInstance Amended] MeasuredAsyncIOBandwidthUsage = 0;
    [Description("The rate HTTP requests using the MKCOL method are made. Mkcol requests are used to create directories on the server."): ToInstance Amended, DisplayName("Mkcol Requests/sec"): ToInstance Amended] MkcolRequestsPersec = 0;
    [Description("The rate HTTP requests using the MOVE method are made. Move requests are used for moving files and directories."): ToInstance Amended, DisplayName("Move Requests/sec"): ToInstance Amended] MoveRequestsPersec = 0;
    Name = "_Total";
    [Description("The rate users are making non-anonymous connections to the Web service."): ToInstance Amended, DisplayName("NonAnonymous Users/sec"): ToInstance Amended] NonAnonymousUsersPersec = 0;
    [Description("The rate of errors due to requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client."): ToInstance Amended, DisplayName("Not Found Errors/sec"): ToInstance Amended] NotFoundErrorsPersec = 0;
    [Description("The rate HTTP requests using the OPTIONS method are made."): ToInstance Amended, DisplayName("Options Requests/sec"): ToInstance Amended] OptionsRequestsPersec = 0;
    [Description("The rate HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods."): ToInstance Amended, DisplayName("Other Request Methods/sec"): ToInstance Amended] OtherRequestMethodsPersec = 0;
    [Description("The rate HTTP requests using the POST method are made."): ToInstance Amended, DisplayName("Post Requests/sec"): ToInstance Amended] PostRequestsPersec = 0;
    [Description("The rate HTTP requests using the PROPFIND method are made. Propfind requests retrieve property values on files and directories."): ToInstance Amended, DisplayName("Propfind Requests/sec"): ToInstance Amended] PropfindRequestsPersec = 0;
    [Description("The rate HTTP requests using the PROPPATCH method are made. Proppatch requests set property values on files and directories."): ToInstance Amended, DisplayName("Proppatch Requests/sec"): ToInstance Amended] ProppatchRequestsPersec = 0;
    [Description("The rate HTTP requests using the PUT method are made."): ToInstance Amended, DisplayName("Put Requests/sec"): ToInstance Amended] PutRequestsPersec = 0;
    [Description("The rate HTTP requests using the SEARCH method are made. Search requests are used to query the server to find resources that match a set of conditions provided by the client."): ToInstance Amended, DisplayName("Search Requests/sec"): ToInstance Amended] SearchRequestsPersec = 0;
    [Description("The length of time the Web Service has been running."): ToInstance Amended, DisplayName("Service Uptime"): ToInstance Amended] ServiceUptime = 171564;
    [Description("Total requests allowed by bandwidth throttling settings (since service startup)."): ToInstance Amended, DisplayName("Total Allowed Async I/O Requests"): ToInstance Amended] TotalAllowedAsyncIORequests = 0;
    [Description("Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (since service startup)."): ToInstance Amended, DisplayName("Total Anonymous Users"): ToInstance Amended] TotalAnonymousUsers = 1326;
    [Description("Total requests temporarily blocked due to bandwidth throttling settings (since service startup)."): ToInstance Amended, DisplayName("Total Blocked Async I/O Requests"): ToInstance Amended] TotalBlockedAsyncIORequests = 0;
    [Description("Total bytes blocked due to bandwidth throttling settings (since service startup)."): ToInstance Amended, DisplayName("Total blocked bandwidth bytes."): ToInstance Amended] Totalblockedbandwidthbytes = 0;
    [Description("Total Bytes Received is the number of data bytes that have been received by the Web service (since service startup)."): ToInstance Amended, DisplayName("Total Bytes Received"): ToInstance Amended] TotalBytesReceived = "898184";
    [Description("Total Bytes Sent is the number of data bytes that have been sent by the Web service (since service startup)."): ToInstance Amended, DisplayName("Total Bytes Sent"): ToInstance Amended] TotalBytesSent = "416039";
    [Description("Total bytes either received or sent by the Web service (since service startup)."): ToInstance Amended, DisplayName("Total Bytes Transfered"): ToInstance Amended] TotalBytesTransfered = "1314223";
    [Description("Total CGI requests is the total number of CGI requests (since service startup)."): ToInstance Amended, DisplayName("Total CGI Requests"): ToInstance Amended] TotalCGIRequests = 0;
    [Description("Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed."): ToInstance Amended, DisplayName("Total Connection Attempts (all instances)"): ToInstance Amended] TotalConnectionAttemptsallinstances = 1313;
    [Description("Total Copy Requests is the number of HTTP requests using the COPY method (since service startup). Copy requests are used for copying files and directories."): ToInstance Amended, DisplayName("Total Copy Requests"): ToInstance Amended] TotalCopyRequests = 0;
    [Description("This counter is no longer valid. Value will always be zero."): ToInstance Amended, DisplayName("Total count of failed CAL requests for authenticated users"): ToInstance Amended] TotalcountoffailedCALrequestsforauthenticatedusers = 0;
    [Description("This counter is no longer valid. Value will always be zero."): ToInstance Amended, DisplayName("Total count of failed CAL requests for SSL connections"): ToInstance Amended] TotalcountoffailedCALrequestsforSSLconnections = 0;
    [Description("Total Delete Requests is the number of HTTP requests using the DELETE method (since service startup). Delete requests are generally used for file removals."): ToInstance Amended, DisplayName("Total Delete Requests"): ToInstance Amended] TotalDeleteRequests = 0;
    [Description("Total Files Received is the total number of files received by the Web service (since service startup)."): ToInstance Amended, DisplayName("Total Files Received"): ToInstance Amended] TotalFilesReceived = 0;
    [Description("Total Files Sent is the total number of files sent by the Web service (since service startup)."): ToInstance Amended, DisplayName("Total Files Sent"): ToInstance Amended] TotalFilesSent = 10;
    [Description("Total Files Transferred is the sum of Files Sent and Files Received (since service startup)."): ToInstance Amended, DisplayName("Total Files Transferred"): ToInstance Amended] TotalFilesTransferred = 10;
    [Description("Total Get Requests is the number of HTTP requests using the GET method (since service startup). Get requests are the most common HTTP request."): ToInstance Amended, DisplayName("Total Get Requests"): ToInstance Amended] TotalGetRequests = 584;
    [Description("Total Head Requests is the number of HTTP requests using the HEAD method (since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed."): ToInstance Amended, DisplayName("Total Head Requests"): ToInstance Amended] TotalHeadRequests = 0;
    [Description("Total ISAPI Extension Requests received (since service startup)."): ToInstance Amended, DisplayName("Total ISAPI Extension Requests"): ToInstance Amended] TotalISAPIExtensionRequests = 1326;
    [Description("Total Locked Errors is the number of requests that couldn't be satisfied by the server because the requested was locked (since service startup). These are generally reported as an HTTP 423 error code to the client."): ToInstance Amended, DisplayName("Total Locked Errors"): ToInstance Amended] TotalLockedErrors = 0;
    [Description("Total Lock Requests is the number of HTTP requests using the LOCK method (since service startup). Lock requests are used to lock a file for one user so that only that user can modify the file."): ToInstance Amended, DisplayName("Total Lock Requests"): ToInstance Amended] TotalLockRequests = 0;
    [Description("Total Logon Attempts is the number of logons attempts to the Web Service (since service startup)."): ToInstance Amended, DisplayName("Total Logon Attempts"): ToInstance Amended] TotalLogonAttempts = 1326;
    [Description("Total Method Requests is the number of all HTTP requests (since service startup)."): ToInstance Amended, DisplayName("Total Method Requests"): ToInstance Amended] TotalMethodRequests = 1326;
    [Description("The rate HTTP requests are received."): ToInstance Amended, DisplayName("Total Method Requests/sec"): ToInstance Amended] TotalMethodRequestsPersec = 0;
    [Description("Total Mkcol Requests is the number of HTTP requests using the MKCOL method (since service startup). Mkcol requests are used to create directories on the server."): ToInstance Amended, DisplayName("Total Mkcol Requests"): ToInstance Amended] TotalMkcolRequests = 0;
    [Description("Total Move Requests is the number of HTTP requests using the MOVE method (since service startup). Move requests are used for moving files and directories."): ToInstance Amended, DisplayName("Total Move Requests"): ToInstance Amended] TotalMoveRequests = 0;
    [Description("Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (since service startup)."): ToInstance Amended, DisplayName("Total NonAnonymous Users"): ToInstance Amended] TotalNonAnonymousUsers = 0;
    [Description("Total Not Found Errors is the number of requests that couldn't be satisfied by the server because the requested document could not be found (since service startup). These are generally reported as an HTTP 404 error code to the client."): ToInstance Amended, DisplayName("Total Not Found Errors"): ToInstance Amended] TotalNotFoundErrors = 10;
    [Description("Total Options Requests is the number of HTTP requests using the OPTIONS method (since service startup)."): ToInstance Amended, DisplayName("Total Options Requests"): ToInstance Amended] TotalOptionsRequests = 6;
    [Description("Total Other Request Methods is the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods (since service startup)."): ToInstance Amended, DisplayName("Total Other Request Methods"): ToInstance Amended] TotalOtherRequestMethods = 726;
    [Description("Total Post Requests is the number of HTTP requests using the POST method (since service startup)."): ToInstance Amended, DisplayName("Total Post Requests"): ToInstance Amended] TotalPostRequests = 0;
    [Description("Total Propfind Requests is the number of HTTP requests using the PROPFIND method (since service startup). Propfind requests retrieve property values on files and directories."): ToInstance Amended, DisplayName("Total Propfind Requests"): ToInstance Amended] TotalPropfindRequests = 10;
    [Description("Total Proppatch Requests is the number of HTTP requests using the PROPPATCH method (since service startup). Proppatch requests set property values on files and directories."): ToInstance Amended, DisplayName("Total Proppatch Requests"): ToInstance Amended] TotalProppatchRequests = 0;
    [Description("Total Put Requests is the number of HTTP requests using the PUT method (since service startup)."): ToInstance Amended, DisplayName("Total Put Requests"): ToInstance Amended] TotalPutRequests = 0;
    [Description("Total requests rejected due to bandwidth throttling settings (since service startup)."): ToInstance Amended, DisplayName("Total Rejected Async I/O Requests"): ToInstance Amended] TotalRejectedAsyncIORequests = 0;
    [Description("Total Search Requests is the number of HTTP requests using the SEARCH method (since service startup). Search requests are used to query the server to find resources that match a set of conditions provided by the client."): ToInstance Amended, DisplayName("Total Search Requests"): ToInstance Amended] TotalSearchRequests = 0;
    [Description("Total Trace Requests is the number of HTTP requests using the TRACE method (since service startup). Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes."): ToInstance Amended, DisplayName("Total Trace Requests"): ToInstance Amended] TotalTraceRequests = 0;
    [Description("Total Unlock Requests is the number of HTTP requests using the UNLOCK method (since service startup). Unlock requests are used to remove locks from files."): ToInstance Amended, DisplayName("Total Unlock Requests"): ToInstance Amended] TotalUnlockRequests = 0;
    [Description("The rate HTTP requests using the TRACE method are made. Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes."): ToInstance Amended, DisplayName("Trace Requests/sec"): ToInstance Amended] TraceRequestsPersec = 0;
    [Description("The rate HTTP requests using the UNLOCK method are made. Unlock requests are used to remove locks from files."): ToInstance Amended, DisplayName("Unlock Requests/sec"): ToInstance Amended] UnlockRequestsPersec = 0;
   };