On 4/23/06, Sh <[EMAIL PROTECTED]> wrote:
I have some questions about the prstat utility output
For example if I do prstat -a:
---cut----
  NPROC USERNAME  SIZE   RSS MEMORY      TIME  CPU
    40                 wraith    983M  399M    79%   0:48:04  15%
    48                  root      201M   90M    18%   0:00:28 0,0%
     2            daemon     10M      2856K   0,6%   0:00:00 0,0%
     5              nobody     42M     6468K   1,3%   0:00:00 0,0%


What it meant under 'SIZE' here?Virtual memory size?Real size of RAM memory is 512 mb
So what is 983 mb here?


From manpage:

SIZE
    The total virtual memory size of the process,  including all  mapped  files  and devices ...

RSS
    The resident set size of the process (RSS) ...

   *Users who want to get more accurate usage information for capacity planning  should  use the -x option to pmap(1) instead.*

Tao
_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to