mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:22:09 +02:00
20 lines
386 B
Markdown
Executable file
20 lines
386 B
Markdown
Executable file
# 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`
|