@venkat raj Maybe there is a misunderstanding here. The NQE queries run against snapshot data. Which means if you want the NQE query to be “run every 5 minutes” it means you would need to take a snapshot every 5 minutes. You could probably achieve this with a subset of devices in a “workspace network”. Most likely the Full network would not be able to run every 5 minutes.
What you are trying to do is more like our “Performance Data” feature.
That is based on SNMP collections that can be run independently of a snapshot collection.
Another comment on “bytesOut”. We don’t parse the interface stats onto the data model. You would need to use the state file parsing to parse out that data.
@venkat raj Maybe there is a misunderstanding here. The NQE queries run against snapshot data. Which means if you want the NQE query to be “run every 5 minutes” it means you would need to take a snapshot every 5 minutes. You could probably achieve this with a subset of devices in a “workspace network”. Most likely the Full network would not be able to run every 5 minutes.
What you are trying to do is more like our “Performance Data” feature.
That is based on SNMP collections that can be run independently of a snapshot collection.
Another comment on “bytesOut”. We don’t parse the interface stats onto the data model. You would need to use the state file parsing to parse out that data.