Microsoft IIS Server (Device Subtype)
- 30 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Microsoft IIS Server (Device Subtype)
- Updated on 30 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Polling type: non-SNMP
Parent device type: Windows Server WMI
Metrics Collected
Metric Title | Statistic | Unit | Statistical Group |
---|---|---|---|
IIS Connection Rate | Connection Attempt Rate | attempts/s | HTTP |
IIS Request Queue | Requests Queued | requests | HTTP |
IIS Request Rate | GET Request Rate | requests/s | HTTP |
IIS Request Wait Time | Request Wait Time | s | HTTP |
IIS Web Service Rate | Received Rate | B/s | HTTP |
IIS Web Service Rate | Sent Rate | B/s | HTTP |
IIS Web Service Rate | Total Rate | B/s | HTTP |
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?