Process CPU usage percentage - Aggregated instances

Jalasoft.Xian.OpsMgr2007MP.Report.SolarisServer.ProcessCPUUsagePercent.1.1_Perf.Aggregated.Instances (Report)

This report provides aggregated information about the minimum/average/maximum Process CPU usage percentage registered during a defined period in the monitored Solaris Server, allowing the use of several aggregation levels (default is 'Day'). Jalasoft Xian Network Manager collects data for this report (using the Process CPU usage percentage rule included in the Jalasoft plug-in for Solaris Server).

Element properties:

AccessibilityPublic
VisibleTrue

Source Code:

<Report ID="Jalasoft.Xian.OpsMgr2007MP.Report.SolarisServer.ProcessCPUUsagePercent.1.1_Perf.Aggregated.Instances" Accessibility="Public" Target="ThirdParty_Solaris!Jalasoft.Xian.Common.Elements.ThirdParty.Solaris.JsXSolarisServerUnixDeviceElement" Visible="true">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" rowSpan="3" columnSpan="1">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone"/>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate" binding="StartDate_BaseValue"/>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate" binding="EndDate_BaseValue"/>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox">
<ReportParameters>
<ReportParameter name="Device"/>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox">
<ReportParameters>
<ReportParameter name="Node"/>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox">
<ReportParameters>
<ReportParameter name="AgregLevel"/>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<Definition>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<DataSources>
<DataSource Name="DataWarehouseMain">
<DataSourceReference>Data Warehouse Main</DataSourceReference>
</DataSource>
</DataSources>
<BottomMargin>1in</BottomMargin>
<RightMargin>1in</RightMargin>
<ReportParameters>
<ReportParameter Name="StartDate">
<DataType>DateTime</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>Start Date</Prompt>
</ReportParameter>
<ReportParameter Name="EndDate">
<DataType>DateTime</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>End Date</Prompt>
</ReportParameter>
<ReportParameter Name="TimeZone">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>Time Zone</Prompt>
</ReportParameter>
<ReportParameter Name="TimeZoneName">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>TimeZoneName</Prompt>
</ReportParameter>
<ReportParameter Name="StartDate_BaseType">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>StartDate_BaseType</Prompt>
</ReportParameter>
<ReportParameter Name="StartDate_OffsetType">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>StartDate_OffsetType</Prompt>
</ReportParameter>
<ReportParameter Name="StartDate_OffsetValue">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>StartDate_OffsetValue</Prompt>
</ReportParameter>
<ReportParameter Name="EndDate_BaseType">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>EndDate_BaseType</Prompt>
</ReportParameter>
<ReportParameter Name="EndDate_OffsetType">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>EndDate_OffsetType</Prompt>
</ReportParameter>
<ReportParameter Name="EndDate_OffsetValue">
<DataType>String</DataType>
<AllowBlank>true</AllowBlank>
<Prompt>EndDate_OffsetValue</Prompt>
</ReportParameter>
<ReportParameter Name="DeviceType">
<DataType>String</DataType>
<DefaultValue>
<Values>
<Value>Jalasoft.Xian.Common.Elements.ThirdParty.Solaris.JsXSolarisServerUnixDeviceElement;</Value>
</Values>
</DefaultValue>
</ReportParameter>
<ReportParameter Name="NodeType">
<DataType>String</DataType>
<DefaultValue>
<Values>
<Value>Jalasoft.Xian.Common.Elements.ThirdParty.Solaris.JsXSolarisServerProcessElement;</Value>
</Values>
</DefaultValue>
</ReportParameter>
<ReportParameter Name="Device">
<DataType>String</DataType>
<Prompt>Device Name</Prompt>
<ValidValues>
<DataSetReference>
<DataSetName>DeviceList</DataSetName>
<ValueField>DeviceRowId</ValueField>
<LabelField>DeviceDisplayName</LabelField>
</DataSetReference>
</ValidValues>
</ReportParameter>
<ReportParameter Name="Node">
<DataType>String</DataType>
<Prompt>Node Name</Prompt>
<ValidValues>
<DataSetReference>
<DataSetName>NodeList</DataSetName>
<ValueField>NodeRowId</ValueField>
<LabelField>NodeDisplayName</LabelField>
</DataSetReference>
</ValidValues>
</ReportParameter>
<ReportParameter Name="AgregLevel">
<DataType>String</DataType>
<DefaultValue>
<Values>
<Value>Day</Value>
</Values>
</DefaultValue>
<Prompt>Aggregation Level</Prompt>
<ValidValues>
<ParameterValues>
<ParameterValue>
<Value>Hour</Value>
<Label>Hour</Label>
</ParameterValue>
<ParameterValue>
<Value>Day</Value>
<Label>Day</Label>
</ParameterValue>
<ParameterValue>
<Value>Week</Value>
<Label>Week</Label>
</ParameterValue>
<ParameterValue>
<Value>Month</Value>
<Label>Month</Label>
</ParameterValue>
<ParameterValue>
<Value>Quarter</Value>
<Label>Quarter</Label>
</ParameterValue>
<ParameterValue>
<Value>Year</Value>
<Label>Year</Label>
</ParameterValue>
</ParameterValues>
</ValidValues>
</ReportParameter>
<ReportParameter Name="RulesList">
<DataType>String</DataType>
<DefaultValue>
<Values>
<Value>Jalasoft.Xian.SmartManagementPacks.SolarisServers.DW.ProcessCPUUsagePercent.1.1|Process CPU usage percentage (1)|Process CPU usage percentage|%|Y;</Value>
</Values>
</DefaultValue>
</ReportParameter>
<ReportParameter Name="PluginName">
<DataType>String</DataType>
<DefaultValue>
<Values>
<Value>Jalasoft Xian NM plugin for Solaris Server</Value>
</Values>
</DefaultValue>
</ReportParameter>
</ReportParameters>
<rd:DrawGrid>true</rd:DrawGrid>
<InteractiveWidth>8.5in</InteractiveWidth>
<rd:GridSpacing>0.05in</rd:GridSpacing>
<rd:SnapToGrid>true</rd:SnapToGrid>
<Body><Script>
<ReportItems>
<Table Name="table1">
<Footer>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ColSpan>3</ColSpan>
<ReportItems>
<Textbox Name="txtNANA">
<ZIndex>3</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>N/A: Not available</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.25in</Height>
</TableRow>
</TableRows>
</Footer>
<Left>0.1in</Left>
<Filters>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>=False</FilterValue>
</FilterValues>
<FilterExpression>=IsNothing(Fields!StartTime.Value)</FilterExpression>
</Filter>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>N</FilterValue>
</FilterValues>
<FilterExpression>=Fields!Averagable.Value</FilterExpression>
</Filter>
</Filters>
<DataSetName>ReportDataEx</DataSetName>
<Top>5.8in</Top>
<ZIndex>7</ZIndex>
<Visibility>
<Hidden>=IIf(CountRows()=0, true, false)</Hidden>
</Visibility>
<Width>6.29999in</Width>
<Details>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="txtStartDateNA">
<ZIndex>2</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Left</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>=iif(Parameters!AgregLevel.Value="Hour","g","d")</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=Fields!StartTime.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="txtEndDateNA">
<ZIndex>1</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Left</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>=iif(Parameters!AgregLevel.Value="Hour","g","d")</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=Fields!EndTime.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="txtTotal">
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>F</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=Code.FormatNumberByCounterType(Fields!SumValue.Value,Fields!Unit.Value,Fields!Averagable.Value)</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.25in</Height>
</TableRow>
</TableRows>
</Details>
<Style></Style>
<BorderWidth>
<Bottom>1pt</Bottom>
</BorderWidth>
<BorderColor>
<Bottom>Black</Bottom>
</BorderColor>
</Style>
<Header>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ColSpan>2</ColSpan>
<ReportItems>
<Textbox Name="lblTimeRangeNA">
<ZIndex>5</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Bottom>1pt</Bottom>
<Top>1pt</Top>
<Right>0.5pt</Right>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>Gray</BackgroundColor>
<Color>White</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>Time Range</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="lblTotal">
<ZIndex>4</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Bottom>1pt</Bottom>
<Top>1pt</Top>
<Left>0.5pt</Left>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>Gray</BackgroundColor>
<Color>White</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>Total</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.35in</Height>
</TableRow>
</TableRows>
<RepeatOnNewPage>true</RepeatOnNewPage>
</Header>
<TableColumns>
<TableColumn>
<Width>1.46972in</Width>
</TableColumn>
<TableColumn>
<Width>1.46972in</Width>
</TableColumn>
<TableColumn>
<Width>3.36055in</Width>
</TableColumn>
</TableColumns>
<Height>0.85in</Height>
</Table>
<List Name="NoDataList">
<Left>0.5in</Left>
<DataSetName>ReportDataEx</DataSetName>
<Top>2.7in</Top>
<NoRows>There is no data available for this report. This may occur when there is no relevant data available for collection, this report depends on data generated by the Xian Network Manager Process CPU usage percentage rule, included in the Jalasoft Xian NM plug-in for Solaris Server.</NoRows>
<ZIndex>6</ZIndex>
<Visibility>
<Hidden>=iif(CountRows()&gt;0,true,false)</Hidden>
</Visibility>
<Width>5.5in</Width>
<Style></Style>
<TextAlign>Center</TextAlign>
</Style>
<Height>2in</Height>
</List>
<Chart Name="chtPerformanceNA">
<Legend>
<Visible>true</Visible>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
</Style>
<Position>TopCenter</Position>
<Layout>Table</Layout>
</Legend>
<Subtype>Plain</Subtype>
<Title/>
<Height>2.7in</Height>
<CategoryAxis>
<Axis>
<Title/>
<Style></Style>
<FontSize>8pt</FontSize>
<Format>=iif(Parameters!AgregLevel.Value="Hour","g","d")</Format>
</Style>
<MajorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.75pt</Default>
</BorderWidth>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
</Style>
</MajorGridLines>
<MinorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
</Style>
</MinorGridLines>
<MajorTickMarks>Outside</MajorTickMarks>
<Margin>true</Margin>
<Visible>true</Visible>
</Axis>
</CategoryAxis>
<PointWidth>0</PointWidth>
<ThreeDProperties>
<Rotation>30</Rotation>
<Inclination>30</Inclination>
<Shading>Simple</Shading>
<WallThickness>50</WallThickness>
</ThreeDProperties>
<DataSetName>ReportDataEx</DataSetName>
<Filters>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>N</FilterValue>
</FilterValues>
<FilterExpression>=Fields!Averagable.Value</FilterExpression>
</Filter>
</Filters>
<SeriesGroupings>
<SeriesGrouping>
<DynamicSeries>
<Grouping Name="chart2_SeriesGroup1">
<GroupExpressions>
<GroupExpression>=Fields!RuleSystemName.Value</GroupExpression>
</GroupExpressions>
</Grouping>
<Label>=Fields!RuleName.Value + " [" + Fields!Unit.Value + "]"</Label>
</DynamicSeries>
</SeriesGrouping>
</SeriesGroupings>
<Top>2.75in</Top>
<PlotArea>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
<BackgroundColor>White</BackgroundColor>
<BackgroundGradientEndColor>Gainsboro</BackgroundGradientEndColor>
<BackgroundGradientType>TopBottom</BackgroundGradientType>
</Style>
</PlotArea>
<ValueAxis>
<Axis>
<Title>
<Style/>
</Title>
<Style></Style>
<FontSize>8pt</FontSize>
</Style>
<MajorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.75pt</Default>
</BorderWidth>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
</Style>
</MajorGridLines>
<MinorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
</Style>
</MinorGridLines>
<MajorTickMarks>Outside</MajorTickMarks>
<Min>0</Min>
<Margin>true</Margin>
<Visible>true</Visible>
<Scalar>true</Scalar>
</Axis>
</ValueAxis>
<ZIndex>5</ZIndex>
<Visibility>
<Hidden>=iif(CountRows()&gt;0,false,true)</Hidden>
</Visibility>
<Type>Column</Type>
<CategoryGroupings>
<CategoryGrouping>
<DynamicCategories>
<Grouping Name="chart2_CategoryGroup1">
<Filters>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>=False</FilterValue>
</FilterValues>
<FilterExpression>=IsNothing(Fields!StartTime.Value)</FilterExpression>
</Filter>
</Filters>
<GroupExpressions>
<GroupExpression>=Fields!StartTime.Value</GroupExpression>
</GroupExpressions>
</Grouping>
<Sorting>
<SortBy>
<SortExpression>=Fields!StartTime.Value</SortExpression>
<Direction>Ascending</Direction>
</SortBy>
</Sorting>
<Label>=Fields!StartTime.Value</Label>
</DynamicCategories>
</CategoryGrouping>
</CategoryGroupings>
<Palette>Default</Palette>
<ChartData>
<ChartSeries>
<DataPoints>
<DataPoint>
<DataValues>
<DataValue>
<Value>=Sum(Fields!SumValue.Value/Fields!SampleCount.Value)</Value>
</DataValue>
</DataValues>
<DataLabel/>
<Style></Style>
<BackgroundGradientEndColor>WhiteSmoke</BackgroundGradientEndColor>
<BackgroundGradientType>TopBottom</BackgroundGradientType>
</Style>
<Marker>
<Size>6pt</Size>
</Marker>
</DataPoint>
</DataPoints>
</ChartSeries>
</ChartData>
<Style></Style>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
<BackgroundColor>White</BackgroundColor>
</Style>
</Chart>
<Chart Name="chtPerformanceA">
<Legend>
<Visible>true</Visible>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
</Style>
<Position>TopCenter</Position>
<Layout>Table</Layout>
</Legend>
<Subtype>HighLowClose</Subtype>
<Title/>
<Height>2.7in</Height>
<CategoryAxis>
<Axis>
<Title/>
<Style></Style>
<FontSize>8pt</FontSize>
<Format>=iif(Parameters!AgregLevel.Value="Hour","g","d")</Format>
</Style>
<MajorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.75pt</Default>
</BorderWidth>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
</Style>
</MajorGridLines>
<MinorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
</Style>
</MinorGridLines>
<MajorTickMarks>Outside</MajorTickMarks>
<Margin>true</Margin>
<Visible>true</Visible>
<Scalar>true</Scalar>
</Axis>
</CategoryAxis>
<PointWidth>0</PointWidth>
<ThreeDProperties>
<Rotation>30</Rotation>
<Inclination>30</Inclination>
<Shading>Simple</Shading>
<WallThickness>50</WallThickness>
</ThreeDProperties>
<DataSetName>ReportDataEx</DataSetName>
<Filters>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>Y</FilterValue>
</FilterValues>
<FilterExpression>=Fields!Averagable.Value</FilterExpression>
</Filter>
</Filters>
<SeriesGroupings>
<SeriesGrouping>
<DynamicSeries>
<Grouping Name="Chart1_SeriesGroup1">
<GroupExpressions>
<GroupExpression>=Fields!RuleSystemName.Value</GroupExpression>
</GroupExpressions>
</Grouping>
<Label>=Fields!RuleName.Value + " [" + Fields!Unit.Value + "]"</Label>
</DynamicSeries>
</SeriesGrouping>
</SeriesGroupings>
<Top>2.7in</Top>
<PlotArea>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
<BackgroundColor>White</BackgroundColor>
<BackgroundGradientEndColor>Gainsboro</BackgroundGradientEndColor>
<BackgroundGradientType>TopBottom</BackgroundGradientType>
</Style>
</PlotArea>
<ValueAxis>
<Axis>
<Title>
<Style/>
</Title>
<Style></Style>
<FontSize>8pt</FontSize>
</Style>
<MajorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.75pt</Default>
</BorderWidth>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
</Style>
</MajorGridLines>
<MinorGridLines>
<ShowGridLines>true</ShowGridLines>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
</Style>
</MinorGridLines>
<MajorTickMarks>Outside</MajorTickMarks>
<Min>0</Min>
<Margin>true</Margin>
<Visible>true</Visible>
<Scalar>true</Scalar>
</Axis>
</ValueAxis>
<ZIndex>4</ZIndex>
<Visibility>
<Hidden>=iif(CountRows()&gt;0,false,true)</Hidden>
</Visibility>
<Type>Stock</Type>
<CategoryGroupings>
<CategoryGrouping>
<DynamicCategories>
<Grouping Name="DiscardedPacketsChart_CategoryGroup1">
<Filters>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>=False</FilterValue>
</FilterValues>
<FilterExpression>=IsNothing(Fields!StartTime.Value)</FilterExpression>
</Filter>
</Filters>
<GroupExpressions>
<GroupExpression>=Fields!StartTime.Value</GroupExpression>
</GroupExpressions>
</Grouping>
<Sorting>
<SortBy>
<SortExpression>=Fields!StartTime.Value</SortExpression>
<Direction>Ascending</Direction>
</SortBy>
</Sorting>
<Label>=Fields!StartTime.Value</Label>
</DynamicCategories>
</CategoryGrouping>
</CategoryGroupings>
<Palette>Default</Palette>
<ChartData>
<ChartSeries>
<DataPoints>
<DataPoint>
<DataValues>
<DataValue>
<Value>=Sum(Fields!MinValue.Value)</Value>
</DataValue>
<DataValue>
<Value>=Sum(Fields!MaxValue.Value)</Value>
</DataValue>
<DataValue>
<Value>=Sum(Fields!SumValue.Value/Fields!SampleCount.Value)</Value>
</DataValue>
</DataValues>
<DataLabel/>
<Marker>
<Size>6pt</Size>
</Marker>
</DataPoint>
</DataPoints>
</ChartSeries>
</ChartData>
<Style></Style>
<NumeralLanguage>ar</NumeralLanguage>
<BorderColor>
<Default>Silver</Default>
</BorderColor>
<BackgroundColor>White</BackgroundColor>
</Style>
</Chart>
<Table Name="MainTable">
<Footer>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ColSpan>5</ColSpan>
<ReportItems>
<Textbox Name="txtNAA">
<ZIndex>5</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>N/A: Not available</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.25in</Height>
</TableRow>
</TableRows>
</Footer>
<Left>0.1in</Left>
<Filters>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>=False</FilterValue>
</FilterValues>
<FilterExpression>=IsNothing(Fields!StartTime.Value)</FilterExpression>
</Filter>
<Filter>
<Operator>Equal</Operator>
<FilterValues>
<FilterValue>Y</FilterValue>
</FilterValues>
<FilterExpression>=Fields!Averagable.Value</FilterExpression>
</Filter>
</Filters>
<DataSetName>ReportDataEx</DataSetName>
<Top>5.7in</Top>
<ZIndex>3</ZIndex>
<Visibility>
<Hidden>=IIf(CountRows()=0, true, false)</Hidden>
</Visibility>
<Width>6.3in</Width>
<Details>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="txtStartDateA">
<ZIndex>4</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Left</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>=iif(Parameters!AgregLevel.Value="Hour","g","d")</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=Fields!StartTime.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="txtEndDateA">
<ZIndex>3</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Left</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>=iif(Parameters!AgregLevel.Value="Hour","g","d")</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=Fields!EndTime.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="txtMinimum">
<ZIndex>2</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>F</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=Code.FormatNumberByCounterType(Fields!MinValue.Value,Fields!Unit.Value,Fields!Averagable.Value)</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="txtAverage">
<ZIndex>1</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>F</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=IIF(IsNothing(Fields!SampleCount.Value),
"N/A",
Code.FormatNumberByCounterType(IIF(Fields!Averagable.Value="Y",Fields!SumValue.Value/Fields!SampleCount.Value,
Fields!SumValue.Value)
,Fields!Unit.Value,Fields!Averagable.Value)
)</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="txtMaximum">
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Default>0.5pt</Default>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Format>F</Format>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>=iif(rownumber(nothing) mod 2, "white", "whitesmoke")</BackgroundColor>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>=Code.FormatNumberByCounterType(Fields!MaxValue.Value,Fields!Unit.Value,Fields!Averagable.Value)</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.25in</Height>
</TableRow>
</TableRows>
</Details>
<Style></Style>
<BorderWidth>
<Bottom>1pt</Bottom>
</BorderWidth>
<BorderColor>
<Bottom>Black</Bottom>
</BorderColor>
</Style>
<Header>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ColSpan>2</ColSpan>
<ReportItems>
<Textbox Name="lblTimeRangeA">
<ZIndex>9</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Bottom>1pt</Bottom>
<Top>1pt</Top>
<Right>0.5pt</Right>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>Gray</BackgroundColor>
<Color>White</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>Time Range</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="lblMinimum">
<ZIndex>8</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Bottom>1pt</Bottom>
<Top>1pt</Top>
<Left>0.5pt</Left>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>Gray</BackgroundColor>
<Color>White</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>Minimum</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="lblAverage">
<ZIndex>7</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Bottom>1pt</Bottom>
<Top>1pt</Top>
<Left>0.5pt</Left>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>Gray</BackgroundColor>
<Color>White</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>Average</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="lblMaximum">
<ZIndex>6</ZIndex>
<Style></Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<TextAlign>Center</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<BorderWidth>
<Bottom>1pt</Bottom>
<Top>1pt</Top>
<Left>0.5pt</Left>
</BorderWidth>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>DimGray</Default>
</BorderColor>
<BackgroundColor>Gray</BackgroundColor>
<Color>White</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Value>Maximum</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.35in</Height>
</TableRow>
</TableRows>
<RepeatOnNewPage>true</RepeatOnNewPage>
</Header>
<TableColumns>
<TableColumn>
<Width>1.46511in</Width>
</TableColumn>
<TableColumn>
<Width>1.46511in</Width>
</TableColumn>
<TableColumn>
<Width>1.12326in</Width>
</TableColumn>
<TableColumn>
<Width>1.12326in</Width>
</TableColumn>
<TableColumn>
<Width>1.12326in</Width>
</TableColumn>
</TableColumns>
<Height>0.85in</Height>
</Table>
<Rectangle Name="rectangle6">
<ReportItems>
<Textbox Name="textbox21">
<Left>1.85in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.85in</Top>
<ZIndex>15</ZIndex>
<Width>0.1in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>:</Value>
</Textbox>
<Textbox Name="txtAggregationLevel">
<Left>1.95in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.85in</Top>
<ZIndex>14</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>=Parameters!AgregLevel.Value</Value>
</Textbox>
<Textbox Name="lblAggregationLevel">
<Left>0.2in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.85in</Top>
<ZIndex>13</ZIndex>
<Width>1.65in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>Aggregation Level</Value>
</Textbox>
<Textbox Name="txtDeviceName">
<Left>1.96042in</Left>
<DataElementOutput>Output</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.45in</Top>
<ZIndex>12</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<DataElementStyle>ElementNormal</DataElementStyle>
<CanGrow>true</CanGrow>
<DataElementName>Created</DataElementName>
<Height>0.2in</Height>
<Value>=First(Fields!ManagedEntityDefaultName.Value, "SelectedObjectList")</Value>
</Textbox>
<Textbox Name="textbox15">
<Left>1.85in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.65in</Top>
<ZIndex>11</ZIndex>
<Width>0.1in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>:</Value>
</Textbox>
<Textbox Name="textbox16">
<Left>1.85in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.45in</Top>
<ZIndex>10</ZIndex>
<Width>0.1in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>:</Value>
</Textbox>
<Textbox Name="lblDeviceName">
<Left>0.2in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.45in</Top>
<ZIndex>9</ZIndex>
<Width>1.65in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>Device Name</Value>
</Textbox>
<Textbox Name="txtNodeName">
<Left>1.95in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.65in</Top>
<ZIndex>8</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>=First(Fields!ManagedEntityDefaultName.Value, "SelectedNode")</Value>
</Textbox>
<Textbox Name="lblNodeName">
<Left>0.2in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.65in</Top>
<ZIndex>7</ZIndex>
<Width>1.65in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>Node Name</Value>
</Textbox>
<Image Name="imgSeparator">
<Sizing>Fit</Sizing>
<MIMEType/>
<Top>1.15in</Top>
<ZIndex>6</ZIndex>
<Source>External</Source>
<Style/>
<Value>../gradient_portrait.gif</Value>
</Image>
<Textbox Name="txtGeneratedAt">
<Left>1.96042in</Left>
<DataElementOutput>Output</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.05in</Top>
<ZIndex>5</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<DataElementStyle>ElementNormal</DataElementStyle>
<CanGrow>true</CanGrow>
<DataElementName>Created</DataElementName>
<Height>0.2in</Height>
<Value>=Code.GetGeneratedAtTime(Parameters!TimeZoneName.Value)</Value>
</Textbox>
<Textbox Name="textbox26">
<Left>1.85in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.25in</Top>
<ZIndex>4</ZIndex>
<Width>0.1in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>:</Value>
</Textbox>
<Textbox Name="textbox27">
<Left>1.85in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.05in</Top>
<ZIndex>3</ZIndex>
<Width>0.1in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>:</Value>
</Textbox>
<Textbox Name="lblGeneratedAt">
<Left>0.2in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.05in</Top>
<ZIndex>2</ZIndex>
<Width>1.65in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>Generated At</Value>
</Textbox>
<Textbox Name="txtReportStartEnd">
<Left>1.95in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.25in</Top>
<ZIndex>1</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>=Code.SelectedDateValue(Parameters!StartDate.Value,Parameters!StartDate_BaseType.Value,Parameters!StartDate_OffsetType.Value,Parameters!StartDate_OffsetValue.Value) &amp;" - "&amp; Code.SelectedDateValue(Parameters!EndDate.Value,Parameters!EndDate_BaseType.Value,Parameters!EndDate_OffsetType.Value,Parameters!EndDate_OffsetValue.Value)</Value>
</Textbox>
<Textbox Name="lblReportStartEnd">
<Left>0.2in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<CanShrink>true</CanShrink>
<Top>0.25in</Top>
<Width>1.65in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>Report Start - End Time</Value>
</Textbox>
</ReportItems>
<Top>1.256in</Top>
<ZIndex>2</ZIndex>
<Height>1.2in</Height>
</Rectangle>
<Rectangle Name="rectangle2">
<ReportItems>
<Textbox Name="lblDescription">
<DataElementOutput>NoOutput</DataElementOutput>
<Top>0.3in</Top>
<ZIndex>2</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<VerticalAlign>Middle</VerticalAlign>
<Color>DimGray</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>Description</Value>
</Textbox>
<Textbox Name="txtReportTitle">
<Left>0.2in</Left>
<DataElementOutput>Output</DataElementOutput>
<Top>0.05in</Top>
<ZIndex>1</ZIndex>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontWeight>700</FontWeight>
<FontSize>11pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<DataElementStyle>ElementNormal</DataElementStyle>
<CanGrow>true</CanGrow>
<DataElementName>Title</DataElementName>
<Height>0.25in</Height>
<Value>Process CPU usage percentage - Aggregated instances</Value>
</Textbox>
<Rectangle Name="recDescription">
<ReportItems>
<Textbox Name="txtReportDescription">
<Left>0.2in</Left>
<DataElementOutput>NoOutput</DataElementOutput>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.2in</Height>
<Value>This report provides aggregated information about the minimum/average/maximum Process CPU usage percentage registered during a defined period in the monitored Solaris Server, allowing the use of several aggregation levels (default is 'Day'). Jalasoft Xian Network Manager collects data for this report (using the Process CPU usage percentage rule included in the Jalasoft plug-in for Solaris Server).</Value>
</Textbox>
</ReportItems>
<Top>0.6in</Top>
<Visibility>
<ToggleItem>lblDescription</ToggleItem>
<Hidden>true</Hidden>
</Visibility>
<Style></Style>
<BackgroundColor>Gainsboro</BackgroundColor>
</Style>
</Rectangle>
</ReportItems>
<Top>0.406in</Top>
<ZIndex>1</ZIndex>
<Style></Style>
<BackgroundColor>Gainsboro</BackgroundColor>
</Style>
<Height>0.85in</Height>
</Rectangle>
<Image Name="imgHeaderBanner">
<Sizing>Fit</Sizing>
<MIMEType/>
<Source>External</Source>
<Style/>
<Height>0.406in</Height>
<Value>ReportHeader.jpg</Value>
</Image>
</ReportItems>
<Height>8.55in</Height>
</Script></Body>
<rd:ReportID>35a17b5f-7553-4dd3-8658-df45b62c3e23</rd:ReportID>
<LeftMargin>1in</LeftMargin>
<DataSets>
<DataSet Name="ReportDataEx">
<Query>
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
<CommandText>EXEC SC_JSXIO_GetAggregatedPerfData_SP @StartDate, @EndDate, @Node, @RulesList, @AgregLevel, @TimeZoneMin</CommandText>
<QueryParameters>
<QueryParameter Name="@Node">
<Value>=Parameters!Node.Value</Value>
</QueryParameter>
<QueryParameter Name="@RulesList">
<Value>=Parameters!RulesList.Value</Value>
</QueryParameter>
<QueryParameter Name="@AgregLevel">
<Value>=Parameters!AgregLevel.Value</Value>
</QueryParameter>
<QueryParameter Name="@StartDate">
<Value>=Code.SelectedDateValue(Parameters!StartDate.Value,Parameters!StartDate_BaseType.Value,Parameters!StartDate_OffsetType.Value,Parameters!StartDate_OffsetValue.Value)</Value>
</QueryParameter>
<QueryParameter Name="@EndDate">
<Value>=Code.SelectedDateValue(Parameters!EndDate.Value,Parameters!EndDate_BaseType.Value,Parameters!EndDate_OffsetType.Value,Parameters!EndDate_OffsetValue.Value)</Value>
</QueryParameter>
<QueryParameter Name="@TimeZoneMin">
<Value>=Code.GetTimeZoneMinutesDiff(Parameters!TimeZoneName.Value)*(-1)</Value>
</QueryParameter>
</QueryParameters>
<DataSourceName>DataWarehouseMain</DataSourceName>
</Query>
<Fields>
<Field Name="DeviceRowId">
<rd:TypeName>System.Int32</rd:TypeName>
<DataField>DeviceRowId</DataField>
</Field>
<Field Name="RuleSystemName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>RuleSystemName</DataField>
</Field>
<Field Name="RuleDisplayName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>RuleDisplayName</DataField>
</Field>
<Field Name="Unit">
<rd:TypeName>System.String</rd:TypeName>
<DataField>Unit</DataField>
</Field>
<Field Name="Averagable">
<rd:TypeName>System.String</rd:TypeName>
<DataField>Averagable</DataField>
</Field>
<Field Name="RuleName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>RuleName</DataField>
</Field>
<Field Name="StartTime">
<rd:TypeName>System.DateTime</rd:TypeName>
<DataField>StartTime</DataField>
</Field>
<Field Name="EndTime">
<rd:TypeName>System.DateTime</rd:TypeName>
<DataField>EndTime</DataField>
</Field>
<Field Name="MinValue">
<rd:TypeName>System.Double</rd:TypeName>
<DataField>MinValue</DataField>
</Field>
<Field Name="MaxValue">
<rd:TypeName>System.Double</rd:TypeName>
<DataField>MaxValue</DataField>
</Field>
<Field Name="SumValue">
<rd:TypeName>System.Double</rd:TypeName>
<DataField>SumValue</DataField>
</Field>
<Field Name="SampleCount">
<rd:TypeName>System.Int32</rd:TypeName>
<DataField>SampleCount</DataField>
</Field>
</Fields>
</DataSet>
<DataSet Name="DeviceList">
<Query>
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
<CommandText>EXEC SC_JSXIO_EnumerateNodes_SP @DeviceType, @DeviceType</CommandText>
<QueryParameters>
<QueryParameter Name="@DeviceType">
<Value>=Parameters!DeviceType.Value</Value>
</QueryParameter>
</QueryParameters>
<DataSourceName>DataWarehouseMain</DataSourceName>
</Query>
<Fields>
<Field Name="DeviceRowId">
<rd:TypeName>System.Int32</rd:TypeName>
<DataField>DeviceRowId</DataField>
</Field>
<Field Name="DeviceDisplayName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>DeviceDisplayName</DataField>
</Field>
<Field Name="NodeRowId">
<rd:TypeName>System.Int32</rd:TypeName>
<DataField>NodeRowId</DataField>
</Field>
<Field Name="NodeDisplayName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>NodeDisplayName</DataField>
</Field>
</Fields>
</DataSet>
<DataSet Name="NodeList">
<Query>
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
<CommandText>EXEC SC_JSXIO_EnumerateNodes_SP @DeviceType, @NodeType, @Device</CommandText>
<QueryParameters>
<QueryParameter Name="@DeviceType">
<Value>=Parameters!DeviceType.Value</Value>
</QueryParameter>
<QueryParameter Name="@NodeType">
<Value>=Parameters!NodeType.Value</Value>
</QueryParameter>
<QueryParameter Name="@Device">
<Value>=Parameters!Device.Value</Value>
</QueryParameter>
</QueryParameters>
<DataSourceName>DataWarehouseMain</DataSourceName>
</Query>
<Fields>
<Field Name="DeviceRowId">
<rd:TypeName>System.Int32</rd:TypeName>
<DataField>DeviceRowId</DataField>
</Field>
<Field Name="DeviceDisplayName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>DeviceDisplayName</DataField>
</Field>
<Field Name="NodeRowId">
<rd:TypeName>System.Int32</rd:TypeName>
<DataField>NodeRowId</DataField>
</Field>
<Field Name="NodeDisplayName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>NodeDisplayName</DataField>
</Field>
</Fields>
</DataSet>
<DataSet Name="SelectedObjectList">
<Query>
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
<CommandText>SELECT ManagedEntityDefaultName, ManagedEntityGuid
FROM vManagedEntity
WHERE (ManagedEntityRowId IN (@Device))
</CommandText>
<QueryParameters>
<QueryParameter Name="@Device">
<Value>=Parameters!Device.Value</Value>
</QueryParameter>
</QueryParameters>
<DataSourceName>DataWarehouseMain</DataSourceName>
</Query>
<Fields>
<Field Name="ManagedEntityDefaultName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>ManagedEntityDefaultName</DataField>
</Field>
<Field Name="ManagedEntityGuid">
<rd:TypeName>System.Guid</rd:TypeName>
<DataField>ManagedEntityGuid</DataField>
</Field>
</Fields>
</DataSet>
<DataSet Name="SelectedNode">
<Query>
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
<CommandText>SELECT ManagedEntityDefaultName, ManagedEntityGuid
FROM vManagedEntity
WHERE (ManagedEntityRowId IN (@Node))
</CommandText>
<QueryParameters>
<QueryParameter Name="@Node">
<Value>=Parameters!Node.Value</Value>
</QueryParameter>
</QueryParameters>
<DataSourceName>DataWarehouseMain</DataSourceName>
</Query>
<Fields>
<Field Name="ManagedEntityDefaultName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>ManagedEntityDefaultName</DataField>
</Field>
<Field Name="ManagedEntityGuid">
<rd:TypeName>System.Guid</rd:TypeName>
<DataField>ManagedEntityGuid</DataField>
</Field>
</Fields>
</DataSet>
<DataSet Name="DateRange">
<Query>
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
<CommandText>SELECT * FROM SC_JSXIO_GetDateRange_F(7)</CommandText>
<DataSourceName>DataWarehouseMain</DataSourceName>
</Query>
<Fields>
<Field Name="BeginDate">
<rd:TypeName>System.DateTime</rd:TypeName>
<DataField>BeginDate</DataField>
</Field>
<Field Name="EndDate">
<rd:TypeName>System.DateTime</rd:TypeName>
<DataField>EndDate</DataField>
</Field>
</Fields>
</DataSet>
<DataSet Name="DeviceTypeDisplayName">
<Query>
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
<CommandText>SELECT [ManagedEntityTypeDefaultName] FROM vManagedEntityType WHERE [ManagedEntityTypeSystemName] LIKE @DeviceType</CommandText>
<QueryParameters>
<QueryParameter Name="@DeviceType">
<Value>=Parameters!DeviceType.Value</Value>
</QueryParameter>
</QueryParameters>
<DataSourceName>DataWarehouseMain</DataSourceName>
</Query>
<Fields>
<Field Name="ManagedEntityTypeDefaultName">
<rd:TypeName>System.String</rd:TypeName>
<DataField>ManagedEntityTypeDefaultName</DataField>
</Field>
</Fields>
</DataSet>
</DataSets>
<Author>Jalasoft Corporation</Author>
<Code><Script>
private function FirstDayMonth() As DateTime
return DateAdd("d",-Today.Day()+1,Today())
end function

