Skip to content

Traffic Behavior  #4

@baloian

Description

@baloian

Observe device network behavior:

  1. How often the device talks to backend endpoints. (e.g. /min, /hour, /day, /month)
  2. How large is the data volume of network traffic.

Show the device traffic behavior graphs on the UI.

You can use SQL aggregate functions to create reports. Example reporting:

  1. Number of connections each day - COUNT (Connection) GROUP BY time(day);
  2. Data volume each day - SUM ( packet_size) GROUP BY time(day);

https://www.sqltutorial.org/sql-aggregate-functions/
https://docs.mongodb.com/manual/aggregation/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions