Host Summary Custom Reports for Volume Show Gaps
search cancel

Host Summary Custom Reports for Volume Show Gaps

book

Article ID: 131352

calendar_today

Updated On:

Products

CA Network Flow Analysis (NetQos / NFA)

Issue/Introduction

When running a Custom Report for Host Summary Volume Trend Charts for a month or longer at 15 minute resolution you may see gaps in data.

Resolution

1.On the Console server open a command prompt and run:

mysql reporter -unetqos -pnetqos



2. Then run the following update command to change the defaultValue from 100 to 12000:

update parameter_descriptions set DefaultValue = '12000' where Parameter = 'maxRecordsPerInterface';


 
3. Then try running the report again and see if you get the expected results.