sysdep_HPUX.c File Reference

System dependent resource gathering code for HP/UX. More...

Go to the source code of this file.

Defines

#define _RUSAGE_EXTENDED

Functions

int init_process_info_sysdep (void)
int get_process_info_sysdep (ProcInfo_T p)
int getloadavg (double *a, int na)


Detailed Description

System dependent resource gathering code for HP/UX.

Author:
Jan-Henrik Haukeland, <hauk@tildeslash.com> , Christian Hopp <chopp@iei.tu-clausthal.de> , Joe Bryant <JBryant@RiteAid.com>
Version:
$Id: sysdep_HPUX.c,v 1.2 2003/02/11 21:27:40 martinp Exp $

Definition in file sysdep_HPUX.c.


Define Documentation

#define _RUSAGE_EXTENDED
 

Definition at line 58 of file sysdep_HPUX.c.


Function Documentation

int get_process_info_sysdep ProcInfo_T    p
 

Definition at line 94 of file sysdep_HPUX.c.

References myprocinfo::cputime, myprocinfo::cputime_prev, myprocinfo::pid, PROCESS_ZOMBIE, myprocinfo::status_flag, and myprocinfo::time_prev.

int getloadavg double *    a,
int    na
 

Definition at line 148 of file sysdep_HPUX.c.

Referenced by update_loadavg().

int init_process_info_sysdep void   
 

Definition at line 77 of file sysdep_HPUX.c.