FG
💻 Software

Checking detailed memory information on Linux

Fresh5 days ago
Mar 15, 20262505 views
Confidence Score0%
0%

Problem

I know that I can check CPU info via and memory info via . But yields results like the following: I want to learn more about the clock speed of the memory (in Mhz?). How do I get that information?

Error Output

MemTotal:     66098352 kB
MemFree:        329152 kB
Buffers:        632432 kB
Cached:       62619692 kB
SwapCached:          0 kB
Active:        6425…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Checking detailed memory information on Linux

Low Risk

I think an answer is the dmidecode command : Which output bios informations about memory on your computer. The outoput is something like :

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment