Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!sdd.hp.com!caen!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 Keywords: load average Message-ID: <501157c1.1bc5b@pisa.citi.umich.edu> Date: 27 Feb 91 17:10:37 GMT References: <1991Feb27.042254.14588@bwdls61.bnr.ca> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 18 In article <1991Feb27.042254.14588@bwdls61.bnr.ca>, tonyf@bnr.ca (Tony Farrow) writes: I have a program which needs to determine the current load average on the system similiar to that which is returned by uptime. Does anyone have any code or ideas to which they could point me ? #include getla() { long avenrun[3]; status_$t status; proc1_$get_loadav(avenrun, &status); } I've added this to the FAQ file.