1H5STAT:(1) User Commands H5STAT:(1)
2
3
4
6 h5stat: - Reports statistics regarding an HDF5 file and the objects in
7 the file.
8
10 h5stat [OPTIONS] file
11
13 OPTIONS
14
15 -h, --help
16 Print a usage message and exit
17
18 -V, --version
19 Print version number and exit
20
21 -f, --file
22 Print file information
23
24 -F, --filemetadata
25 Print file space information for file's metadata
26
27 -g, --group
28 Print group information
29
30 -G, --groupmetadata
31 Print file space information for groups' metadata
32
33 -d, --dset
34 Print dataset information
35
36 -D, --dsetmetadata
37 Print file space information for datasets' metadata
38
39 -T, --dtypemetadata
40 Print datasets' datatype metadata
41
42 -A, --attribute
43 Print attribute information
44
46 The full documentation for h5stat: is maintained as a Texinfo manual.
47 If the info and h5stat: programs are properly installed at your site,
48 the command
49
50 info h5stat:
51
52 should give you access to the complete manual.
53
54
55
56h5stat: Version 1.8.7 August 2011 H5STAT:(1)