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

MMT ParallelSessions

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.

MMT-diagram.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 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.

Clone this wiki locally