System Grab Bag

View all TLDR pages from Linux (or from all pages)

smem

Print memory usage for programs. More information: https://manned.org/smem.
  • Print memory usage for current processes:
    smem
  • Print memory usage for current processes for a every user on a system:
    smem --users
  • Print memory usage for current processes for a specified user:
    smem --userfilter {{username}}
  • Print system memory information:
    smem --system

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.