SEARCH
TOOLBOX
LANGUAGES
Computers-freebsd-helpful

Computers-freebsd-helpful

From Hugme.org

Jump to: navigation, search
  1. sysctl hw.model # CPU model
  2. sysctl hw # Gives a lot of hardware information
  3. sysctl vm # Memory usage
  4. dmesg | grep "real mem" # Hardware memory
  5. sysctl -a | grep mem # Kernel memory settings and info
  6. sysctl dev # Configured devices
  7. pciconf -l -cv # Show PCI devices
  8. usbdevs -v # Show USB devices
  9. atacontrol list # Show ATA devices
  10. camcontrol devlist -v # Show SCSI devices