Blog Tentang Informasi Teknologi, Gadget, Komputer, Internet, Social Media Terupdate Dan Terlengkap.

Cara Cek Spesifikasi RAM Di Linux


Untuk mengetahui spesifikasi RAM di sistem operasi Linux, seperti Ubuntu, Linux Mint dan zorin os kita tidak perlu menggunakan atau menginstall aplikasi tambahan. cukup dengan menggunakan perintah di terminal Linux.

  1. Buka Terminal Linux.
  2. Copy dan paste kode dibawah ini ke terminal linux.
sudo lshw -class memory

atau

sudo lshw -short -C memory

Maka akan muncul informasi mengenai RAM pada Linux

*-memory
       description: System Memory
       physical id: 40
       slot: System board or motherboard
       size: 6GiB
     *-bank:0
          description: SODIMM DDR3 Synchronous 1333 MHz (0,8 ns)
          product: 99U5428-011.A01LF
          vendor: Kingston
          physical id: 0
          serial: 851B1451
          slot: ChannelA-DIMM0
          size: 2GiB
          width: 64 bits
          clock: 1333MHz (0.8ns)
     *-bank:1
          description: DIMM [empty]
          product: [Empty]
          vendor: [Empty]
          physical id: 1
          serial: [Empty]
          slot: ChannelA-DIMM1
     *-bank:2
          description: SODIMM DDR3 Synchronous 1333 MHz (0,8 ns)
          product: TSB16D3LS1KFG/4G
          vendor: Kingston
          physical id: 2
          serial: C72C1185
          slot: ChannelB-DIMM0
          size: 4GiB
          width: 64 bits
          clock: 1333MHz (0.8ns)
     *-bank:3
          description: DIMM [empty]
          product: [Empty]
          vendor: [Empty]
          physical id: 3
          serial: [Empty]
          slot: ChannelB-DIMM1
sudo lshw -short -C memory
H/W path         Device     Class          Description
======================================================
/0/0                        memory         64KiB BIOS
/0/4/5                      memory         32KiB L1 cache
/0/4/6                      memory         256KiB L2 cache
/0/4/7                      memory         3MiB L3 cache
/0/40                       memory         6GiB System Memory
/0/40/0                     memory         2GiB SODIMM DDR3 Synchronous 1333 MHz
/0/40/1                     memory         DIMM [empty]
/0/40/2                     memory         4GiB SODIMM DDR3 Synchronous 1333 MHz
/0/40/3                     memory         DIMM [empty]

Itulah cara cek RAM di linux tanpa aplikasi atau software tambahan.

Categories
Komputer Linux