Get linux container memory and CPU using .Net Core – Debian
I have a debian slim docker container running an ASP.Net Core 3.1 application. (mcr.microsoft.com/dotnet/aspnet:3.1.16-buster-slim) I would like to be able to get the total memory used by the container that it is running the application. NOTE: I am not looking…