1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:13:52 +02:00

smem: add page (#8163)

This commit is contained in:
CleanMachine1 2022-07-19 14:16:27 +00:00 committed by GitHub
parent 099ee26571
commit 6f908d8392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/linux/smem.md Executable file
View file

@ -0,0 +1,20 @@
# 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`