Files
cheatsheet-tldr/tldr/linux/smem

26 lines
478 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`