This repository has been 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 UniqueProtocols
Diego Rivera edited this page Sep 19, 2017
·
3 revisions
MMT has the capability of classify the flows depending on the protocol or application they carry. This plugin will compute the number of unique protocols detected by MMT, using the aggregation framework of MongoDB.
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 different protocols detected in network flows by MMT in the last 60 seconds. |
totalProtocolsmeasure | Integer | The number of different protocols detected in network flows by MMT in the last 60 seconds. |
protocols | String | The list of different protocols detected in network flows by MMT in the last 60 seconds. |
This algorithm will aggregate the information using the MongoDB aggregation framework to compute the number of unique protocols detected.