สำหรับ freebsd ครับ
ดูรายละเอียด cpu => dmesg | grep CPU
ดูความร้อนของ pcu=> kldload coretemp (เป็นการโหลดโมดูลขึ้นมาใช้ครับ ให้สั่งครั้งเดียว)
=>sysctl -a | grep temper (คำสั่งดูความร้อน cpu ครับ)
ตัวอย่าง
sysctl -a | grep temper
dev.cpu.0.temperature: 44.0C
dev.cpu.1.temperature: 36.0C
dev.cpu.2.temperature: 36.0C
dev.cpu.3.temperature: 38.0C
ดูรายละเอียด hardwaredmesg (ผลลัพธ์ที่ได้จะยาวหน่อยครับ ถ้าดูแบบเลือกรายการ hardware ก็ dmesg | grep ตามด้วยชื่อ hardware เช่น dmesg | grep CPU)
ติดตั้งคำสั่ง free ใน freeebsd=> fetch
http://www.cyberciti.biz/files/scripts/freebsd-memory.pl.txt=> mv freebsd-memory.pl.txt /usr/local/bin/free
=> chmod +x /usr/local/bin/free
จากนั้นลองสั่ง free ดูครับ