Iotop
From FreeBSDwiki
		(Difference between revisions)
		
		
 (Created page with 'If you need to monitor processes by I/O instead of CPU, you might be used to "iotop" from Linux.  iotop does not exist on FreeBSD, but you can use top to do the same thing.  …')  | 
		|||
| Line 1: | Line 1: | ||
| − | If you need to monitor processes by I/O instead of CPU, you might be used to "iotop" from Linux.  iotop does not exist on FreeBSD, but you can use [[top]] to do the same thing.  | + | If you need to monitor processes by I/O instead of CPU, you might be used to "iotop" from Linux.  iotop does not exist on FreeBSD, but you can use FreeBSD's built-in version of [[top]] to do the same thing.  | 
  # '''top -m io -o total '''  |   # '''top -m io -o total '''  | ||
[[Category:Common Tasks]]  | [[Category:Common Tasks]]  | ||
Latest revision as of 05:19, 5 February 2010
If you need to monitor processes by I/O instead of CPU, you might be used to "iotop" from Linux. iotop does not exist on FreeBSD, but you can use FreeBSD's built-in version of top to do the same thing.
# top -m io -o total