Resource monitoring #443
-
Hi folks, im having trouble with a production instance running doodba 13.0, some times, im assume that is when odoo shop load increase, entire odoo get irresponsive via https. Then, i need to restart odoo instance and evrything get fine. Last time that this happen i run an "htop" command and VPS had full available resources and then run "docker stats" and odoo container seems to had available resources. My question is if there are an oficial way or better practice to monitoring doodba instance. Or any idea of where to look the next time that happen. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Run |
Beta Was this translation helpful? Give feedback.
-
The answer is no. Just use the monitoring tool that best fits your deployments and systems. There are plenty of them, but that's outside of doodba's scope. |
Beta Was this translation helpful? Give feedback.
Run
docker-compose run --rm -l traefik.enable=false odoo pg_activity
to check blocked DB queries, which can be one of the reasons for the locking.