sysdep_SOLARIS.c File Reference

System dependent resource gathering code for SOLARIS. More...

Go to the source code of this file.

Functions

int init_process_info_sysdep (void)
double timestruc_to_tseconds (timestruc_t t)
int get_process_info_sysdep (ProcInfo_T p)


Detailed Description

System dependent resource gathering code for SOLARIS.

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

Definition in file sysdep_SOLARIS.c.


Function Documentation

int get_process_info_sysdep ProcInfo_T    p
 

Definition at line 85 of file sysdep_SOLARIS.c.

References myprocinfo::cputime, myprocinfo::cputime_prev, myprocinfo::mem_kbyte, myprocinfo::mem_percent, myprocinfo::pid, PROCESS_ZOMBIE, read_proc_file(), myprocinfo::status_flag, myprocinfo::time_prev, and timestruc_to_tseconds().

Referenced by get_process_info().

int init_process_info_sysdep void   
 

Definition at line 73 of file sysdep_SOLARIS.c.

Referenced by init_process_info().

double timestruc_to_tseconds timestruc_t    t
 

Definition at line 81 of file sysdep_SOLARIS.c.

Referenced by get_process_info_sysdep().