초당 가상 네트워크 어댑터 전송(KB)

Microsoft.SystemCenter.VirtualMachineManager.Network.VNic.NetSentThroughput (Rule)

이 규칙은 가상 네트워크 어댑터에서 초당 전송한 KB 수를 수집합니다.

Knowledge Base article:

요약

이 규칙은 가상 네트워크 어댑터에서 초당 전송한 KB 수를 수집합니다. 이 수집 작업은 기본적으로 10분 간격으로 수행되며, 값은 수집 간격 중 평균 처리량을 나타냅니다.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Discovery.VMMManagementServer
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource Microsoft.SystemCenter.VirtualMachineManager.Report.TimedPowerShell.VNicUsagePerformanceProviderNew Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.VirtualMachineManager.Network.VNic.NetSentThroughput" Enabled="true" Target="VMMDiscovery!Microsoft.SystemCenter.VirtualMachineManager.Discovery.VMMManagementServer">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="Microsoft.SystemCenter.VirtualMachineManager.Report.TimedPowerShell.VNicUsagePerformanceProviderNew">
<!-- This should be kept in sync with the other VNic usage collection rules to ensure cookdown by the healthservice-->
<IntervalSeconds>600</IntervalSeconds>
<TimeoutSeconds>570</TimeoutSeconds>
<CounterName>KBytes Sent/sec</CounterName>
<CounterValue>$Data/Property[@Name='CounterValueSent']$</CounterValue>
<Parameters>
<Parameter>
<Name>VMMServer</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</Value>
</Parameter>
<Parameter>
<Name>domain</Name>
<Value>$RunAs[Name="PROV2Library!Microsoft.SystemCenter.VirtualMachineManager.2012.VMMServerConnectionRunAsProfile"]/Domain$</Value>
</Parameter>
<Parameter>
<Name>username</Name>
<Value>$RunAs[Name="PROV2Library!Microsoft.SystemCenter.VirtualMachineManager.2012.VMMServerConnectionRunAsProfile"]/UserName$</Value>
</Parameter>
<Parameter>
<Name>pass</Name>
<Value>$RunAs[Name="PROV2Library!Microsoft.SystemCenter.VirtualMachineManager.2012.VMMServerConnectionRunAsProfile"]/Password$</Value>
</Parameter>
</Parameters>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>