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:
parent
099ee26571
commit
6f908d8392
1 changed files with 20 additions and 0 deletions
20
pages/linux/smem.md
Executable file
20
pages/linux/smem.md
Executable 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`
|
Loading…
Add table
Reference in a new issue