private function FirstDayQuarter() As DateTime
return DateAdd("q",DATEDIFF("q",FirstDayYear(),Now()),FirstDayYear())
end function

private function FirstDayYear() As DateTime
return DateAdd("m",-Today.Month()+1,FirstDayMonth())
end function

public function SelectedDateValue(aSpecificDateTime, aBaseType, aOffsetType, aOffsetValue) As DateTime
Dim specificDateTime As DateTime
Dim specificDate() As String
Dim specificTime() As String

specificTime = Split(aSpecificDateTime.ToString()," ")

select case aBaseType
case "Fixed"
return aSpecificDateTime
case "Today"
specificDateTime = Today()
case "Sunday"
specificDateTime = DateAdd("d",1-Weekday(Today()),Today())
case "Monday"
specificDateTime = DateAdd("d",2-Weekday(Today()),Today())
case "Tuesday"
specificDateTime = DateAdd("d",3-Weekday(Today()),Today())
case "Wednesday"
specificDateTime = DateAdd("d",4-Weekday(Today()),Today())
case "Thursday"
specificDateTime = DateAdd("d",5-Weekday(Today()),Today())
case "Friday"
specificDateTime = DateAdd("d",6-Weekday(Today()),Today())
case "Saturday"
specificDateTime = DateAdd("d",7-Weekday(Today()),Today())
case "FirstDayMonth"
specificDateTime = FirstDayMonth()
case "LastDayMonth"
specificDateTime = DateAdd("d",-1,DateAdd("m",1,FirstDayMonth()))
case "FirstDayQuarter"
specificDateTime = FirstDayQuarter()
case "LastDayQuarter"
specificDateTime = DateAdd("d",-1,DateAdd("q",1,FirstDayQuarter()))
case "FirstDayYear"
specificDateTime = FirstDayYear()
case "LastDayYear"
specificDateTime = DateAdd("m",11,DateAdd("d",30,FirstDayYear()))
end select

