/[monit]/monit/process/sysdep_OPENBSD.c
ViewVC logotype

Diff of /monit/process/sysdep_OPENBSD.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by rory, Thu Aug 14 23:32:16 2003 UTC revision 1.6 by rory, Fri Aug 15 02:03:26 2003 UTC
# Line 213  int init_process_info_sysdep(void) { Line 213  int init_process_info_sysdep(void) {
213    
214    }    }
215    
216    mem_kbyte_max= vmm.freemin +    mem_kbyte_max= vmm.npages * vmm.pagesize * 1024;
     vmm.free + vmm.wired +  
     vmm.active + vmm.inactive;  
217    
218    return TRUE;    return TRUE;
219    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26