Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!umich!terminator!pisa.citi.umich.edu!rees From: rees@pisa.citi.umich.edu (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: SR10.3 source to determine load average Message-ID: <502129f1.1bc5b@pisa.citi.umich.edu> Date: 2 Mar 91 20:44:34 GMT References: <1991Feb27.042254.14588@bwdls61.bnr.ca> <501157c1.1bc5b@pisa.citi.umich.edu> <1165@nikhefh.nikhef.nl> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan ITD Lines: 13 In article <1165@nikhefh.nikhef.nl>, e07@nikhefh.nikhef.nl (Eric Wassenaar) writes: a. Values need yet to be properly scaled to get them in the usual format. I'm not sure there is a "usual format." SunOS returns the numbers in the same format as Domain/OS. Other systems seem to return doubles, if I'm to believe the sendmail sources. Yet another reason why reading /dev/kmem is a bad idea. Why are Unix folks so reluctant to add system calls? b. Unlike other apollo system calls, this one does not return a status. Right you are. I cribbed that code out of sendmail and didn't check it for accuracy.