Page tree

 

JAVA

FORTRAN

C++

C

 

Link

h5stat

Reports statistics about an HDF5 file and its objects

Syntax:
h5stat [OPTIONS] file

Description:
h5stat reports selected statistics regarding an HDF5 file and the objects in that file.

Options and Parameters:
-h   or   --helpPrint a usage message and exit.
-V   or   --versionPrint version of HDF5 and exit.
-f   or   --filePrint file information.
-F   or   --filemetadataPrint file space information for file metadata.
-g   or   --groupPrint group information.
-l N   or   --links=NSet the threshold for the number of links when printing information for small groups. 
N is an integer greater than 0. The default threshold is 10.
-G   or   --groupmetadata   Print file space information for group metadata.
-d   or   --dsetPrint dataset information.
-m N   or   --dims=NSet the threshold for the dimension sizes when printing information for small datasets. 
N is an integer greater than 0. The default threshold is 10.
-D   or   --dsetmetadataPrint file space information for dataset metadata.
-T   or   --dtypemetadataPrint dataset datatype information.
-A   or   --attributePrint attribute information.
-a N   or   --numattrs=NSet the threshold for the number of of attributes when printing information for small numbers of attributes. 
N is an integer greater than 0. The default threshold is 10.
-s   or   --freespacePrint free space information.
-S   or   --summaryPrint summary of file space information.

Exit Status:
0Succeeded.
> 0    An error occurred.

History:
Release    Change
1.10.1When printing file space information via the -S option, the file space page size is included.
1.10.0Option added in this release: 
     -s, --freespace
1.8.12Options added in this release: 
     -l N,   --links=N 
     -m N,   --dims=N 
     -a N,   --numattrs=N
1.8.9Option added in this release: 
     -S,   --summary
1.8.0Tool introduced in this release.

--- Last Modified: August 28, 2019 | 08:46 AM