Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory used bug #673

Open
artem-kostylev opened this issue Nov 10, 2024 · 3 comments
Open

memory used bug #673

artem-kostylev opened this issue Nov 10, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@artem-kostylev
Copy link

To Reproduce

  1. Deploy Elasticsearch using Docker Compose
Screenshot 2024-11-10 at 1 07 02 AM

Current vs. Expected behavior

I expect that all used resources will be displayed in /dashboard/monitoring, but for some reason, the resources consumed by Elasticsearch are not showing up.

1.mp4

Provide environment information

Dokploy: v0.10.10
VPS: Linode

Which area(s) are affected? (Select all that apply)

Docker Compose

Additional context

I tested on vultr and linode

@artem-kostylev artem-kostylev added the bug Something isn't working label Nov 10, 2024
@AprilNEA
Copy link
Contributor

Having the same problem

@Siumauricio
Copy link
Contributor

I think the monitoring part needs to be redesigned, to make it more advanced, this is something I want to improve.

currently we use docker stats, which is the information provided by docker to monitor the resources, however it seems that in certain cases the information is applied but is not reflected in the information transmitted by docker stats.

@henriklovhaug
Copy link
Contributor

You could maybe do this? docker stats --no-stream --format '{{.MemPerc}}' | awk '{o+=$1} END {print o}'.

I assume every docker process is controlled by Dokploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants