Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

MMT UniqueUsers

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.

MMT-diagram-int-int-str.png

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.

Clone this wiki locally