From owner-freebsd-hackers Mon Jan 20 01:52:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA22044 for hackers-outgoing; Mon, 20 Jan 1997 01:52:32 -0800 (PST) Received: from melbourne.DIALix.oz.au (seeuucp@melbourne.DIALix.oz.au [192.203.228.98]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA22033 for ; Mon, 20 Jan 1997 01:52:24 -0800 (PST) Received: (from seeuucp@localhost) by melbourne.DIALix.oz.au with UUCP id UAA08500; Mon, 20 Jan 1997 20:52:06 +1100 (EST) X-Authentication-Warning: melbourne.DIALix.oz.au: seeuucp set sender to mark@seeware.DIALix.oz.au using -f Received: from putte.seeware.DIALix.oz.au (putte.seeware.DIALix.oz.au [10.0.0.1]) by doorway.seeware.DIALix.oz.au (8.7.5/8.7.3) with ESMTP id UAA05886; Mon, 20 Jan 1997 20:34:17 +1100 (EST) From: Mark Hannon Received: (from mark@localhost) by putte.seeware.DIALix.oz.au (8.7.5/8.7.3) id UAA00257; Mon, 20 Jan 1997 20:32:55 +1100 (EST) Date: Mon, 20 Jan 1997 20:32:55 +1100 (EST) Message-Id: <199701200932.UAA00257@putte.seeware.DIALix.oz.au> To: kimc@w8hd.org, jfieber@indiana.edu Subject: X-inside memory footprint Cc: freebsd-hackers@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-MD5: RpEDfArfy+xZcNBsFydcyg== Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'd also be interested to know how much memory (vss and typical > rss) the window manager, session manager, file manager and > friends sucks up. On a 32 megabyte 100MHz Pentium box, would > there be anything left to actually run anything without > thrashing? > >From my system, running netscape, dtmail, dtfile, dtterm etc... load averages: 0.57, 0.34, 0.18 20:31:34 38 processes: 1 running, 35 sleeping, 2 zombie Cpu states: % user, % nice, % system, % interrupt, % idle Mem: 18M Active, 5652K Inact, 3388K Wired, 2244K Cache, 3454K Buf, 660K Free Swap: 102M Total, 11M Used, 92M Free, 11% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 158 root 2 0 3892K 7140K select 0:14 2.25% 2.25% Xaccel 216 mark 2 0 1836K 4228K select 0:04 0.19% 0.19% dtmail 219 mark 18 0 632K 352K pause 0:00 1.56% 0.08% tcsh 208 mark 2 0 1476K 3240K select 0:05 0.04% 0.04% dtwm 210 mark 2 0 564K 1744K select 0:01 0.04% 0.04% dtterm 254 mark 41 0 396K 760K RUN 0:00 0.00% 0.00% top-2.1.5-RELE 99 root 18 0 268K 124K pause 0:00 0.00% 0.00% cron 196 mark 18 0 584K 0K pause 0:00 0.00% 0.00% 21 root 18 0 216K 0K pause 0:00 0.00% 0.00% 1 root 10 0 364K 68K wait 0:00 0.00% 0.00% init 180 mark 10 0 616K 0K wait 0:00 0.00% 0.00% 168 root 10 0 360K 0K wait 0:00 0.00% 0.00% 88 root 10 0 224K 0K nfsidl 0:00 0.00% 0.00% 85 root 10 0 224K 0K nfsidl 0:00 0.00% 0.00% 86 root 10 0 224K 0K nfsidl 0:00 0.00% 0.00% 87 root 10 0 224K 0K nfsidl 0:00 0.00% 0.00% 220 mark 4 0 408K 0K ttywri 0:00 0.00% 0.00% 156 root 3 0 156K 0K ttyin 0:00 0.00% 0.00% 155 root 3 0 156K 0K ttyin 0:00 0.00% 0.00% 209 mark 2 0 1664K 3964K select 0:02 0.00% 0.00% dtfile Regards/Mark