How do I monitor capacity and reads of zfs storage pools in solaris?



  • # zpool iostat -v <pool_name> 3
    
    # zpool iostat -v test_pool 3
                   capacity     operations    bandwidth
    pool         used  avail   read  write   read  write
    ----------  -----  -----  -----  -----  -----  -----
    test_pool    162K  1.98G      0      0     20    289
      c2t2d0     162K  1.98G      0      0     20    289
    ----------  -----  -----  -----  -----  -----  -----
    
                   capacity     operations    bandwidth
    pool         used  avail   read  write   read  write
    ----------  -----  -----  -----  -----  -----  -----
    test_pool    162K  1.98G      0      0      0      0
      c2t2d0     162K  1.98G      0      0      0      0
    ----------  -----  -----  -----  -----  -----  -----
    
                   capacity     operations    bandwidth
    pool         used  avail   read  write   read  write
    ----------  -----  -----  -----  -----  -----  -----
    test_pool    162K  1.98G      0      0      0      0
      c2t2d0     162K  1.98G      0      0      0      0
    ----------  -----  -----  -----  -----  -----  -----
    
                   capacity     operations    bandwidth
    pool         used  avail   read  write   read  write
    ----------  -----  -----  -----  -----  -----  -----
    test_pool    162K  1.98G      0      0      0      0
      c2t2d0     162K  1.98G      0      0      0      0
    ----------  -----  -----  -----  -----  -----  -----
    


© Lightnetics 2024