HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lsmem — List the characteristics of the system's memory, including size and type of memory modules. More inf

Submitted by: @import:tldr-pages··
0
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:
lsmem


List memory information in JSON format:
lsmem {{[-J|--json]}}


List memory information with size in bytes:
lsmem {{[-b|--bytes]}}

Code Snippets

List memory information

lsmem

List 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.