How do I list specific storage pool statistics in solaris zfs?



  • # zpool list -o <property>,<property>
    
    # zpool list -o name,size
    NAME        SIZE
    rpool      11.9G
    test_pool  1.98G
    
    # zpool list -o name,capacity
    NAME         CAP
    rpool        62%
    test_pool     0%
    


© Lightnetics 2024