Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpcc05!hpyhde4!hpycla!hpcuhc!mck From: mck@hpcuhc.cup.hp.com (Doug McKenzie) Newsgroups: comp.sys.hp Subject: Re: SZ field in ps Message-ID: <530037@hpcuhc.cup.hp.com> Date: 16 May 91 01:04:58 GMT References: <418@aplcomm.JHUAPL.EDU> Organization: Hewlett Packard, Cupertino Lines: 18 > Does anyone know the (REAL) size of the blocks referred to by the ps command? > The man page just says blocks, the HPSL says 512 bytes, at least two other > manuals (SA Tasks and SA Concepts) say 2048 bytes. I guess if it refers to disk > blocks, then it _could_ vary, depending on machine, OS, etc. We're running > HP-UX 7.0 on a 9000 835S. Thanx... For the S800, SZ is in 512 byte blocks. SZ adds the incore text size, data size and stack size, which are held in the kernel as pages, then it's multiplied by bytes-per-page to get bytes, then it's divided by 512 to get 512 byte blocks. There are a variety of block sizes, aren't there :-? Doug McKenzie HP S800/HP-UX Support mck@cup.hp.com Speaking only for myself, etc.