if (aOffsetType = "None")
specificDate = Split(specificDateTime.ToString()," ")
else
if (aBaseType = "LastDayMonth" AND aOffsetType = "Month")
specificDateTime = DateAdd("d",-1,DateAdd("m",aOffsetValue+1,FirstDayMonth()))
else if (aBaseType = "LastDayQuarter" AND aOffsetType = "Quarter")
specificDateTime = DateAdd("d",-1,DateAdd("q",aOffsetValue+1,FirstDayQuarter()))
else
specificDateTime = DateAdd(DateTimeType(aOffsetType),aOffsetValue,specificDateTime)
end if
specificDate = Split(specificDateTime.ToString()," ")
end if
return CDate(specificDate(0) + " " + specificTime(1) + " " + specificTime(2))
end function

private function DateTimeType(aOffsetType) As String
select case aOffsetType
case "Day"
return "d"
case "Week"
return "ww"
case "Month"
return "m"
case "Quarter"
return "q"
case "Year"
return "yyyy"
end select
end function

public function GetGeneratedAtTime(aTimeZone) As String
Dim utcLocalTimeDiff As String
Dim minutes As Integer
Dim minutesWithSign As Integer

utcLocalTimeDiff = System.TimeZone.CurrentTimeZone.GetUtcOffset(Now).ToString()
minutes = CInt(Mid(utcLocalTimeDiff,2,2))*60 + CInt(Mid(utcLocalTimeDiff,5,2))
minutesWithSign = CInt(Mid(utcLocalTimeDiff,1,1) + CStr(minutes))

