SSAS 2005: Consulta: Linhas Enviadas por Segundo

Microsoft.SQLServer.2005.MSAS_2005_Query_Rows_sent_sec_15.0_minutes_5_Rule (Rule)

Knowledge Base article:

Resumo

Contagem de linhas enviadas por segundo. Este contador é sondado a cada quinze minutos.

Diferente da maioria das regras de coleta de dados de desempenho, esta regra requer direitos de administrador no servidor para que os dados sejam coletados pelo agente. Sendo assim, ela é configurada para aproveitar o perfil RunAs "Conta de Monitoramento do SQL Server" que é fornecido com o SQL. Para os sistemas em que a conta de ação do agente padrão não é um administrador, você deve configurar o perfil RunAs "Conta de Monitoramento do SQL Server" apropriadamente para garantir que esses dados de desempenho sejam coletados.

Element properties:

TargetMicrosoft.SQLServer.2005.AnalysisServices
CategoryPerformanceCollection
EnabledTrue
Instance Name$Target/Property[Type="SQL!Microsoft.SQLServer.AnalysisServices"]/PerformanceCounterObject$:Storage Engine Query
Counter NameRows sent/sec
Frequency900
Alert GenerateFalse
RemotableTrue
CommentMom2005ID='{AB38C5F3-EC7E-4E74-9DB7-CCA36C753F35}';MOM2005GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}

Member Modules:

ID Module Type TypeId RunAs 
_10998D6D_576B_4AC5_B08A_AAAAF0CEA86C_ DataSource System.Performance.DataProvider Microsoft.SQLServer.SQLProbeAccount
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default
CollectPerfData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectPerfDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SQLServer.2005.MSAS_2005_Query_Rows_sent_sec_15.0_minutes_5_Rule" Target="SQL2005Core!Microsoft.SQLServer.2005.AnalysisServices" Enabled="true" ConfirmDelivery="false" Comment="Mom2005ID='{AB38C5F3-EC7E-4E74-9DB7-CCA36C753F35}';MOM2005GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="_10998D6D_576B_4AC5_B08A_AAAAF0CEA86C_" Comment="{10998D6D-576B-4AC5-B08A-AAAAF0CEA86C}" TypeID="SystemPerf!System.Performance.DataProvider" RunAs="SQL!Microsoft.SQLServer.SQLProbeAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Rows sent/sec</CounterName>
<ObjectName>$Target/Property[Type="SQL!Microsoft.SQLServer.AnalysisServices"]/PerformanceCounterObject$:Storage Engine Query</ObjectName>
<Frequency>900</Frequency>
</DataSource>
</DataSources>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>SQL Analysis Services:Storage Engine Query</ObjectName>
<CounterName>$Data/CounterName$</CounterName>
<InstanceName>$Data/InstanceName$</InstanceName>
<Value>$Data/Value$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="CollectPerfData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectPerfDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>