pavement

Iotop

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(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 06: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 
Personal tools