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

Next revisionBoth sides next revision
unix:freebsd:quick_tips [2019/07/11 03:38] – external edit 127.0.0.1unix:freebsd:quick_tips [2019/09/21 22:44] rodolico
Line 18: Line 18:
  
 <code>top -m io -o total</code> <code>top -m io -o total</code>
 +
 +==== watch substitute ====
 +
 +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>
  
 ===== Package Management ===== ===== Package Management =====
unix/freebsd/quick_tips.txt · Last modified: 2023/11/23 01:03 by rodolico