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

MMT MMTBandwidth

Diego Rivera edited this page Sep 13, 2017 · 1 revision

Overview

This plugins computes the number of downloaded bytes during the last completed minute. MMT actively monitors the network and computes the number of downloaded bytes (from server to client) per flow on the network. The plugins makes use of the MongoDB aggregation framework to compute the total amount of downloaded bytes of the active flow in the last minute.

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

Algorithms

This algorithm performs aggregation of the data using MongoDB aggregation engine to compute the number of downloaded bytes.

Clone this wiki locally