En linux , podemos verificar las características de la memoria RAM, no solo el tamaño sino también la velocidad y el slot que ocupa en nuestro board.
Para ello hacemos uso del comando lshw seguido de una serie de opciones.
Si no lo tienes instalado en tu linux, procedes a instalarlo de la siguiente forma. La instalación aquí descrita es en un Centos 7.
┌─[11:31:06] [localhost ~] └─> ¯\_(ツ)_/¯ sudo yum install lshw Complementos cargados:fastestmirror, langpacks centos-sclo-rh | 3.0 kB 00:00:00 centos-sclo-sclo | 2.9 kB 00:00:00 Loading mirror speeds from cached hostfile * base: mirror.unimagdalena.edu.co * epel: mirror.espoch.edu.ec * extras: mirror.unimagdalena.edu.co * nux-dextop: mirror.li.nux.ro * updates: mirror.unimagdalena.edu.co * webtatic: us-east.repo.webtatic.com Resolviendo dependencias --> Ejecutando prueba de transacción ---> Paquete lshw.x86_64 0:B.02.18-7.el7 debe ser instalado --> Resolución de dependencias finalizada Dependencias resueltas =============================================================================================================== Package Arquitectura Versión Repositorio Tamaño =============================================================================================================== Instalando: lshw x86_64 B.02.18-7.el7 base 321 k Resumen de la transacción =============================================================================================================== Instalar 1 Paquete Tamaño total de la descarga: 321 k Tamaño instalado: 937 k Is this ok [y/d/N]: y Downloading packages: lshw-B.02.18-7.el7.x86_64.rpm | 321 kB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Instalando : lshw-B.02.18-7.el7.x86_64 1/1 Comprobando : lshw-B.02.18-7.el7.x86_64 1/1 Instalado: lshw.x86_64 0:B.02.18-7.el7 ¡Listo!
Una vez instalado el programa, procedemos a ejecutar el comando de la siguiente forma …
┌─[11:31:42] [localhost ~] └─> ¯\_(ツ)_/¯ sudo lshw -class memory *-firmware description: BIOS vendor: Dell Inc. physical id: 0 version: A07 date: 11/18/2010 size: 64KiB capacity: 960KiB capabilities: pci upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification *-cache:0 description: L1 cache physical id: 5 slot: L1-Cache size: 32KiB capacity: 32KiB capabilities: internal write-back unified configuration: level=1 *-cache:1 description: L2 cache physical id: 6 slot: L2-Cache size: 512KiB capacity: 512KiB capabilities: internal varies unified configuration: level=2 *-cache:2 description: L3 cache physical id: 7 slot: L3-Cache size: 3MiB capacity: 3MiB capabilities: internal varies unified configuration: level=3 *-memory description: System Memory physical id: 19 slot: System board or motherboard size: 8GiB *-bank:0 description: SODIMM DDR3 Synchronous 1067 MHz (0,9 ns) product: ACR512X64D3S16C11G vendor: Kinston physical id: 0 serial: E42C89C8 slot: DIMM_A size: 4GiB width: 64 bits clock: 1067MHz (0.9ns) *-bank:1 description: SODIMM DDR3 Synchronous 1067 MHz (0,9 ns) product: HMT351S6BFR8C-H9 vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 1 serial: 1A299961 slot: DIMM_B size: 4GiB width: 64 bits clock: 1067MHz (0.9ns)
Saludos…
Sin respuestas