HP 3PAR OS 3.1.3 Command Line Interface Reference

The following example shows the allocated bitmap starting at 1MB mark of a volume, for a length
of 1GB:
cli% showvvmap -allocmap -start 1M -len 1G vv0
The following example shows the unshared bitmap between a snapshot and its parent:
cli% showvvmap -unsharedmap -p vv0 vv0.ro
The columns in the previous example are identified as follows:
Space. The type of the space (user (usr), snapshot data (snp), or snapshot administration
(adm) for which the region is being used followed by the ID of the region. The number to the
right of the space type are the chunklets for each space.
Start(MB). The offset from the beginning of the region, in MB.
Length(MB). The length, or size, of the region in MB.
LdId. The ID of the logical disk that contains the region.
LdName. The name of the logical disk that contains the region.
LdOff(MB). The offset from the beginning of the logical disk that contains the region, in MB.
NOTES
For this command, K=1024 bytes, M=1048576 bytes, and G=1073741824 bytes.
showvvmap 513