ConPaaS-team / conpaas

ConPaaS: integrated runtime environment for elastic cloud applications
http://www.conpaas.eu
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

PHP service announces wrong performance metrics #87

Closed gpierre42 closed 9 years ago

gpierre42 commented 9 years ago

In the ConPaaS frontend dashboard, the PHP service shows some synthetic performance metrics (response time, request rate, error rate). But these values stay at zero even when banging the service real hard.

It may be better to remove these values for the time being.

image

tcrivat commented 9 years ago

Similar performance metrics are also shown for Hadoop. Does anyone know it they work in the case of Hadoop?

tcrivat commented 9 years ago

In the case of PHP, these metrics are not implemented at all and are always 0:

https://github.com/ConPaaS-team/conpaas/blob/dev/conpaas-services/src/conpaas/services/webservers/manager/internal/__init__.py#L1179

I will disable them from the interface in a moment.

In the case of Hadoop, I just tested and they work, so no action is needed here.

tcrivat commented 9 years ago

Metrics disabled for PHP in commit dbebc071bcaeb7d787db1c24329564cb9c9ac448. This can be closed.