Re: show total memory used / allocated by a program

2017-03-18 Thread Otto Moerbeek
On Sat, Mar 18, 2017 at 07:15:29PM +0100, David Lowe wrote: > On 2017-03-18 09:28, Otto Moerbeek wrote: > > On Fri, Mar 17, 2017 at 01:04:29PM +0200, Mihai Popescu wrote: > > > > > Hello, > > > > > > I am using top to show running programs activity on an OpenBSD system. > > > > > > Is there ano

Re: show total memory used / allocated by a program

2017-03-18 Thread David Lowe
On 2017-03-18 09:28, Otto Moerbeek wrote: On Fri, Mar 17, 2017 at 01:04:29PM +0200, Mihai Popescu wrote: Hello, I am using top to show running programs activity on an OpenBSD system. Is there another better command to show in detail the memory used by programs? My system has 8GB physical R

Re: show total memory used / allocated by a program

2017-03-18 Thread Otto Moerbeek
On Sat, Mar 18, 2017 at 09:46:54AM +0200, Panagiotis Atmatzidis wrote: > > On 18 Mar 2017, at 09:38, Flipchan wrote: > > > > I recommend htop > > +1 for ???htop??? here is a nice explanation of each field: > https://peteris.rocks/blog/htop/ I have some reserv

Re: show total memory used / allocated by a program

2017-03-18 Thread Otto Moerbeek
On Fri, Mar 17, 2017 at 01:04:29PM +0200, Mihai Popescu wrote: > Hello, > > I am using top to show running programs activity on an OpenBSD system. > > Is there another better command to show in detail the memory used by programs? > > My system has 8GB physical RAM. Looking at this, can someone

Re: show total memory used / allocated by a program

2017-03-18 Thread Panagiotis Atmatzidis
> On 18 Mar 2017, at 09:38, Flipchan wrote: > > I recommend htop +1 for “htop” here is a nice explanation of each field: https://peteris.rocks/blog/htop/ -- Panagiotis (atmosx) Atmatzidis email: a...@convalesco.org URL:http://www.convalesco.org GnuPG

Re: show total memory used / allocated by a program

2017-03-18 Thread Flipchan
I recommend htop Mihai Popescu skrev: (17 mars 2017 12:04:29 CET) >Hello, > >I am using top to show running programs activity on an OpenBSD system. > >Is there another better command to show in detail the memory used by >programs? > >My system has 8GB physical RAM. Looking at this, can someone te

Re: show total memory used / allocated by a program

2017-03-17 Thread Abel Abraham Camarillo Ojeda
You could also use time(1), the command, not the shell built-in: $ env time -l echo 0.00 real 0.01 user 0.00 sys 552 maximum resident set size 0 average shared memory size 0 average unshared data size 0 average unshared stack size

Re: show total memory used / allocated by a program

2017-03-17 Thread Manuel Solis
Hello again!! Yes, indeed systat and vmstat are a good options too. Mihai Popescu, Please try one of these examples and see if they show you the information you are looking for: suggestion1: $ top |head -n5| tail -n1 suggestion2: $ vmstat -s|more suggestion3: $ vmstat -m|more suggestion4:

Re: show total memory used / allocated by a program

2017-03-17 Thread Edgar Pettijohn
. > On Mar 17, 2017, at 9:21 AM, Manuel Solis wrote: > > Hello, > >> El 17/03/2017, a las 05:04, Mihai Popescu escribió: >> >> Hello, >> >> I am using top to show running programs activity on an OpenBSD system. >> >> Is there another better command to show in detail the memory used by > programs

Re: show total memory used / allocated by a program

2017-03-17 Thread Manuel Solis
Hello, > El 17/03/2017, a las 05:04, Mihai Popescu escribió: > > Hello, > > I am using top to show running programs activity on an OpenBSD system. > > Is there another better command to show in detail the memory used by programs? Top is really a good command, you should see de man page for more

show total memory used / allocated by a program

2017-03-17 Thread Mihai Popescu
Hello, I am using top to show running programs activity on an OpenBSD system. Is there another better command to show in detail the memory used by programs? My system has 8GB physical RAM. Looking at this, can someone tell me if OpenBSD uses the "swap memory" model used by other OSes, basically