This repository was archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
MMT UniqueUsers
Diego Rivera edited this page Sep 19, 2017
·
3 revisions
Using its Deep Packet Inspection Engine, MMT is capable of detecting the IPs of each flow in the network. This plugin assumes each user is associated with a single IP, therefore it computes the number of unique users as the number of connected IPs in the last completed minutes.
| Value | Type | Default | Description |
|---|---|---|---|
| mmtdbhostname | String | localhost | Name of the host where the MMT database is hosted |
| mmtdbportname | Integer | 27017 | Port on the MMT database host to connect the plugin. |
| Value | Type | Description |
|---|---|---|
| value | Integer | The number of connected users (as number of different IPs) connected to the network in the last 60 seconds. |
| totalUsers | Integer | The number of connected users (as number of different IPs) connected to the network in the last 60 seconds. |
| IPList | String | The list of connected users (as a list of different IPs) connected to the network in the last 60 seconds. |
This algorithm will aggregate the information using the MongoDB aggregation framework to compute the number of unique users (IPs) in the network.
