Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
6.72k stars 339 forks source link

Monitoring inconsistency #347

Open bloor opened 4 weeks ago

bloor commented 4 weeks ago

To Reproduce

Fresh install

Current vs. Expected behavior

While this is my Database instance monitoring graph: Each 5min a heavy procedure is running, that shows as 100% cpu for 15s. image

However.. as you can see on main graph, it is not showing any spikes. This is my dokploy central monitoring image

I suspect is not monitoring all cpu cores ?! Because htop shows the spike, as 1 core bein fully utilized and it's either core 2 or core 3. image

Provide environment information

Ubuntu 20.4
VPS Contabo: 4cores / 6GB / 200 SSD

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

Application

Additional context

Tested on VPS with latest Dokploy 0.6.2

Siumauricio commented 4 weeks ago

We use docker stats, which does the job of monitoring the container and its resources, I wouldn't be too sure to give you a concrete answer about this, the only thing you can try is to use docker stats in the terminal and see the usage and now compare what we have in dokploy to see if something is wrong