We want to correlate what cf app reports with the OS stats obtained by SSHing into the container. The cf app output reports memory from within a cgroup = RSS+cache to calculate and limit bytes in use. ps aux gives us the RSS of the process. How does one determine the cache component of this computation.