mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 03:50:03 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/lsmem
Normal file
21
tldr/linux/lsmem
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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