diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-21 12:38:31 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-21 12:38:31 +0000 |
commit | 923e61ee5bda17dc158dad1cd13eb3948ee92752 (patch) | |
tree | 691a8708501ea858717c6c65736f00fa3132183c /package/memstat/Config.in | |
parent | 705ea6dee0b6aed671c17c375a1f5e8f6cf42d7c (diff) |
package/memstat: add memstat package
Memstat lists all the processes, executables, and shared
libraries that are using up virtual memory. It's helpful to
see how the shared memory is used and which 'old' libs are
loaded.
Diffstat (limited to 'package/memstat/Config.in')
-rw-r--r-- | package/memstat/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/memstat/Config.in b/package/memstat/Config.in new file mode 100644 index 000000000..ca34ea37b --- /dev/null +++ b/package/memstat/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_MEMSTAT + bool "memstat" + help + Memstat lists all the processes, executables, and shared + libraries that are using up virtual memory. It's helpful to + see how the shared memory is used and which 'old' libs are + loaded. |