[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Arbeitsspeicher auflisten





Le 19/03/2021 à 05:31, sp007@caiway.net a écrit :
On Wed, 17 Mar 2021 19:47:37 +0100
Klaus Becker <colonius47@gmail.com> wrote:

Moin,

ich möchte wissen, welchen Typ Arbeitsspeicher mein Rechner hat, also
z. B. DDR3 oder DDR4.

Ich habe kein Tool dazu gefunden, auch nicht hwinfo, alle geben nur
an, wieviel Ram ich habe und wieviel davon verfügbar ist.

Auch im Web habe nichts gefunden.

Geht das überhaupt oder muss ich den Rechner aufmachen?

Gruß

Klaus


was sagt:

sudo lshw -short| grep memory
?

[
ev. sudo apt install lshw
]

bei mir gibt es:

sudo lshw -short | grep memory | awk '{$1=$2=""; print $0}'
   64KiB BIOS
   32GiB System Memory
   8GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 3000 MHz (0.3 ns)
   8GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 3000 MHz (0.3 ns)
   8GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 3000 MHz (0.3 ns)
   8GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 3000 MHz (0.3 ns)
   768KiB L1 cache
   4MiB L2 cache
   16MiB L3 cache

Gruß


# lshw -short | grep memory | awk '{$1=$2=""; print $0}'
  128KiB BIOS
  128KiB L1 cache
  512KiB L3 cache
  128KiB L1 cache
  8GiB Mémoire Système
4GiB DIMMProject-Id-Version: @(#) $Id: fr.po 2151 2010-03-15 20:26:20Z lyonel $Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2009-10-08 14:06+0100Last-Translator: Lyonel Vincent <lyonel@ezix.org>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bit 1066 MHz (0,9 ns) DIMMProject-Id-Version: @(#) $Id: fr.po 2151 2010-03-15 20:26:20Z lyonel $Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2009-10-08 14:06+0100Last-Translator: Lyonel Vincent <lyonel@ezix.org>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bit 1066 MHz (0,9 ns) [vide] 2GiB DIMMProject-Id-Version: @(#) $Id: fr.po 2151 2010-03-15 20:26:20Z lyonel $Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2009-10-08 14:06+0100Last-Translator: Lyonel Vincent <lyonel@ezix.org>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bit 1066 MHz (0,9 ns) 2GiB DIMMProject-Id-Version: @(#) $Id: fr.po 2151 2010-03-15 20:26:20Z lyonel $Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2009-10-08 14:06+0100Last-Translator: Lyonel Vincent <lyonel@ezix.org>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bit 1066 MHz (0,9 ns)

Klaus


Reply to: