Hardware Informations

# dmesg  ---------- Detected hardware and boot messages

# dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8 ----------
 Read BIOS

cat /proc/cpuinfo  ---------- CPU model / informations

# cat /proc/meminfo ---------- Hardware memory

# watch -n1 'cat /proc/interrupts'  ---------- Watch changeable interrupts continuously

# free -m  ---------- Used and free memory
# vmstat

# cat /proc/devices  ---------- Configured devices

# lspci    ---------- list all PCI devices, it shows Ethernet card manufacturer etc.

lsusb  ---------- list USB devices.

lshal  ---------- Show a list of all devices with their properties

# dmidecode  ---------- Show DMI/SMBIOS: hw info from the BIOS

sysctl vm   ---------- Memory usage

# sysctl  ---------- read/write system parameters, configure kernel parameters at runtime.

# sysctl -a | grep mem  ---------- Kernel memory settings and info

# sysctl dev  ---------- Configured devices


Terima kasih telah membaca artikel tentang Hardware Informations di blog Tutorial Opensource and Linux jika anda ingin menyebar luaskan artikel ini di mohon untuk mencantumkan link sebagai Sumbernya, dan bila artikel ini bermanfaat silakan bookmark halaman ini di web browser anda, dengan cara menekan Ctrl + D pada tombol keyboard anda.

Artikel terbaru :