Collect Adobe FMS Server Application total bandwidth usage

Custom.Adobe.FlashMediaServer.App.bw_total.Collect (Rule)

Element properties:

TargetCustom.Adobe.FlashMediaServer.x.Application
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
GetServerStats DataSource Custom.Adobe.FlashMediaServer.GetAppStats.bw_total.DataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Custom.Adobe.FlashMediaServer.App.bw_total.Collect" Enabled="false" Target="Custom.Adobe.FlashMediaServer.x.Application" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="GetServerStats" TypeID="Custom.Adobe.FlashMediaServer.GetAppStats.bw_total.DataSource">
<IntervalSeconds>$Target/Property[Type="Custom.Adobe.FlashMediaServer.x.Application"]/FMSApplicationPollOffset$</IntervalSeconds>
<FMSApplication>$Target/Property[Type="Custom.Adobe.FlashMediaServer.x.Application"]/FMSApplicationName$</FMSApplication>
<FMSAdminURL>$Target/Host/Host/Host/Property[Type="Custom.Adobe.FlashMediaServer.x.Role"]/FMSAdminAddress$</FMSAdminURL>
<FMSIniFile>$Target/Host/Host/Host/Property[Type="Custom.Adobe.FlashMediaServer.x.Role"]/FMSIniFile$</FMSIniFile>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>