In this case we sort based on memory and filter on dotnet8 processes:
top -b -c -w 200 -o %MEM -d 30 | grep dotnet8 >> top-output.log
My personal knowledge base, online.
In this case we sort based on memory and filter on dotnet8 processes:
top -b -c -w 200 -o %MEM -d 30 | grep dotnet8 >> top-output.log