pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Consider tracking containers memory usage

Open germa89 opened this issue 8 months ago • 0 comments

A simple bash script should work.

Example of code:

docker stats CONTAINER_ID --no-stream --format "{{.Container}}: {{.MemUsage}}"

However that code seems quite slow to get the response (at least on my MacOS M1).

I should check for another bash alternative...

germa89 avatar Feb 18 '25 19:02 germa89