Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2011 18:13:14 +0000
From:      "Robert N. M. Watson" <rwatson@freebsd.org>
To:        Kostik Belousov <kostikbel@gmail.com>
Cc:        Mikolaj Golub <trociny@freebsd.org>, mdf@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r227873 - head/usr.bin/procstat
Message-ID:  <C534ED5C-3BB3-45C7-A18A-4C5FFA8D90B8@freebsd.org>
In-Reply-To: <20111126174808.GK50300@deviant.kiev.zoral.com.ua>
References:  <201111230734.pAN7YA78032998@svn.freebsd.org> <CAMBSHm9=kToWP8kmc5YqfMeAC%2BeX_677MPsVK5cqrNaHekSctA@mail.gmail.com> <86ipmaq9i4.fsf@in138.ua3> <86vcq6n8bu.fsf@kopusha.home.net> <20111126174808.GK50300@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

On 26 Nov 2011, at 17:48, Kostik Belousov wrote:

>> in138:~% procstat -x 2008
>>  PID COMM             AUXV             VALUE          =20
>> 2008 nginx            AT_PHDR          0x400040
>> 2008 nginx            AT_PHENT         56
>> 2008 nginx            AT_PHNUM         8
>> 2008 nginx            AT_PAGESZ        4096
>> 2008 nginx            AT_FLAGS         0
>> 2008 nginx            AT_ENTRY         0x40de00
>> 2008 nginx            AT_BASE          0x800689000
>> 2008 nginx            AT_EXECPATH      0x7fffffffefca
>> 2008 nginx            AT_OSRELDATE     1000001
>> 2008 nginx            AT_CANARY        0x7fffffffef8a
>> 2008 nginx            AT_CANARYLEN     64
>> 2008 nginx            AT_NCPUS         2
>> 2008 nginx            AT_PAGESIZES     0x7fffffffef72
>> 2008 nginx            AT_PAGESIZESLEN  24
>> 2008 nginx            AT_STACKPROT     VM_PROT_ALL
> I like this output much better. The only thing I am unsure of is
> the pretty-printing of AT_STACKPROT. Might be, change it to
> EXECUTABLE/NONEXECUTABLE printout.

On a related note, I wouldn't mind if we stripped AT_ and lower-cased =
the rest of the field name to make it slightly easier on the eyes. :-)

Robert=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C534ED5C-3BB3-45C7-A18A-4C5FFA8D90B8>