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 18, 2017
·
2 revisions
Overview
This plugin will compute the number of sessions held in the last completed minute. MMT considers an Internet flow as a single session, in other words, a complete communication between a client and server using specific port numbers. The plugin will use the MongoDB aggregation framework to determina the number of sessions that were initiated in the last minute.
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 parallel sessions (i.e. number of flows detected by MMT) in the last 60 seconds.
Algorithms
This algorithm performs aggregation of the data using MongoDB aggregation engine to compute the total number of data sessions.