Path: utzoo!attcan!uunet!cs.utexas.edu!usc!srhqla!denwa!stb!michael From: michael@stb.uu.net (Michael Gersten) Newsgroups: unix-pc.general Subject: SZ and RSZ from ps? Message-ID: <1989Nov18.041254.11009@stb.uu.net> Date: 18 Nov 89 04:12:54 GMT Reply-To: michael@stb.uu.net (Michael Gersten) Organization: The Serial Tree BBS, +1 213 397 3137 Lines: 14 Ok, what do the SZ and RSZ fields really mean? The best I can figure out is that SZ is total size of a program in 4K blocks (fits very closely with what 'size file' tells me), and RSZ is an indication of how much is in memory (as opposed to swapped out). The problem? RSZ can be larger than SZ. Programs that are not used for ages are not 100% swapped out. Even when multiple compress/uncompress's are started up (memory hogs). So whats the story? And how does ps report shared mode programs (or does the UNIX-PC support shared text?)? Michael