Hi
is it possible to obtain the data volume (in GB,TB,PB) from trend of data rate -by some built in function/feature?
It is probably possible by special query but I would like to see option in graph or in parameter details to have for specific interval accumulated value of parameter.
Thanks.
Hi Martin,
As far as I know there is built-in feature that will allow you to retrieve directly the data volume. However, there are existing features (GQI queries) that could help you to perform these calculations.
I would like to understand better your use case. Can you elaborate a bit your use case? Are you using a specific connector that we can check to see what's possible?
Hi Miguel,
you probably meant “there is NOT built-in feature”?
To explain further, we have protocol driver where one of the parameters is data rate on interface. Data from device are retrieved via http session and parsed inside the driver. We have trend template enabled on the parameter.
Now I would like to get monthly volume of data which were passing the interface of the device – so basically it is sum of all datarate values over month (or other invterval).
Ideally – we would retrieve Byte counter data from interface of the device but this is not available now. Changing the driver is option, but as usual ,requirement is to have data volume from history and I have only data rate…
Martin