Microsoft IIS Server (Device Subtype)
  • 11 Jun 2025
  • 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

Metric TitleStatisticUnitStatistical Group
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
Server Available Memory
Available Memory
BMemory
Server Committed Memory
Committed Memory
BMemory

See also WMI Class Reference

If you are experiencing antivirus notifications about Netreo when monitoring this device subtype, please allowlist 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?