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
Last revisionBoth sides next revision
unix:freebsd:quick_tips [2019/09/21 22:44] rodolicounix:freebsd:quick_tips [2023/11/23 01:02] 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>
 +
 +==== 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 ====
  
Line 23: Line 33:
 Under Linux, watch repeats a command over and over, so it is useful for monitoring long running processes. The FreeBSD command //cmdwatch// does the same thing, with the same flags. Under Linux, watch repeats a command over and over, so it is useful for monitoring long running processes. The FreeBSD command //cmdwatch// does the same thing, with the same flags.
  
-<code bash>cmdwatch zpool status</code>+<code bash>cmdwatch zpool iostat -v</code>
  
 ===== Package Management ===== ===== Package Management =====
unix/freebsd/quick_tips.txt · Last modified: 2023/11/23 01:03 by rodolico