smem: add page (#8163)
This commit is contained in:
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`
|
Reference in New Issue
Block a user