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

MMT UniqueProtocols

Diego Rivera edited this page Sep 19, 2017 · 3 revisions

Overview

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.

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

Algorithms

This algorithm will aggregate the information using the MongoDB aggregation framework to compute the number of unique protocols detected.

Clone this wiki locally