does getNetworkClientTrafficHistory return duplicates?

OYVIND
New here

does getNetworkClientTrafficHistory return duplicates?

hi. I am getting a lof of identical data. For example

 

[{'ts': 1600473600.0, 'application': 'Some application', 'destination': 'xxx.xxx.xxx.xxx', 'protocol': 'TCP', 'port': 53, 'recv': 14, 'sent': 8, 'numFlows': 2, 'activeSeconds': 120},

{'ts': 1600473600.0, 'application': 'Some application', 'destination': 'xxx.xxx.xxx.xxx', 'protocol': 'TCP', 'port': 53, 'recv': 14, 'sent': 8, 'numFlows': 2, 'activeSeconds': 120} ]

 

what does this mean? How is it possible that two connections used the same amount of data at the exact same timestamp? How do I know what is unique when there is no unique key?

0 REPLIES 0
Get notified when there are additional replies to this discussion.