diff options
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. |