Yongbok Blog

FreeBSD – 시스템 정보 보기

– 커널

[root@yongbok ~]# uname -a
FreeBSD yongbok.net 8.0-STABLE FreeBSD 8.0-STABLE #5: Mon Mar 15 12:32:19 KST 2010     root@yongbok.net:/usr/obj/usr/src/sys/ruo91  i386

– CPU

[root@yongbok ~]# cat /var/run/dmesg.boot | grep CPU
CPU: Intel(R) Celeron(R) CPU 2.00GHz (1993.55-MHz 686-class CPU)
cpu0: <ACPI CPU> on acpi0
p4tcc0: <CPU Frequency Thermal Control> on cpu0

– CPU 갯수

[root@yongbok ~]# sysctl -a | grep hw.ncpu
hw.ncpu: 1

– Memory

[root@yongbok ~]# cat /var/run/dmesg.boot | grep memory
real memory  = 1073741824 (1024 MB)
avail memory = 1036947456 (988 MB)
agp0: detected 892k stolen memory

– PCI

[root@yongbok ~]# pciconf -vl
hostb0@pci0:0:0:0:      card=0xb01d144d chip=0x25608086 rev=0x03 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘DRAM Controller / Host-Hub I/F Bridge (82845G/GL/GV/GE/PE)’
class      = bridge
subclass   = HOST-PCI
vgapci0@pci0:0:2:0:     card=0x6820144d chip=0x25628086 rev=0x03 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82845G/GL/GV/GE/PE Integrated Graphics Device’
class      = display
subclass   = VGA
uhci0@pci0:0:29:0:      card=0xb01d144d chip=0x24c28086 rev=0x02 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller *1’
class      = serial bus
subclass   = USB
uhci1@pci0:0:29:1:      card=0xb01d144d chip=0x24c48086 rev=0x02 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller *2’
class      = serial bus
subclass   = USB
uhci2@pci0:0:29:2:      card=0xb01d144d chip=0x24c78086 rev=0x02 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller *3’
class      = serial bus
subclass   = USB
ehci0@pci0:0:29:7:      card=0xb01d144d chip=0x24cd8086 rev=0x02 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller’
class      = serial bus
subclass   = USB
pcib1@pci0:0:30:0:      card=0x00000000 chip=0x244e8086 rev=0x82 hdr=0x01
vendor     = ‘Intel Corporation’
device     = ‘82801 Family (ICH2/3/4/5/6/7/8/9,63xxESB) Hub Interface to PCI Bridge’
class      = bridge
subclass   = PCI-PCI
isab0@pci0:0:31:0:      card=0x00000000 chip=0x24c08086 rev=0x02 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge’
class      = bridge
subclass   = PCI-ISA
atapci0@pci0:0:31:1:    card=0xb01d144d chip=0x24cb8086 rev=0x02 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller’
class      = mass storage
subclass   = ATA
none0@pci0:0:31:3:      card=0xb01d144d chip=0x24c38086 rev=0x02 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller’
class      = serial bus
subclass   = SMBus
rl0@pci0:2:0:0: card=0x813910ec chip=0x813910ec rev=0x10 hdr=0x00
vendor     = ‘Realtek Semiconductor’
device     = ‘Realtek RTL8139 Family PCI Fast Ethernet NIC (RTL-8139/8139C/8139C)’
class      = network
subclass   = ethernet
rl1@pci0:2:1:0: card=0x813910ec chip=0x813910ec rev=0x10 hdr=0x00
vendor     = ‘Realtek Semiconductor’
device     = ‘Realtek RTL8139 Family PCI Fast Ethernet NIC (RTL-8139/8139C/8139C)’
class      = network
subclass   = ethernet
fxp0@pci0:2:8:0:        card=0xb01d144d chip=0x10398086 rev=0x82 hdr=0x00
vendor     = ‘Intel Corporation’
device     = ‘82801DB/DBL (ICH4/ICH4-L) PRO/100 VE Network Connection’
class      = network
subclass   = ethernet

Exit mobile version