Archiving Usage Report
Archiving Usage Report
<report>
<customReportName>Archiving Usage Report</customReportName>
</report>
<pages>
<Page>
<pageName>Page0</pageName>
<isDefault>true</isDefault>
<pageTitle>
<text>Page0</text>
</pageTitle>
<dataSets>
<dataSet>
<DataSet>
<dataSet>
<dataSetName>Archive Agent Usage</dataSetName>
<dataSetGuid>37AD766A-9896-42F9-A793-D10CC09EF593</dataSetGuid>
</dataSet>
<endpoint>DATABASE</endpoint>
<shared>false</shared>
<dataSources>
<DataSource>
<dataSource>
<dataSourceName>$ALL$</dataSourceName>
</dataSource>
<connectionType>METRICS</connectionType>
<endpoint>DATABASE</endpoint>
</DataSource>
</dataSources>
<allColumns>true</allColumns>
<fields>
<Column>
<name>sys_rowid</name>
<dataField>$row_number$</dataField>
<type>String</type>
</Column>
<Column>
<name>Data Source</name>
<dataField>Data Source</dataField>
<type>String</type>
</Column>
<Column>
<name>CommCell ID</name>
<dataField>CommCell ID</dataField>
<type>String</type>
</Column>
<Column>
<name>CommServUniqueId</name>
<dataField>CommServUniqueId</dataField>
<type>Integer</type>
</Column>
<Column>
<name>Customer</name>
<dataField>Customer</dataField>
<type>String</type>
</Column>
<Column>
<name>Version</name>
<dataField>Version</dataField>
<type>String</type>
</Column>
<Column>
<name>Agent</name>
<dataField>Agent</dataField>
<type>String</type>
</Column>
<Column>
<name>Subclient Count</name>
<dataField>Subclient Count</dataField>
<type>Integer</type>
</Column>
<Column>
<name>Application Size (GB)</name>
<dataField>Application Size (GB)</dataField>
<type>Decimal</type>
</Column>
</fields>
<GetOperation>
<parameters/>
<sqlText>SELECT
CASE
WHEN resultView.CommCellID = -1 THEN 'FFFFFF'
ELSE dbo.ConvertBigIntToHexStr(resultView.CommCellID)
END AS 'CommCell ID',
resultView.CommServUniqueId,
resultView.displayName AS 'Customer',
resultView.CommServVersion AS Version,
csInfo.AppName AS 'Agent',
SUM(csInfo.SubClientCount) AS 'Subclient Count',
SUM(csInfo.TotalSizeGB) AS 'Application Size (GB)'
FROM dbo.cf_SurveyResultFuncV1(110, 0, 1, NULL, NULL, -1,-1) AS resultView
INNER JOIN
(
SELECT
CommServUniqueId,
SurveyResultId,
CASE
WHEN AppTypeId IN (33, 42, 43) THEN 33
WHEN AppTypeId IN (17, 18, 19, 20, 21, 29, 36, 38, 40, 74,
86, 63) THEN 29
ELSE AppTypeId
END AS AppTypeId,
CASE
WHEN AppTypeId IN (33, 42, 43) THEN 'Windows File
System'
WHEN AppTypeId IN (17, 18, 19, 20, 21, 29, 36, 38, 40, 74,
86, 63) THEN 'Unix File System'
ELSE AppName
END AS AppName,
SubClientCount,
CAST(TotalSizeMB/1024.0 AS DECIMAL(20, 2)) AS TotalSizeGB
FROM cf_SurveyTurboUsage WITH (NOLOCK)
where AppTypeId NOT IN(22)
)
AS csInfo
ON resultView.SurverResultId = csInfo.SurveyResultId
GROUP BY resultView.CommServUniqueId, resultView.CommServVersion,
resultView.CommCellID, resultView.displayName, csInfo.AppName
ORDER BY resultView.displayName ASC</sqlText>
<timeout>5</timeout>
<postQueryFilter>true</postQueryFilter>
</GetOperation>
<description>This report shows Archiving agents usage with subclient
count and application size</description>
<databaseName>cvcloud</databaseName>
<queryPlan>
<offline>false</offline>
<collectionType>HTTP</collectionType>
<retentionDays>7</retentionDays>
<versions>
<CommCellVersion>ALL</CommCellVersion>
</versions>
<queryId>0</queryId>
</queryPlan>
<version>5</version>
<guid>12fd2009-cae9-4a89-b07d-7f735f4b553e</guid>
<hidden>false</hidden>
<revision></revision>
</DataSet>
</dataSet>
</dataSets>
<body>{
"reportComponents": [
{
"chartType": "VerticalBar",
"colorPalette": "#FFFFFF",
"barWidth": 20,
"dimensionDataField": [
{
"title": {
"text": "Agent"
},
"column": "Agent",
"numPointsToDisplay": {
"maxPoints": 15
},
"customGroupsAvailable": false,
"type": "String"
}
],
"measureDataField": [
{
"title": {
"text": "Agent"
},
"aggrType": "Count",
"column": "Agent",
"showNumberOps": false,
"type": "String"
}
],
"numPointsToDisplay": {
"includeAll": false,
"maxPoints": 15
},
"xAxisTitle": {
"text": "Agent Name"
},
"yAxisTitle": {
"text": "Customer Count"
},
"id": "OnePassFeatureUsage",
"title": {
"text": "Archive Feature Usage"
},
"type": "CHART",
"dataSet": {
"dataSetName": "Archive Agent Usage",
"dataSetGuid": "37AD766A-9896-42F9-A793-
D10CC09EF593"
},
"filters": {
"builder": {},
"viewer": {}
},
"styles": {
"defaultChartHeight": 350,
"defaultChartWidth": 1000,
"height": 350,
"width": 1000,
"barColor": "#00cee6",
"chartPlotOptions": {
"isShowGridlines": true,
"isSmoothLines": false,
"isShowLineMarkers": true,
"autoConvertYValues": true,
"isShowLabels": false,
"legendPosition": "right",
"stackIn3d": false,
"alpha3D": 15,
"beta3D": 20,
"columnPadding3D": 30,
"depth3D": 110
},
"barSizeAutoOnly": false
},
"sorting": [
{
"direction": "Desc",
"sortAxis": "YAxis"
}
],
"orientation": "vertical",
"multiBars": false,
"isGroupBy": true,
"isGrouped": false,
"mobile": {
"visible": "On",
"listItemClick": {},
"customListLayout": null
},
"showCompare": false,
"visible": {},
"filterField": {
"name": "Agent",
"dataField": "Agent",
"type": "String"
},
"hideComponent": false,
"blankComponent": false
},
{
"pageSize": 500,
"allColumns": true,
"columns": [
{
"dataField": "sys_rowid",
"displayName": "sys_rowid",
"id": "sys_rowid",
"type": "Long",
"origType": "",
"visible": true,
"hidden": true,
"aggrType": "None"
},
{
"dataField": "Data Source",
"displayName": "Data Source",
"id": "DataSource",
"visible": false,
"aggrType": "None",
"type": "String"
},
{
"dataField": "CommCell ID",
"displayName": "CommCell ID",
"id": "CommCellID",
"visible": false,
"aggrType": "None",
"type": "String"
},
{
"dataField": "CommServUniqueId",
"displayName": "CommServUniqueId",
"id": "CommServUniqueId",
"type": "Integer",
"origType": "",
"visible": false,
"hidden": false,
"aggrType": "None"
},
{
"dataField": "Customer",
"displayName": "Customer",
"id": "Customer",
"visible": true,
"aggrType": "None",
"type": "String",
"isSelected": true,
"additionalProperties": false,
"cellExpression": "= '<a href=\
"https://cloud.commvault.com/webconsole/survey/reports/dashboard.jsp?
commUniId=' + row['CommServUniqueId'] + '\" target=\
"blank\" style=\"color:blue\">' + cellData +
'</a>'"
},
{
"dataField": "Version",
"displayName": "Version",
"id": "Version",
"type": "String",
"origType": "",
"visible": true,
"hidden": false,
"aggrType": "None",
"mobileOptions": {
"visible": true,
"viewOnList": true,
"viewOnDetail": true
}
},
{
"dataField": "Agent",
"displayName": "Agent",
"id": "Agent",
"visible": true,
"aggrType": "None",
"type": "String"
},
{
"dataField": "Subclient Count",
"displayName": "Subclient Count",
"id": "SubclientCount",
"visible": true,
"aggrType": "None",
"type": "Integer"
},
{
"dataField": "Application Size (GB)",
"displayName": "Application Size (GB)",
"id": "ApplicationSizeGB",
"visible": true,
"aggrType": "None",
"type": "Decimal"
}
],
"id": "Details",
"title": {
"text": "Details"
},
"type": "TABLE",
"dataSet": {
"dataSetName": "Archive Agent Usage",
"dataSetGuid": "37AD766A-9896-42F9-A793-
D10CC09EF593"
},
"sorting": [
{
"columnId": "DataSource",
"direction": "Asc"
}
],
"filters": {
"builder": {},
"viewer": {}
},
"showFilterByDefault": false,
"enableHorizontalScroll": false,
"hideComponent": false,
"blankComponent": false
}
],
"filters": {
"builder": {},
"viewer": {}
},
"autoRefreshTime": 10,
"reportLayout": {
"gridsterOpts": {
"columns": 12
},
"OnePassFeatureUsage": {
"mobile": {
"size": {
"x": 12,
"y": 8
},
"position": [
0,
0
]
},
"tablet": {
"size": {
"x": 12,
"y": 8
},
"position": [
0,
0
]
},
"desktop": {
"size": {
"x": 12,
"y": 8
},
"position": [
0,
0
]
}
},
"Details": {
"mobile": {
"size": {
"x": 12,
"y": 8
},
"position": [
8,
0
]
},
"tablet": {
"size": {
"x": 12,
"y": 8
},
"position": [
8,
0
]
},
"desktop": {
"size": {
"x": 12,
"y": 336
},
"position": [
8,
0
]
}
}
}
}</body>
</Page>
</pages>
<reportVersion>5</reportVersion>
<deployedVersion>5</deployedVersion>
<reportDescription>This report shows Archiving agents usage with subclient count
and application size</reportDescription>
<guid>2D27CAB8-6693-45CA-8A54-7747553DC3B7</guid>
<revision>1.4</revision>
<icon>vertical-bar.png</icon>
<customIcon/>
<hidden>false</hidden>
<visibleAll>false</visibleAll>
<readOnly>false</readOnly>
<shareable>false</shareable>
<engineVersion>1</engineVersion>
<builderVersion>2</builderVersion>
<translations>
<Translations>
<locale>default</locale>
<localeKey>RPT_TITLE</localeKey>
<localeValue>Archiving Usage Report</localeValue>
</Translations>
<Translations>
<locale>default</locale>
<localeKey>RPT_DESCRIPTION</localeKey>
<localeValue>This report shows Archiving agents usage with subclient count
and application size</localeValue>
</Translations>
</translations>
<cvTranslations/>
<minCommCellVersion>
<releaseID>16</releaseID>
<servicePack>0</servicePack>
<spMinorVersion>0</spMinorVersion>
</minCommCellVersion>
<maxCommCellVersion>
<releaseID>100</releaseID>
<servicePack>99</servicePack>
</maxCommCellVersion>
<userReportId>Archiving Usage Report</userReportId>
<uiTags>
<string>Feature Usage</string>
<string>Feature Usage</string>
</uiTags>
<type>STANDARD</type>
<canEdit>true</canEdit>
<visibleToTenantAdmins>false</visibleToTenantAdmins>
<builtIn>false</builtIn>
<systemReport>false</systemReport>
<isMetrics>false</isMetrics>
</CustomReport>