DevOps

Wednesday, 27 October 2010

ZFS pool iostatus

bash-3.00# zpool iostat -v pool1
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0     32    545
  c0d0s7     136K  1016M      0      0     32    545
----------  -----  -----  -----  -----  -----  -----

bash-3.00# zpool iostat -v pool1 1 10
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0     32    544
  c0d0s7     136K  1016M      0      0     32    544
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0      0      0
  c0d0s7     136K  1016M      0      0      0      0
----------  -----  -----  -----  -----  -----  -----

bash-3.00#

bash-3.00# zpool iostat  pool1 1 10
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
pool1        136K  1016M      0      0     31    534
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0
pool1        136K  1016M      0      0      0      0



1 comment: