Path: utzoo!mnetor!uunet!lll-winken!lll-tis!mordor!sri-spam!gds From: gds@spam.istc.sri.com (Greg Skinner) Newsgroups: comp.sys.hp Subject: existence of getrusage(2) call Message-ID: <12480@sri-spam.istc.sri.com> Date: 7 May 88 01:07:27 GMT Sender: nobody@sri-spam.istc.sri.com Reply-To: gds@spam.istc.sri.com (Greg Skinner) Organization: SRI International Lines: 8 I'm working on an application that requires me to know how many IPC messages a Sun Unix RPC server has sent and received. I was using the getrusage(2) system call to do this. So far I have not found any references to the getrusage(2) system call in the HP-UX 6.0 documentation. I would like to know if this call is supported in this release, and if not, how I might go about getting this information (perhaps via reading /hp-ux or kmem)? --gregbo