Computers-freebsd-helpful
From Hugme.org
- sysctl hw.model # CPU model
- sysctl hw # Gives a lot of hardware information
- sysctl vm # Memory usage
- dmesg | grep "real mem" # Hardware memory
- sysctl -a | grep mem # Kernel memory settings and info
- sysctl dev # Configured devices
- pciconf -l -cv # Show PCI devices
- usbdevs -v # Show USB devices
- atacontrol list # Show ATA devices
- camcontrol devlist -v # Show SCSI devices