-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
docker stats reported as null for ARM #115
Comments
Can you confirm you're on the latest version? I've see this happen if a container is stuck in the restarting state. Can you see if that is an issue? |
The container restarts without problems, and it was build on image selfhostedpro/yacht:latest |
Are there any other containers on your system that are stuck in a restarting state? I've made a few changes to devel that may resolve this. It's currently building in the actions tab of this repo and when it's done you should try it: selfhostedpro/yacht:devel If that doesn't work for you, hop into our discord and I'll see if I can troubleshoot it a bit better: https://discord.gg/KpKutvC |
All containers are either running or stopped. I'll try current building - selfhostedpro/yacht:devel, and then I'll come back with details. |
If it continues happening can you also check if your browser console says anything? (f12) |
Unfortunately, trying current building, did not change anything. |
Hmmm. Interesting. Only seeing this issue on the rpi. I'll dig into it a bit more. The error on the backend wont stop the data from sending but it seems like it's closing the websocket for some reason. Refreshing the page doesn't help? I'll try to setup a pi later today for testing. |
Is this just the main dashboard or is this in logs and stats too? |
I’m experiencing the same issue. Logs seem to work fine as far as I can tell. The problem is with the main dashboard and stats for containers. |
@nidua42 are you on arm as well? Can you tell me what the output of docker stats is? It may be an underlying issue with how docker produces stats on arm. |
Yes, I am ARM too. I would gladly provide the output but how do I get it? Not sure how to do it. |
Open up the command line and run |
Looks like docker stats is broken on ARM which is causing this issue. |
Once this action is finished the devel tag will be pushed to dockerhub for testing. I added a check to see if it's getting memory stats. |
@nidua42 Can you go to the issue where this was mentioned (docker/for-linux#1112) and provide the board you're using as well as the version of docker and your OS? |
The funny thing is that 2 days ago Portainer was reporting memory usage. Now when I checked it only shows CPU and network. Memory graph is empty. Anyway here is the info Raspberry pi 4b 4GB version 1.2 Linux raspberrypi 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux Docker version Server: |
Seems to be Docker related. Can confirm that neither of my Pis is reporting CPU & MEM usage when using I know that Also mentioned them in docker/for-linux#1112 as per your comment up above. |
Documentation added to the bottom of the readme for this. Thanks for reporting it guys! |
Got an error on my raspberry pi. There is not stats, and container log's contain
The text was updated successfully, but these errors were encountered: