You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diego Rivera edited this page Sep 19, 2017
·
3 revisions
Overview
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.
Measure Architecture
Type : Direct Measure
Scope
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.
Data Model
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.
Algorithms
This algorithm will aggregate the information using the MongoDB aggregation framework to compute the number of unique users (IPs) in the network.