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 MMTBandwidth
Diego Rivera edited this page Sep 13, 2017
·
1 revision
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.
| 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 | Description |
This algorithm performs aggregation of the data using MongoDB aggregation engine to compute the number of downloaded bytes.
