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 AppRespTime
Diego Rivera edited this page Sep 19, 2017
·
5 revisions
This plugins computes the Application Response Time as computed by the MMT. This tool computes this value as the time (in milliseconds) between the first packet from client to server, and the last packet from server to client. The plugin will rely on the aggregation framework of MongoDD to compute the average Response Time of the flows in the last completed 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 | Double | The average response time of the flows in the last 60 seconds. |
| averageAppResponseTime | Double | The average response time of the flows in the last 60 seconds. |
This algorithm performs aggregation of the data using MongoDB aggregation engine to compute the average response time.
