phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
675 stars 455 forks source link

How to add to apache.conf? #337

Closed Nv7-GitHub closed 3 years ago

Nv7-GitHub commented 3 years ago

Right now in phpMyAdmin status monitor I do not see CPU usage, memory usage, or swap usage. I read at https://infraadvisory.wordpress.com/2015/07/23/cpu-memory-stats-in-phpmyadmin/comment-page-1/ that adding a specific line to apache.conf would make these show up. How do I add to apache.conf with this Docker image?

williamdes commented 3 years ago

This tutorial seems like a very old hack for the Debian packaging system Maybe you can try to add a column to the graph to add CPU usage Maybe this is related to the CPU arch you use?

Nv7-GitHub commented 3 years ago

How do I add a column to the graph?

williamdes commented 3 years ago

How do I add a column to the graph?

image

Like this, let me know if it works as expected

Nv7-GitHub commented 3 years ago

All that did was make the columns smaller

williamdes commented 3 years ago

Can you post a screenshot please ?

Nv7-GitHub commented 3 years ago

Never mind, I had made chart columns to 6, adding new charts worked. Sorry!

williamdes commented 3 years ago

Never mind, I had made chart columns to 6, adding new charts worked. Sorry!

No worries, feel free to open a new issue if you find a bug