Re: Patch wanted: VmRSS, VmSize and VmStk in /proc/pid/status

2014-05-19 Thread Scot Hetzel
On Sun, May 18, 2014 at 3:45 PM, Thierry Thomas thie...@freebsd.org wrote: Le mer 14 mai 14 à 10:03:34 +0200, Scot Hetzel swhet...@gmail.com écrivait : It's why I'm looking for help here: does somebody knows how the corresponding values of these Vm... can be found in FreeBSD? You

Re: Patch wanted: VmRSS, VmSize and VmStk in /proc/pid/status

2014-05-18 Thread Thierry Thomas
Le mer 14 mai 14 à 10:03:34 +0200, Scot Hetzel swhet...@gmail.com écrivait : It's why I'm looking for help here: does somebody knows how the corresponding values of these Vm... can be found in FreeBSD? You could try reading the source for linprocfs to see how it gets those values:

Re: Patch wanted: VmRSS, VmSize and VmStk in /proc/pid/status

2014-05-14 Thread Scot Hetzel
On Tue, May 13, 2014 at 3:01 PM, Thierry Thomas thie...@freebsd.org wrote: Le mar 13 mai 14 à 10:28:24 +0200, Scot Hetzel swhet...@gmail.com écrivait : It's why I'm looking for help here: does somebody knows how the corresponding values of these Vm... can be found in FreeBSD? You could

Re: Patch wanted: VmRSS, VmSize and VmStk in /proc/pid/status

2014-05-13 Thread Scot Hetzel
On Mon, May 12, 2014 at 4:35 PM, Thierry Thomas thie...@freebsd.org wrote: Hello, In the new versions of french/aster, there is this piece of Linux code: --- static char filename[80]; static char sbuf[1024]; char* S;

Re: Patch wanted: VmRSS, VmSize and VmStk in /proc/pid/status

2014-05-13 Thread Thierry Thomas
Le mar 13 mai 14 à 10:28:24 +0200, Scot Hetzel swhet...@gmail.com écrivait : It's why I'm looking for help here: does somebody knows how the corresponding values of these Vm... can be found in FreeBSD? You could try reading the source for linprocfs to see how it gets those values:

Patch wanted: VmRSS, VmSize and VmStk in /proc/pid/status

2014-05-12 Thread Thierry Thomas
Hello, In the new versions of french/aster, there is this piece of Linux code: --- static char filename[80]; static char sbuf[1024]; char* S; int fd, num_read; long lmem; pid_t numpro; pid_t getpid(void);