You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the statistics are "flat-lining" in the GUI even though docker stats shows the correct values. For example, my container "tatest" has 4GB of RAM allocated:
This has also been confirmed from the CLI inside the container:
Mem: 3295556K used, 730512K free, 393644K shrd, 152664K buff, 758780K cached
CPU: 0% usr 0% sys 0% nic 98% idle 0% io 0% irq 0% sirq
Load average: 0.02 0.23 0.53 2/896 284
PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND
1 0 root S 3166m 80% 1 0% arangod --server.authentication=true --config /tmp/arangod.conf
277 0 root S 1644 0% 2 0% /bin/sh
284 277 root R 1580 0% 3 0% top
However, the stats GUI under load shows the values incorrectly hitting a ceiling at 1GB even though this is not reflected by direct docker stats output.
The text was updated successfully, but these errors were encountered:
For some reason, the statistics are "flat-lining" in the GUI even though docker stats shows the correct values. For example, my container "tatest" has 4GB of RAM allocated:
This has also been confirmed from the CLI inside the container:
However, the stats GUI under load shows the values incorrectly hitting a ceiling at 1GB even though this is not reflected by direct
docker stats
output.The text was updated successfully, but these errors were encountered: