"moses" <[EMAIL PROTECTED]> writes:

> The rss field in the mm_struct indicated on the real memory resident size but
> this field is defined also in the mm_stat struct (that is defined in
> mm_struct).
> 
> what is the different between this two field� (there value are different).

First of all, you'll have to ask Red Hat - I don't think
mm_struct.mm_stat exists in vanilla 2.4 or 2.6.

Secondly, check Documentation/filesystems/proc.txt, section 1.1. It
looks to me that mm_struct.rss and mm_struct.mm_stat.rss are the same,
only the former is in kB, and the latter is in pages. This will
explain the difference in values.

-- 
Oleg Goldshmidt | [EMAIL PROTECTED]

================================================================To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to