Microsoft IIS Server (Device Subtype)
  • 13 Nov 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Microsoft IIS Server (Device Subtype)

  • Dark
    Light
  • PDF

Article Summary

Polling type: non-SNMP

Parent device type: Windows Server WMI

Metrics Collected

Stat GroupingMetricUnitATA Category
IIS Connection RateConnection Attempt Rateattempts/sHTTP
IIS Request QueueRequests QueuedrequestsHTTP
IIS Request RateGET Request Raterequests/sHTTP
IIS Request Wait TimeRequest Wait TimesHTTP
IIS Web Service RateReceived RateB/sHTTP
IIS Web Service RateSent RateB/sHTTP
IIS Web Service RateTotal RateB/sHTTP

See also WMI Class Reference

If you are experiencing antivirus notifications about Netreo when monitoring this device subtype, please welcome list the following PowerShell commands.

  • gwmi -Namespace "" -Query "SELECT Name, AvailableBytes, CommittedBytes, PagesPersec, PoolNonpagedBytes, Timestamp_Sys100NS, Timestamp_PerfTime, Frequency_PerfTime, Frequency_Sys100NS FROM Win32_PerfRawData_PerfOS_Memory" | Select *
  • gwmi -Namespace "" -Query "SELECT Name, RequestWaitTime, RequestsQueued FROM Win32_PerfRawData_ASPNET_ASPNET" | Select *
  • gwmi -Namespace "" -Query "SELECT Name, BytesReceivedPersec, BytesSentPersec, BytesTotalPersec, ConnectionAttemptsPersec, ConnectionAttemptsPersec, Timestamp_Sys100NS, Timestamp_PerfTime, Frequency_PerfTime, Frequency_Sys100NS FROM Win32_PerfRawData_W3SVC_WebService" | Select *

See Windows PowerShell Commands for the full list of commands used when monitoring Windows devices.


Was this article helpful?