add libre stats
Created by: jodumont
which show docker stats with name.
Merge request reports
Activity
Filter activity
Created by: jodumont
you means something like that ?
# docker-compose ps | grep Up | awk '{print $1}' | tr "\\n" " " | xargs --no-run-if-empty sudo docker stats
this one is good if you want to know for a specific set of dockers
but with \ # libre stats you could see all of them
But, if you have, I'm always welling to learn a better way to do ;)
Please register or sign in to reply