I have a docker container running a base image of alpine linux and when I exec into the docker container and run the command:
pmap -x [pid]
The headers that I see in the output are:
Address Kbytes PSS Dirty Swap Mode Mapping
I am actually explicitly looking for RSS (Resident Set Size). Why is this header not showing up in the output?