The pool_info command can be used to display information about pools.
Using the pool_info command with the -i option displays the following basic information about the named pool(s): the pool name, the minor number, the device node alias, the capacity, whether or not the pool is being used, and the multipathing type.
Using the pool_info command with the -v (verbose) option displays complete information about the named pools, which adds subpool and device details to the output display.
Basic Display
| pool_info -i [PoolName] | 
Specifies the pool name(s) for which to display information. If no pool names are specified, all active pools are displayed.
Complete Display
| pool_info -v [PoolName] | 
Specifies the pool name(s) for which to display information. If no pool names are specified, all active pools are displayed.
This example displays basic information about all activated pools:
| pool_info -i | 
This example displays complete information about all activated pools:
| pool_info -v | 
This example displays complete information about pool0:
| pool_info -v pool0 |