Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Module information in Linux #67

Open
lfreist opened this issue Oct 30, 2023 · 1 comment
Open

Memory Module information in Linux #67

lfreist opened this issue Oct 30, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed linux Issues related do linux

Comments

@lfreist
Copy link
Owner

lfreist commented Oct 30, 2023

For Linux, only memory size, available and free memory is available.

TODO:
Add information for each memory module (DIMM) similar to windows.
Line to start with

@lfreist lfreist added help wanted Extra attention is needed good first issue Good for newcomers linux Issues related do linux labels Oct 30, 2023
@AurelienBaraquin
Copy link
Contributor

Hi, I just did some research about that but it seems like it's not possible to got all the informations we want without administrator right, the only thing I found is use :
lshw -C memory
that display a little bit of informations like what we want however there are a chance that we don't got all :

$ lshw -C memory
ATTENTION : ce programme devrait être lancé en tant que super-utilisateur.
  *-memory                  
       description: Mémoire système
       identifiant matériel: 0
       taille: 15GiB
  *-memory NON-RÉCLAMÉ
       description: RAM memory
       produit: Comet Lake PCH Shared SRAM
       fabricant: Intel Corporation
       identifiant matériel: 14.2
       information bus: pci@0000:00:14.2
       version: 00
       bits: 64 bits
       horloge: 33MHz (30.3ns)
       fonctionnalités: bus_master cap_list
       configuration : latency=0
       ressources : mémoireE/S:620-61f mémoireE/S:620-61f mémoire:6204104000-6204105fff mémoire:620410a000-620410afff
ATTENTION : les informations sont potentiellement incomplètes ou erronées, vous devriez lancer ce programme en tant que super-utilisateur.```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed linux Issues related do linux
Projects
None yet
Development

No branches or pull requests

2 participants