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 :

  • How To Install Cinnamon In Ubuntu 14.04
  • How To Install Mate Desktop In Ubuntu 14.04
  • Creating the first Windows Server 2003 Domain Controller in a domain
  • How To Install Ubuntu 13.10 Server
  • How to Install Nuvola Player in Ubuntu
  • How to establish Emerald in Ubuntu 13.10 & Linux Mint 16
  • How to Restoring iptables Automatically On Boot on Debian and Ubuntu
  • How to Compile FFMPEG with H.264 and LAME in Ubuntu And Debian
  • How to Install Linux on a Playstation 2
  • apt-fast: Improve apt-get Download Speed
  • Artikel terkait :