사내 VMware 테스트 서버를위한 새로운 RAM 가격을 책정하고 싶습니다. 비즈니스 VM에서 소프트웨어를 테스트하고 실행하는 데 사용하는 소비자 상자입니다. 나는 어떤 종류의 RAM이 있는지 잊어 버렸고 RAM의 사양을 얻기 위해 기계를 재부팅하지 않고 memtest86 +를 실행하지 않았습니다. 리눅스를 종료하고 모든 사람을 쫓아 내지 않고 어떤 종류의 RAM을 구입할 수 있는지 알 수있는 방법이 있습니까? EG는 어딘가에있는 정보 /proc
입니까?
답변
(루트로) 실행 해 볼 수 dmidecode -t memory
있습니다. 나는 lshw
그것이 다른 답변에서 설명한대로 사용 하는 것이라고 생각 하지만 다른 형태의 정보를 lshw
제공하며 모든 Linux 배포판에서 사용할 수있는 것은 아닙니다. 또한 제 경우에는 dmidecode가 Dell 지원 웹 사이트에 연결하는 데 유용한 자산 번호를 생성합니다.
답변
다음은 lshw -c memory
( root )가 제공하는 것입니다.
*-firmware
description: BIOS
vendor: Acer
physical id: 0
version: V1.41 (01/07/08)
size: 113KiB
capacity: 960KiB
capabilities: isa pci pcmcia pnp upgrade shadowing escd cdboot acpi usb agp biosbootspecification
*-cache:0
description: L1 cache
physical id: 5
slot: L1 Cache
size: 64KiB
capacity: 64KiB
capabilities: asynchronous internal write-back
*-cache:1
description: L2 cache
physical id: 6
slot: L2 Cache
size: 4MiB
capacity: 4MiB
capabilities: burst internal write-back
*-memory
description: System Memory
physical id: 16
slot: System board or motherboard
size: 4GiB
*-bank:0
description: SODIMM DDR2 Synchronous 667 MHz (1.5 ns)
product: SODIMM000
vendor: Mfg 0
physical id: 0
serial: 1234-B0
slot: M1
size: 2GiB
width: 64 bits
clock: 667MHz (1.5ns)
*-bank:1
description: SODIMM DDR2 Synchronous 667 MHz (1.5 ns)
product: SODIMM001
vendor: Mfg 1
physical id: 1
serial: 1234-B1
slot: M2
size: 2GiB
width: 64 bits
clock: 667MHz (1.5ns)
당신이 찾고있는 것은 ” 시스템 메모리 “입니다.