WWW サービスは、グローバル帯域幅調整を有効にできませんでした

Microsoft.Windows.InternetInformationServices.6.2.WWW.service.failed.to.enable.global.bandwidth.throttling (Rule)

Knowledge Base article:

概要

インターネット インフォメーション サービス (IIS) World Wide Web 発行サービス (W3SVC) は、パフォーマンス データを収集し、HTTP 圧縮を行うように構成できます。HTTP 圧縮を実行するように W3SVC を構成する場合、NTFS ボリューム上にある有効な圧縮ディレクトリを指定する必要があります。

解決方法

パケット スケジューラ機能を有効にする

帯域幅調整は、パケット スケジューラを使用して、データ パケットを送信するタイミングを管理します。IIS マネージャーを使用して帯域幅調整を使用するようにサイトを構成すると、パケット スケジューラは自動的にインストールされ、IIS は帯域幅調整を最小値の 1024 キロバイト/秒 (KBps) に自動的に設定します。ただし、Active Directory® サービス インターフェイス (ADSI) や WMI などの他の方法を使用する場合、帯域幅調整が正しく動作するにはパケット スケジューラを有効にする必要があります。

パケット スケジューラを有効にする

パケット スケジューラを有効にするには:

QoS パケット スケジューラをインストールする

QoS パケット スケジューラをインストールするには:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebServer
CategoryAlert
EnabledTrue
Event SourceMicrosoft-Windows-IIS-W3SVC
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.WWW.service.failed.to.enable.global.bandwidth.throttling" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.6.2.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1071|1073)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.WWW.service.failed.to.enable.global.bandwidth.throttling.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>