snippetbashTip
lsmem — List the characteristics of the system's memory, including size and type of memory modules. More inf
Viewed 0 times
thecommandcharacteristicsclilsmemlistsystem
linux
Problem
How to use the
lsmem command: List the characteristics of the system's memory, including size and type of memory modules. More information: <https://manned.org/lsmem>.Solution
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:
lsmemList memory information in JSON format:
lsmem {{[-J|--json]}}List memory information with size in bytes:
lsmem {{[-b|--bytes]}}Code Snippets
List memory information
lsmemList memory information in JSON format
lsmem {{[-J|--json]}}List memory information with size in bytes
lsmem {{[-b|--bytes]}}Context
tldr-pages: linux/lsmem
Revisions (0)
No revisions yet.