diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2007-07-27 17:36:36 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2007-07-27 17:36:36 (GMT) |
commit | d65d8084ff8068befb28251c9dbf62ded4f24f5c (patch) | |
tree | 47d845473d9a46b68725f46e70e022cab6c391bb /tools/h5stat/testfiles/h5stat_tsohm.ddl | |
parent | 4a5b97b930b69cd9b9897ca4698c26f9ca0dc203 (diff) | |
download | hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.zip hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.tar.gz hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.tar.bz2 |
[svn-r14023] Purpose:
reorganization.
Description:
move the h5stat tool into its own directory.
Platform tested:
kagiso.
Diffstat (limited to 'tools/h5stat/testfiles/h5stat_tsohm.ddl')
-rw-r--r-- | tools/h5stat/testfiles/h5stat_tsohm.ddl | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/tools/h5stat/testfiles/h5stat_tsohm.ddl b/tools/h5stat/testfiles/h5stat_tsohm.ddl new file mode 100644 index 0000000..572965e --- /dev/null +++ b/tools/h5stat/testfiles/h5stat_tsohm.ddl @@ -0,0 +1,72 @@ +############################# +Expected output for 'h5stat h5stat_tsohm.h5' +############################# +Filename: h5stat_tsohm.h5 +File information + # of unique groups: 1 + # of unique datasets: 2 + # of unique named dataypes: 0 + # of unique links: 0 + # of unique other: 0 + Max. # of links to object: 1 + Max. depth of hierarchy: 0 + Max. # of objects in group: 2 +Object header size: (total/unused) + Groups: 51/2 + Datasets: 568/358 +Storage information: + Groups: + B-tree/List: 872 + Heap: 120 + Attributes: + B-tree/List: 0 + Heap: 0 + Chunked datasets: + B-tree: 0 + Shared Messages: + Header: 38 + B-tree/List: 550 + Heap: 1316 + Superblock extension: 40 +Small groups: + # of groups of size 2: 1 + Total # of small groups: 1 +Group bins: + # of groups of size 1 - 9: 1 + Total # of groups: 1 +Dataset dimension information: + Max. rank of datasets: 2 + Dataset ranks: + # of dataset with rank 2: 2 +1-D Dataset information: + Max. dimension size of 1-D datasets: 0 + Small 1-D datasets: + Total small datasets: 0 +Dataset storage information: + Total raw data size: 0 +Dataset layout information: + Dataset layout counts[COMPACT]: 0 + Dataset layout counts[CONTIG]: 0 + Dataset layout counts[CHUNKED]: 2 + Number of external files : 0 +Dataset filters information: + Number of datasets with: + NO filter: 2 + GZIP filter: 0 + SHUFFLE filter: 0 + FLETCHER32 filter: 0 + SZIP filter: 0 + NBIT filter: 0 + SCALEOFFSET filter: 0 + USER-DEFINED filter: 0 +Dataset datatype information: + # of unique datatypes used by datasets: 1 + Dataset datatype #0: + Count (total/named) = (2/0) + Size (desc./elmt) = (14/4) + Total dataset datatype count: 2 +Small # of attributes: + Total # of objects with small # of attributes: 0 +Attribute bins: + Total # of objects with attributes: 0 + Max. # of attributes to objects: 0 |