Составная коллекция служб режима ожидания Vista

Microsoft.Windows.Client.Win7.Computer.StandbyService.Collection (Rule)

[OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR] [OR]

Knowledge Base article:

Краткое описание

Это правило собирает данные событий, которые описывают основные причины проблем с производительностью перехода в режим ожидания, обнаруженных системой Windows Client Windows 7.

Причины

Одна из основных причин снижения производительности — работа служб

Element properties:

TargetMicrosoft.Windows.Client.Win7.Aggregate.Computer
CategoryEventCollection
EnabledTrue
Event_ID303
Event SourceMicrosoft-Windows-Diagnostics-Performance
Alert GenerateFalse
RemotableTrue
Event LogMicrosoft-Windows-Diagnostics-Performance/Operational

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider System.PrivilegedMonitoringAccount
PublishToClientPerfRootCauseChannel WriteAction Microsoft.Windows.Client.Win7.Computer.PublishBaseData Default

Source Code:

<Rule ID="Microsoft.Windows.Client.Win7.Computer.StandbyService.Collection" Enabled="true" Target="Microsoft.Windows.Client.Win7.Aggregate.Computer" DiscardLevel="100" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>Microsoft-Windows-Diagnostics-Performance/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-Diagnostics-Performance</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>303</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="PublishToClientPerfRootCauseChannel" TypeID="Microsoft.Windows.Client.Win7.Computer.PublishBaseData">
<ChannelId>DB0D365C-4F80-46FA-BC8E-FB2B4E620544</ChannelId>
</WriteAction>
</WriteActions>
</Rule>