memstat: add new recipe
authorJackie Huang <jackie.huang@windriver.com>
Tue, 15 Jul 2014 09:50:03 +0000 (05:50 -0400)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:39:48 +0000 (08:39 -0800)
commitf4494da1fdd5d2f05f05074068573617a1fdfc9e
treea97603e36ba8665beb339e0b0f4e50203d866796
parent57c8369d24c9eacd04d95ae3550db0196830f86e
memstat: add new recipe

memstat is a small proc-based utility designed to help the
system administrator figure out what's consuming memory.
Like ps, it lists all the processes, and how much private
memory each is using. Unlike ps, it also lists all the shared
objects (shared libraries and executables) that are in memory,
and which processes are using those shared objects.

(From meta-openembedded rev: 717fe1ff766f71f18a2d80f23baec39fb79117e2)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/memstat/memstat_1.0.bb [new file with mode: 0644]