Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!ucbvax!ucbcad!nike!lll-crg!caip!im4u!ut-sally!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards Subject: Re: size of text/data space of running process Message-ID: <1785@utah-gr.UUCP> Date: Sun, 10-Aug-86 01:53:14 EDT Article-I.D.: utah-gr.1785 Posted: Sun Aug 10 01:53:14 1986 Date-Received: Mon, 11-Aug-86 04:36:52 EDT References: <149@picuxa.UUCP> Reply-To: thomas@utah-gr.UUCP (Spencer W. Thomas) Distribution: net Organization: University of Utah CS Dept Lines: 13 Keywords: SYS V My understanding is that the SZ field of a ps listing is *only* data and stack (assuming a pure-text program). The text size is kept in the text table (the 4.3 BSD ps will show TSIZ with the 'v' option). I have tested this on 4.3, and find that there are processes with a larger TSIZ than SIZE, so it is clear that the text is not included there. Whether this is true under System V (the original question was for this version), I am not sure, but it shouldn't be hard to test. -- =Spencer ({ihnp4,decvax}!utah-cs!thomas, thomas@utah-cs.ARPA)