I'm away on vacation until next week, so I won't be able to check it out until then.
Dave
Sent from my Verizon Wireless 4G LTE smartphone
-------- Original message -------- From: Michael Holzheu <holzheu@linux.vnet.ibm.com> Date: 07/27/2015 10:34 AM (GMT-08:00) To: Dave Anderson <anderson@redhat.com> Cc: "Discussion list for crash utility usage, maintenance and development" <crash-utility@redhat.com> Subject: [Crash-utility] Wrong RSS field in ps
Hello Dave,
On s390 (kernel 4.2.0-rc2) the "RSS" field in "ps" is wrong.
The reason is that in rss_page_types_init() enumerator_value("MM_ANONPAGES", &anonpages) returns zero for "anonpages" and therefore we add MM_FILEPAGES twice instead of adding MM_ANONPAGES.
Example: Process that allocated 500 MB:
ps 2152 PID PPID CPU TASK ST %MEM VSZ RSS COMM 2152 1061 4 7aff0000 IN 0.0 514024 2236 eat_mem