mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
lsmem: add page (#18611)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# lsmem
|
||||
|
||||
> List the characteristics of the system's memory, including size and type of memory modules.
|
||||
> More information: <https://manned.org/lsmem>.
|
||||
|
||||
- List memory information:
|
||||
|
||||
`lsmem`
|
||||
|
||||
- List memory information in JSON format:
|
||||
|
||||
`lsmem {{[-J|--json]}}`
|
||||
|
||||
- List memory information with size in bytes:
|
||||
|
||||
`lsmem {{[-b|--bytes]}}`
|
||||
Reference in New Issue
Block a user