return DateAdd("n",(minutesWithSign*(-1)) + GetTimeZoneMinutesDiff(aTimeZone), Now())
end function

public function GetTimeZoneMinutesDiff(aTimeZone) As Integer
Dim minutes As Integer
if (Mid(aTimeZone,5,1) = ")")
return 0
else
minutes = CInt(Mid(aTimeZone,6,2))*60 + CInt(Mid(aTimeZone,9,2))
return CInt(Mid(aTimeZone,5,1) + CStr(minutes))
end if
end function

public function GetNewTimeZone(aSelectedDate, aTimeZone) As DateTime
return DateAdd("n",GetTimeZoneMinutesDiff(aTimeZone)*(-1), aSelectedDate)
end function

public function FormatNumber(fieldValue, formatString, unit) as string
if (fieldValue is Nothing)
FormatNumber = "N/A"
else
FormatNumber = Format(fieldValue,formatString) &amp; " " &amp; unit
end if
end function

public function FormatNumberByCounterType(fieldValue, unit, isAveragable) as string
if (fieldValue is Nothing)
FormatNumberByCounterType= "N/A"
else
if (isAveragable= "N")
FormatNumberByCounterType= Format(fieldValue,"#0") &amp; " " &amp; unit
else if (isAveragable = "Y")
FormatNumberByCounterType= Format(fieldValue,"#0.00") &amp; " " &amp; unit
else
FormatNumberByCounterType= Format(fieldValue,"#0") &amp; " " &amp; unit
end if
end if
end function</Script></Code>
<Width>6.5in</Width>
<InteractiveHeight>11in</InteractiveHeight>
<Language>en-US</Language>
<PageFooter>
<ReportItems>
<Textbox Name="lblPageNumber">
<Left>4.7in</Left>
<Top>0.15in</Top>
<ZIndex>1</ZIndex>
<Width>1.7in</Width>
<Style></Style>
<TextAlign>Right</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Color>DimGray</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.1875in</Height>
<Value>="Page " &amp; Globals.PageNumber &amp; "/" &amp; Globals.TotalPages</Value>
</Textbox>
<Textbox Name="lblJalasoft">
<Left>0.1in</Left>
<Top>0.15in</Top>
<Action>
<Hyperlink>http://www.jalasoft.com</Hyperlink>
</Action>
<Width>1.1in</Width>
<Style></Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<FontFamily>Tahoma</FontFamily>
<FontSize>8pt</FontSize>
<Color>DimGray</Color>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.1875in</Height>
<Value>Jalasoft Corporation</Value>
</Textbox>
</ReportItems>
<Height>0.45in</Height>
<PrintOnLastPage>true</PrintOnLastPage>
<PrintOnFirstPage>true</PrintOnFirstPage>
</PageFooter>
<TopMargin>1in</TopMargin>
</Report>
</Definition>
</Report>