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 ParallelSessions
Diego Rivera edited this page Sep 18, 2017
·
2 revisions
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.
| 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 parallel sessions (i.e. number of flows detected by MMT) in the last 60 seconds. |
This algorithm performs aggregation of the data using MongoDB aggregation engine to compute the total number of data sessions.
