mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
dcbfe2c8fa
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
1465 lines
65 KiB
XML
1465 lines
65 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
|
<DataSources>
|
|
<DataSource Name="KirkwoodDBConnectionString">
|
|
<rd:DataSourceID>cebdff63-8609-4119-9275-e0643b844bb2</rd:DataSourceID>
|
|
<ConnectionProperties>
|
|
<DataProvider>SQL</DataProvider>
|
|
<ConnectString />
|
|
</ConnectionProperties>
|
|
</DataSource>
|
|
</DataSources>
|
|
<InteractiveHeight>11in</InteractiveHeight>
|
|
<ReportParameters>
|
|
<ReportParameter Name="LocaleCode">
|
|
<DataType>String</DataType>
|
|
<Prompt>LocaleCode</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="Start">
|
|
<DataType>Integer</DataType>
|
|
<Prompt>Start</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="End">
|
|
<DataType>Integer</DataType>
|
|
<Prompt>End</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="HostID">
|
|
<DataType>String</DataType>
|
|
<Prompt>HostID</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="HostName">
|
|
<DataType>String</DataType>
|
|
<Prompt>ParamValues</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="ParamLabels">
|
|
<DataType>String</DataType>
|
|
<Prompt>ParamLabels</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="ParamValues">
|
|
<DataType>String</DataType>
|
|
<Prompt>ParamValues</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="UTCOffset">
|
|
<DataType>Integer</DataType>
|
|
<Prompt>UTCOffset</Prompt>
|
|
</ReportParameter>
|
|
</ReportParameters>
|
|
<rd:DrawGrid>true</rd:DrawGrid>
|
|
<InteractiveWidth>8.5in</InteractiveWidth>
|
|
<rd:SnapToGrid>true</rd:SnapToGrid>
|
|
<RightMargin>1in</RightMargin>
|
|
<LeftMargin>1in</LeftMargin>
|
|
<BottomMargin>1in</BottomMargin>
|
|
<rd:ReportID>38d51bd6-7a8d-4ea9-9ecf-7a5f1bc77b75</rd:ReportID>
|
|
<EmbeddedImages>
|
|
<EmbeddedImage Name="arrowcollapsed">
|
|
<MIMEType>image/gif</MIMEType>
|
|
<ImageData>R0lGODlhCwALAKIAAAAAAP///6empikpKf///wAAAAAAAAAAACH5BAEAAAQALAAAAAALAAsAAAMXSLrc/k2MueYQRFKLleYR6EjdU0LokwAAOw==</ImageData>
|
|
</EmbeddedImage>
|
|
</EmbeddedImages>
|
|
<DataSets>
|
|
<DataSet Name="KirkwoodDBDataSetLocal">
|
|
<Fields>
|
|
<Field Name="day">
|
|
<DataField>day</DataField>
|
|
<rd:TypeName>System.DateTime</rd:TypeName>
|
|
</Field>
|
|
<Field Name="hour">
|
|
<DataField>hour</DataField>
|
|
<rd:TypeName>System.String</rd:TypeName>
|
|
</Field>
|
|
<Field Name="vmid">
|
|
<DataField>vmid</DataField>
|
|
<rd:TypeName>System.Int32</rd:TypeName>
|
|
</Field>
|
|
<Field Name="name">
|
|
<DataField>name</DataField>
|
|
<rd:TypeName>System.String</rd:TypeName>
|
|
</Field>
|
|
<Field Name="hostid">
|
|
<DataField>hostid</DataField>
|
|
<rd:TypeName>System.Int32</rd:TypeName>
|
|
</Field>
|
|
<Field Name="hostname">
|
|
<DataField>hostname</DataField>
|
|
<rd:TypeName>System.String</rd:TypeName>
|
|
</Field>
|
|
<Field Name="avg_cpu">
|
|
<DataField>avg_cpu</DataField>
|
|
<rd:TypeName>System.Decimal</rd:TypeName>
|
|
</Field>
|
|
<Field Name="avg_free_mem">
|
|
<DataField>avg_free_mem</DataField>
|
|
<rd:TypeName>System.Int64</rd:TypeName>
|
|
</Field>
|
|
<Field Name="avg_vif_read">
|
|
<DataField>avg_vif_read</DataField>
|
|
<rd:TypeName>System.Decimal</rd:TypeName>
|
|
</Field>
|
|
<Field Name="avg_vif_write">
|
|
<DataField>avg_vif_write</DataField>
|
|
<rd:TypeName>System.Decimal</rd:TypeName>
|
|
</Field>
|
|
<Field Name="avg_vbd_read">
|
|
<DataField>avg_vbd_read</DataField>
|
|
<rd:TypeName>System.Decimal</rd:TypeName>
|
|
</Field>
|
|
<Field Name="avg_vbd_write">
|
|
<DataField>avg_vbd_write</DataField>
|
|
<rd:TypeName>System.Decimal</rd:TypeName>
|
|
</Field>
|
|
<Field Name="min_dynamic_memory">
|
|
<DataField>min_dynamic_memory</DataField>
|
|
<rd:TypeName>System.Int64</rd:TypeName>
|
|
</Field>
|
|
</Fields>
|
|
<Query>
|
|
<DataSourceName>KirkwoodDBConnectionString</DataSourceName>
|
|
<CommandText />
|
|
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
|
</Query>
|
|
</DataSet>
|
|
</DataSets>
|
|
<Code>
|
|
Function GetLabel(Label as String) as String
|
|
|
|
Dim i As Integer
|
|
Dim Names() As String
|
|
Dim Values() As String
|
|
Dim Param As Parameter = Report.Parameters!ParamLabels
|
|
Dim ParamVal As Parameter = Report.Parameters!ParamValues
|
|
|
|
Names = Split(Param.Value.ToString(), "|")
|
|
Values = Split(ParamVal.Value.ToString(), "|")
|
|
|
|
For i = 0 to Ubound(Names)
|
|
If (Names(i) = Label) Then Return Values(i)
|
|
Next i
|
|
|
|
Return Label
|
|
|
|
End Function
|
|
|
|
|
|
Function GetDateFromOffset(Offset as Integer) As String
|
|
|
|
Dim currentDate As DateTime = Now
|
|
Return DateAdd( "D", Offset, Now).ToShortDateString()
|
|
|
|
|
|
End Function
|
|
|
|
|
|
Function GetPageNumberText() As String
|
|
|
|
|
|
Dim strPageFormatString As String = String.Empty
|
|
strPageFormatString = System.String.Format(GetLabel("LBL_FOOTER_PAGE"), Report.Globals!PageNumber, Report.Globals!TotalPages)
|
|
Return strPageFormatString
|
|
|
|
End Function
|
|
</Code>
|
|
<Width>8.99751in</Width>
|
|
<Body>
|
|
<ReportItems>
|
|
<Textbox Name="textbox1">
|
|
<rd:DefaultName>textbox1</rd:DefaultName>
|
|
<Width>8.375in</Width>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>LightGrey</BackgroundColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Tahoma</FontFamily>
|
|
<FontSize>12pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>1</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Left>0.125in</Left>
|
|
<Height>0.25in</Height>
|
|
<Value>=Code.GetLabel("LBL_VM_PERF_HISTORY") + ": " + Parameters!HostName.Value</Value>
|
|
</Textbox>
|
|
<Table Name="table1">
|
|
<DataSetName>KirkwoodDBDataSetLocal</DataSetName>
|
|
<Filters>
|
|
<Filter>
|
|
<FilterExpression>=Fields!vmid.Value</FilterExpression>
|
|
<Operator>GreaterThan</Operator>
|
|
<FilterValues>
|
|
<FilterValue>=0</FilterValue>
|
|
</FilterValues>
|
|
</Filter>
|
|
</Filters>
|
|
<Top>0.36in</Top>
|
|
<TableGroups>
|
|
<TableGroup>
|
|
<Grouping Name="table1_Group1">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!vmid.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Grouping>
|
|
</TableGroup>
|
|
</TableGroups>
|
|
<Width>8.3769in</Width>
|
|
<Details>
|
|
<TableRows>
|
|
<TableRow>
|
|
<TableCells>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="name">
|
|
<rd:DefaultName>name</rd:DefaultName>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>7</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Value>=Fields!name.Value</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="avg_cpu">
|
|
<rd:DefaultName>avg_cpu</rd:DefaultName>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<Format>##0</Format>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>6</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Value>=Avg(Fields!avg_cpu.Value)*100</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="avg_free_mem">
|
|
<rd:DefaultName>avg_free_mem</rd:DefaultName>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<Format>#,##</Format>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>5</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Value>=Avg(Fields!avg_free_mem.Value/1024)</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="avg_vif_read">
|
|
<rd:DefaultName>avg_vif_read</rd:DefaultName>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<Format>#,##0.00</Format>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>4</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Value>=Avg(Fields!avg_vif_read.Value)</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="avg_vif_write">
|
|
<rd:DefaultName>avg_vif_write</rd:DefaultName>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<Format>#,##0.00</Format>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>3</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Value>=Avg(Fields!avg_vif_write.Value)</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="avg_vbd_read">
|
|
<rd:DefaultName>avg_vbd_read</rd:DefaultName>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<Format>#,##0.00</Format>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>2</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Value>=Avg(Fields!avg_vbd_read.Value)</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="avg_vbd_write">
|
|
<rd:DefaultName>avg_vbd_write</rd:DefaultName>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<Format>#,##0.00</Format>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>1</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Value>=Avg(Fields!avg_vbd_write.Value)</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
</TableCells>
|
|
<Height>0.25in</Height>
|
|
</TableRow>
|
|
<TableRow>
|
|
<Visibility>
|
|
<Hidden>true</Hidden>
|
|
<ToggleItem>name</ToggleItem>
|
|
</Visibility>
|
|
<TableCells>
|
|
<TableCell>
|
|
<ColSpan>7</ColSpan>
|
|
<ReportItems>
|
|
<Rectangle Name="rectangle1">
|
|
<ReportItems>
|
|
<Chart Name="chart4">
|
|
<Legend>
|
|
<Visible>true</Visible>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<Position>RightCenter</Position>
|
|
</Legend>
|
|
<CategoryAxis>
|
|
<Axis>
|
|
<Title />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
<Format>d</Format>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Visible>true</Visible>
|
|
</Axis>
|
|
</CategoryAxis>
|
|
<ZIndex>3</ZIndex>
|
|
<PlotArea>
|
|
<Style>
|
|
<BackgroundColor>White</BackgroundColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</PlotArea>
|
|
<ThreeDProperties>
|
|
<Rotation>30</Rotation>
|
|
<Inclination>30</Inclination>
|
|
<Shading>Simple</Shading>
|
|
<WallThickness>50</WallThickness>
|
|
</ThreeDProperties>
|
|
<PointWidth>0</PointWidth>
|
|
<SeriesGroupings>
|
|
<SeriesGrouping>
|
|
<StaticSeries>
|
|
<StaticMember>
|
|
<Label>=Code.GetLabel("LBL_AVG_DISK_READS")</Label>
|
|
</StaticMember>
|
|
<StaticMember>
|
|
<Label>=Code.GetLabel("LBL_AVG_DISK_WRITES")</Label>
|
|
</StaticMember>
|
|
</StaticSeries>
|
|
</SeriesGrouping>
|
|
</SeriesGroupings>
|
|
<Top>5.125in</Top>
|
|
<Subtype>Plain</Subtype>
|
|
<ValueAxis>
|
|
<Axis>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_BPS")</Caption>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Visible>true</Visible>
|
|
<Scalar>true</Scalar>
|
|
</Axis>
|
|
</ValueAxis>
|
|
<Type>Line</Type>
|
|
<Width>8.125in</Width>
|
|
<CategoryGroupings>
|
|
<CategoryGrouping>
|
|
<DynamicCategories>
|
|
<Grouping Name="chart4_CategoryGroup1">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!day.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Grouping>
|
|
<Label />
|
|
</DynamicCategories>
|
|
</CategoryGrouping>
|
|
</CategoryGroupings>
|
|
<Palette>Default</Palette>
|
|
<ChartData>
|
|
<ChartSeries>
|
|
<DataPoints>
|
|
<DataPoint>
|
|
<DataValues>
|
|
<DataValue>
|
|
<Value>=Avg(Fields!avg_vbd_read.Value)</Value>
|
|
</DataValue>
|
|
</DataValues>
|
|
<DataLabel />
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Navy</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<BorderWidth>
|
|
<Default>2.25pt</Default>
|
|
</BorderWidth>
|
|
</Style>
|
|
<Marker>
|
|
<Type>Diamond</Type>
|
|
<Size>4pt</Size>
|
|
</Marker>
|
|
</DataPoint>
|
|
</DataPoints>
|
|
</ChartSeries>
|
|
<ChartSeries>
|
|
<DataPoints>
|
|
<DataPoint>
|
|
<DataValues>
|
|
<DataValue>
|
|
<Value>=Avg(Fields!avg_vbd_write.Value)</Value>
|
|
</DataValue>
|
|
</DataValues>
|
|
<DataLabel />
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>RoyalBlue</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<BorderWidth>
|
|
<Default>2.25pt</Default>
|
|
</BorderWidth>
|
|
</Style>
|
|
<Marker>
|
|
<Type>Diamond</Type>
|
|
<Size>4pt</Size>
|
|
</Marker>
|
|
</DataPoint>
|
|
</DataPoints>
|
|
</ChartSeries>
|
|
</ChartData>
|
|
<Style>
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>DarkGray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_AVERAGE_DISK_ACTIVITY")</Caption>
|
|
<Style>
|
|
<FontSize>9pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Height>1.62667in</Height>
|
|
<Left>0.125in</Left>
|
|
</Chart>
|
|
<Chart Name="chart3">
|
|
<Legend>
|
|
<Visible>true</Visible>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<Position>RightCenter</Position>
|
|
</Legend>
|
|
<CategoryAxis>
|
|
<Axis>
|
|
<Title />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
<Format>d</Format>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Visible>true</Visible>
|
|
</Axis>
|
|
</CategoryAxis>
|
|
<ZIndex>2</ZIndex>
|
|
<PlotArea>
|
|
<Style>
|
|
<BackgroundColor>White</BackgroundColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</PlotArea>
|
|
<ThreeDProperties>
|
|
<Rotation>30</Rotation>
|
|
<Inclination>30</Inclination>
|
|
<Shading>Simple</Shading>
|
|
<WallThickness>50</WallThickness>
|
|
</ThreeDProperties>
|
|
<PointWidth>0</PointWidth>
|
|
<SeriesGroupings>
|
|
<SeriesGrouping>
|
|
<StaticSeries>
|
|
<StaticMember>
|
|
<Label>=Code.GetLabel("LBL_AVG_NETWORK_READS")</Label>
|
|
</StaticMember>
|
|
<StaticMember>
|
|
<Label>=Code.GetLabel("LBL_AVG_NETWORK_WRITES")</Label>
|
|
</StaticMember>
|
|
</StaticSeries>
|
|
</SeriesGrouping>
|
|
</SeriesGroupings>
|
|
<Top>3.375in</Top>
|
|
<Subtype>Plain</Subtype>
|
|
<ValueAxis>
|
|
<Axis>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_BPS")</Caption>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Visible>true</Visible>
|
|
<Scalar>true</Scalar>
|
|
</Axis>
|
|
</ValueAxis>
|
|
<Type>Line</Type>
|
|
<Width>8.125in</Width>
|
|
<CategoryGroupings>
|
|
<CategoryGrouping>
|
|
<DynamicCategories>
|
|
<Grouping Name="chart3_CategoryGroup1">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!day.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Grouping>
|
|
<Label />
|
|
</DynamicCategories>
|
|
</CategoryGrouping>
|
|
</CategoryGroupings>
|
|
<Palette>Default</Palette>
|
|
<ChartData>
|
|
<ChartSeries>
|
|
<DataPoints>
|
|
<DataPoint>
|
|
<DataValues>
|
|
<DataValue>
|
|
<Value>=Avg(Fields!avg_vif_read.Value)</Value>
|
|
</DataValue>
|
|
</DataValues>
|
|
<DataLabel />
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Navy</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<BorderWidth>
|
|
<Default>2.25pt</Default>
|
|
</BorderWidth>
|
|
</Style>
|
|
<Marker>
|
|
<Type>Diamond</Type>
|
|
<Size>4pt</Size>
|
|
</Marker>
|
|
</DataPoint>
|
|
</DataPoints>
|
|
</ChartSeries>
|
|
<ChartSeries>
|
|
<DataPoints>
|
|
<DataPoint>
|
|
<DataValues>
|
|
<DataValue>
|
|
<Value>=Avg(Fields!avg_vif_write.Value)</Value>
|
|
</DataValue>
|
|
</DataValues>
|
|
<DataLabel />
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>RoyalBlue</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<BorderWidth>
|
|
<Default>2.25pt</Default>
|
|
</BorderWidth>
|
|
</Style>
|
|
<Marker>
|
|
<Type>Diamond</Type>
|
|
<Size>4pt</Size>
|
|
</Marker>
|
|
</DataPoint>
|
|
</DataPoints>
|
|
</ChartSeries>
|
|
</ChartData>
|
|
<Style>
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>DarkGray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_AVERAGE_NETWORK_ACTIVITY")</Caption>
|
|
<Style>
|
|
<FontSize>9pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Height>1.62667in</Height>
|
|
<Left>0.125in</Left>
|
|
</Chart>
|
|
<Chart Name="chart2">
|
|
<Legend>
|
|
<Visible>true</Visible>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<Position>RightCenter</Position>
|
|
</Legend>
|
|
<CategoryAxis>
|
|
<Axis>
|
|
<Title />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
<Format>d</Format>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Visible>true</Visible>
|
|
</Axis>
|
|
</CategoryAxis>
|
|
<ZIndex>1</ZIndex>
|
|
<PlotArea>
|
|
<Style>
|
|
<BackgroundColor>White</BackgroundColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</PlotArea>
|
|
<ThreeDProperties>
|
|
<Rotation>30</Rotation>
|
|
<Inclination>30</Inclination>
|
|
<Shading>Simple</Shading>
|
|
<WallThickness>50</WallThickness>
|
|
</ThreeDProperties>
|
|
<PointWidth>0</PointWidth>
|
|
<SeriesGroupings>
|
|
<SeriesGrouping>
|
|
<StaticSeries>
|
|
<StaticMember>
|
|
<Label>=Code.GetLabel("LBL_AVG_FREE_MEMORY")</Label>
|
|
</StaticMember>
|
|
</StaticSeries>
|
|
</SeriesGrouping>
|
|
</SeriesGroupings>
|
|
<Top>1.75in</Top>
|
|
<Subtype>Plain</Subtype>
|
|
<ValueAxis>
|
|
<Axis>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_MB")</Caption>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
<Format>#,##</Format>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Max>=Fields!min_dynamic_memory.Value/(1024 * 1024)</Max>
|
|
<MajorInterval>200</MajorInterval>
|
|
<Visible>true</Visible>
|
|
<Scalar>true</Scalar>
|
|
</Axis>
|
|
</ValueAxis>
|
|
<Type>Line</Type>
|
|
<Width>8.125in</Width>
|
|
<CategoryGroupings>
|
|
<CategoryGrouping>
|
|
<DynamicCategories>
|
|
<Grouping Name="chart2_CategoryGroup1">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!day.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Grouping>
|
|
<Label />
|
|
</DynamicCategories>
|
|
</CategoryGrouping>
|
|
</CategoryGroupings>
|
|
<Palette>Default</Palette>
|
|
<ChartData>
|
|
<ChartSeries>
|
|
<DataPoints>
|
|
<DataPoint>
|
|
<DataValues>
|
|
<DataValue>
|
|
<Value>=Iif(Avg(Fields!avg_free_mem.Value) > 0, Avg(Fields!avg_free_mem.Value)/1024, 0)</Value>
|
|
</DataValue>
|
|
</DataValues>
|
|
<DataLabel />
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Navy</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<BorderWidth>
|
|
<Default>2.25pt</Default>
|
|
</BorderWidth>
|
|
</Style>
|
|
<Marker>
|
|
<Type>Diamond</Type>
|
|
<Size>4pt</Size>
|
|
</Marker>
|
|
</DataPoint>
|
|
</DataPoints>
|
|
</ChartSeries>
|
|
</ChartData>
|
|
<Style>
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>DarkGray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_AVERAGE_MEMORY_USAGE")</Caption>
|
|
<Style>
|
|
<FontSize>9pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Height>1.5in</Height>
|
|
<Left>0.125in</Left>
|
|
</Chart>
|
|
<Chart Name="chart1">
|
|
<Legend>
|
|
<Visible>true</Visible>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<Position>RightCenter</Position>
|
|
</Legend>
|
|
<CategoryAxis>
|
|
<Axis>
|
|
<Title />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
<Format>d</Format>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Visible>true</Visible>
|
|
</Axis>
|
|
</CategoryAxis>
|
|
<PlotArea>
|
|
<Style>
|
|
<BackgroundColor>White</BackgroundColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</PlotArea>
|
|
<ThreeDProperties>
|
|
<Rotation>30</Rotation>
|
|
<Inclination>30</Inclination>
|
|
<Shading>Simple</Shading>
|
|
<WallThickness>50</WallThickness>
|
|
</ThreeDProperties>
|
|
<PointWidth>0</PointWidth>
|
|
<SeriesGroupings>
|
|
<SeriesGrouping>
|
|
<StaticSeries>
|
|
<StaticMember>
|
|
<Label>=Code.GetLabel("LBL_AVG_CPU_USAGE")</Label>
|
|
</StaticMember>
|
|
</StaticSeries>
|
|
</SeriesGrouping>
|
|
</SeriesGroupings>
|
|
<Top>0.125in</Top>
|
|
<Subtype>Plain</Subtype>
|
|
<ValueAxis>
|
|
<Axis>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_PERCENT")</Caption>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
<Format>#,##</Format>
|
|
</Style>
|
|
<MajorGridLines>
|
|
<ShowGridLines>true</ShowGridLines>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Gray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Dotted</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MajorGridLines>
|
|
<MinorGridLines>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</MinorGridLines>
|
|
<MajorTickMarks>Outside</MajorTickMarks>
|
|
<Min>0</Min>
|
|
<Max>100</Max>
|
|
<Visible>true</Visible>
|
|
<Scalar>true</Scalar>
|
|
</Axis>
|
|
</ValueAxis>
|
|
<Type>Line</Type>
|
|
<Width>8.125in</Width>
|
|
<CategoryGroupings>
|
|
<CategoryGrouping>
|
|
<DynamicCategories>
|
|
<Grouping Name="chart1_CategoryGroup1">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!day.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Grouping>
|
|
<Label />
|
|
</DynamicCategories>
|
|
</CategoryGrouping>
|
|
</CategoryGroupings>
|
|
<Palette>Default</Palette>
|
|
<ChartData>
|
|
<ChartSeries>
|
|
<DataPoints>
|
|
<DataPoint>
|
|
<DataValues>
|
|
<DataValue>
|
|
<Value>=iif(Avg(Fields!avg_cpu.Value) > 0, Avg(Fields!avg_cpu.Value)*100, 0)</Value>
|
|
</DataValue>
|
|
</DataValues>
|
|
<DataLabel />
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>Navy</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<BorderWidth>
|
|
<Default>2.25pt</Default>
|
|
</BorderWidth>
|
|
</Style>
|
|
<Marker>
|
|
<Type>Diamond</Type>
|
|
<Size>4pt</Size>
|
|
</Marker>
|
|
</DataPoint>
|
|
</DataPoints>
|
|
</ChartSeries>
|
|
</ChartData>
|
|
<Style>
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>DarkGray</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
<Title>
|
|
<Caption>=Code.GetLabel("LBL_AVERAGE_CPU_USAGE")</Caption>
|
|
<Style>
|
|
<FontSize>9pt</FontSize>
|
|
</Style>
|
|
</Title>
|
|
<Height>1.5in</Height>
|
|
<Left>0.125in</Left>
|
|
</Chart>
|
|
</ReportItems>
|
|
<Style>
|
|
<BorderColor>
|
|
<Default>LightGrey</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
</Rectangle>
|
|
</ReportItems>
|
|
</TableCell>
|
|
</TableCells>
|
|
<Height>6.86301in</Height>
|
|
</TableRow>
|
|
</TableRows>
|
|
<Grouping Name="table1_Details_Group">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!vmid.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Grouping>
|
|
</Details>
|
|
<Header>
|
|
<TableRows>
|
|
<TableRow>
|
|
<TableCells>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="textbox5">
|
|
<rd:DefaultName>textbox5</rd:DefaultName>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>#dedede</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>14</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<UserSort>
|
|
<SortExpression>=Fields!name.Value</SortExpression>
|
|
</UserSort>
|
|
<Value>=Code.GetLabel("LBL_VM")</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="textbox8">
|
|
<rd:DefaultName>textbox8</rd:DefaultName>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>#dedede</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<TextAlign>Center</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>13</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<UserSort>
|
|
<SortExpression>=Avg(Fields!avg_cpu.Value)*100</SortExpression>
|
|
<SortExpressionScope>table1_Group1</SortExpressionScope>
|
|
</UserSort>
|
|
<Value>=Code.GetLabel("LBL_AVG_CPU_USAGE_PERCENT")</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="textbox9">
|
|
<rd:DefaultName>textbox9</rd:DefaultName>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>#dedede</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<TextAlign>Center</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>12</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<UserSort>
|
|
<SortExpression>=Avg(Fields!avg_free_mem.Value/1024)</SortExpression>
|
|
<SortExpressionScope>table1_Group1</SortExpressionScope>
|
|
</UserSort>
|
|
<Value>=Code.GetLabel("LBL_AVG_FREE_MEMORY_MB")</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="textbox10">
|
|
<rd:DefaultName>textbox10</rd:DefaultName>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>#dedede</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<TextAlign>Center</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>11</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<UserSort>
|
|
<SortExpression>=Avg(Fields!avg_vif_read.Value)</SortExpression>
|
|
<SortExpressionScope>table1_Group1</SortExpressionScope>
|
|
</UserSort>
|
|
<Value>=Code.GetLabel("LBL_AVG_NETWORK_READS_BPS")</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="textbox111">
|
|
<rd:DefaultName>textbox111</rd:DefaultName>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>#dedede</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<TextAlign>Center</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>10</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<UserSort>
|
|
<SortExpression>=Avg(Fields!avg_vif_write.Value)</SortExpression>
|
|
<SortExpressionScope>table1_Group1</SortExpressionScope>
|
|
</UserSort>
|
|
<Value>=Code.GetLabel("LBL_AVG_NETWORK_WRITES_BPS")</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="textbox12">
|
|
<rd:DefaultName>textbox12</rd:DefaultName>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>#dedede</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<TextAlign>Center</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>9</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<UserSort>
|
|
<SortExpression>=Avg(Fields!avg_vbd_read.Value)</SortExpression>
|
|
<SortExpressionScope>table1_Group1</SortExpressionScope>
|
|
</UserSort>
|
|
<Value>=Code.GetLabel("LBL_DISK_READS_BPS")</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
<TableCell>
|
|
<ReportItems>
|
|
<Textbox Name="textbox13">
|
|
<rd:DefaultName>textbox13</rd:DefaultName>
|
|
<Style>
|
|
<Color>Navy</Color>
|
|
<BackgroundColor>#dedede</BackgroundColor>
|
|
<BorderColor>
|
|
<Default>#bfbfbf</Default>
|
|
</BorderColor>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<FontWeight>700</FontWeight>
|
|
<TextAlign>Center</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>8</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<UserSort>
|
|
<SortExpression>=Avg(Fields!avg_vbd_write.Value)</SortExpression>
|
|
<SortExpressionScope>table1_Group1</SortExpressionScope>
|
|
</UserSort>
|
|
<Value>=Code.GetLabel("LBL_DISK_WRITES_BPS")</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
</TableCell>
|
|
</TableCells>
|
|
<Height>0.49021in</Height>
|
|
</TableRow>
|
|
</TableRows>
|
|
<RepeatOnNewPage>true</RepeatOnNewPage>
|
|
</Header>
|
|
<TableColumns>
|
|
<TableColumn>
|
|
<Width>3.1875in</Width>
|
|
</TableColumn>
|
|
<TableColumn>
|
|
<Width>0.88826in</Width>
|
|
</TableColumn>
|
|
<TableColumn>
|
|
<Width>0.88826in</Width>
|
|
</TableColumn>
|
|
<TableColumn>
|
|
<Width>0.875in</Width>
|
|
</TableColumn>
|
|
<TableColumn>
|
|
<Width>0.88826in</Width>
|
|
</TableColumn>
|
|
<TableColumn>
|
|
<Width>0.88826in</Width>
|
|
</TableColumn>
|
|
<TableColumn>
|
|
<Width>0.76136in</Width>
|
|
</TableColumn>
|
|
</TableColumns>
|
|
<Height>7.60322in</Height>
|
|
<Left>0.125in</Left>
|
|
</Table>
|
|
</ReportItems>
|
|
<Height>8.125in</Height>
|
|
</Body>
|
|
<Language>=User!Language</Language>
|
|
<PageFooter>
|
|
<PrintOnFirstPage>true</PrintOnFirstPage>
|
|
<ReportItems>
|
|
<Line Name="line1">
|
|
<Top>0.125in</Top>
|
|
<Width>8.25in</Width>
|
|
<Style>
|
|
<BorderStyle>
|
|
<Default>Solid</Default>
|
|
</BorderStyle>
|
|
</Style>
|
|
<ZIndex>2</ZIndex>
|
|
<Left>0.125in</Left>
|
|
<Height>0in</Height>
|
|
</Line>
|
|
<Textbox Name="textbox11">
|
|
<Top>0.125in</Top>
|
|
<Width>1.75in</Width>
|
|
<Style>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<TextAlign>Right</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<ZIndex>1</ZIndex>
|
|
<CanGrow>true</CanGrow>
|
|
<Left>6.625in</Left>
|
|
<Height>0.2125in</Height>
|
|
<Value>=Code.GetPageNumberText()</Value>
|
|
</Textbox>
|
|
<Textbox Name="ReportingInfo">
|
|
<Top>0.125in</Top>
|
|
<Width>6.5in</Width>
|
|
<Style>
|
|
<FontFamily>Verdana</FontFamily>
|
|
<FontSize>7pt</FontSize>
|
|
<TextAlign>Left</TextAlign>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
<CanGrow>true</CanGrow>
|
|
<Left>0.125in</Left>
|
|
<Height>0.2125in</Height>
|
|
<Value>=String.Format(Code.GetLabel("LBL_FOOTER_LEFT"), Code.GetLabel("LBL_VM_PERF_HISTORY"), Code.GetDateFromOffset(Parameters!Start.Value), Code.GetDateFromOffset(Parameters!End.Value)) + " | Cloud Software Group, Inc."</Value>
|
|
</Textbox>
|
|
</ReportItems>
|
|
<Height>0.375in</Height>
|
|
<PrintOnLastPage>true</PrintOnLastPage>
|
|
</PageFooter>
|
|
<TopMargin>1in</TopMargin>
|
|
</Report> |