Speicherbedarf eines Prozesses

Frank Bergmann tx-7-12 at tuxad.com
Fri Apr 23 16:52:52 CEST 2010


In Fri, 23 Apr 2010, Sascha Effert cum veritate scripsit :

[...]
> Theoretisch ich schalte auf der Maschine den swap komplett ab, wie
> zuverlässig ist dann die Aussage von RSS? Selbst verständlich ist der

Nochmal: RSS ist der physische Speicher.

$ man 5 proc|grep -A4 rss
              rss %ld     Resident  Set  Size: number of pages the process has
                          in real memory.  This is just the pages which  count
                          towards  text,  data, or stack space.  This does not
                          include pages which have not been demand-loaded in,
                          or which are swapped out.
--
              rsslim %lu  Current  soft  limit  in  bytes  on  the  rss of the
                          process; see the description of RLIMIT_RSS  in  get‐
                          priority(2).

              startcode %lu


-- 
"The number of Unix installations has grown to ten, with more expected"
                                 [ The Unix programmers manual, 1972 ]




More information about the Linux mailing list