module Performance Monitor

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
dr.admin's picture

Hi!

I've promoted my new module Performance Monitor - https://www.drupal.org/project/perfmon

It has some features:
- Evaluate "Performance score" indicator using web server processing time testing with a small php script.
- System performance testing:
- CPU performance test;
- database performance test;
- file operations performance test;
- MySQL status and fine tuning recommendations.

Perhaps it will be useful to someone.

i'll be glad to see your comments and suggestions.

P.S. help me to review this module https://www.drupal.org/node/2882251

Comments

MySQL Query Cache

mikeytown2's picture

I've found it to be not helpful for most Drupal installs. https://www.percona.com/blog/2015/08/07/mysql-query-cache-worst-enemy-be...

If you want to lift a bunch of MySQL tuning stuff APDQC has a lot in the .install file.

Thank you for your

dr.admin's picture

Thank you for your comment.

Main feature of this module is to benchmark system environment from Drupal admin panel. For example it will be useful when user migrate site from one to another server.

I'll see your recommendations to add additional Mysql parameters.