17 lines
329 B
Markdown
17 lines
329 B
Markdown
|
|
# 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]}}`
|