User Tools

Site Tools


unix:freebsd:quick_tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
unix:freebsd:quick_tips [2019/09/21 22:44] – [watch substitute] rodolicounix:freebsd:quick_tips [2023/11/23 01:03] (current) rodolico
Line 11: Line 11:
 egrep '(ad|cd|da)[0-9]' /var/run/dmesg.boot | sort egrep '(ad|cd|da)[0-9]' /var/run/dmesg.boot | sort
 </code> </code>
 +
 +Or, simply run
 +<code bash>geom disk list</code>
 +
 +==== List USB devices ====
 +
 +<code bash>usbconfig</code>
  
 ===== Monitoring ===== ===== Monitoring =====
 +
 +==== CPU Temperatures ====
 +
 +Following command will show you the temperature of each core of a processor
 +<code bash>sysctl -a | grep temperature | grep cpu</code>
 +
 ==== iotop substitute ==== ==== iotop substitute ====
  
unix/freebsd/quick_tips.1569123875.txt.gz · Last modified: 2019/09/21 22:44 by rodolico