summaryrefslogtreecommitdiffstats
path: root/tools/misc/testfiles
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2007-07-13 21:17:44 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2007-07-13 21:17:44 (GMT)
commit7ff9aa3538d0ec7d1492ff79befe5f21afbf2b61 (patch)
tree509d99f9a878dd5d3899fe5143a0219b6597a5b3 /tools/misc/testfiles
parentd44b27ddcc66a8ed55f5069eabbf4c287ce1d99a (diff)
downloadhdf5-7ff9aa3538d0ec7d1492ff79befe5f21afbf2b61.zip
hdf5-7ff9aa3538d0ec7d1492ff79befe5f21afbf2b61.tar.gz
hdf5-7ff9aa3538d0ec7d1492ff79befe5f21afbf2b61.tar.bz2
[svn-r13979] purpose:
New feature. Description: Added routines to report on the amount of storage for: 1) 1.6 btree and heap storage info for groups 2) 1.8 btree, fractal heap storage info for groups, attributes and SOHM table 3) btree storage for chunked datasets 4) 1.8 superblock extension size. Platform tested: h5committested.
Diffstat (limited to 'tools/misc/testfiles')
-rw-r--r--tools/misc/testfiles/h5stat_newgrat.ddl74
-rw-r--r--tools/misc/testfiles/h5stat_newgrat.h5bin0 -> 72236 bytes
-rw-r--r--tools/misc/testfiles/h5stat_tsohm.ddl72
-rw-r--r--tools/misc/testfiles/h5stat_tsohm.h5bin0 -> 3603 bytes
4 files changed, 146 insertions, 0 deletions
diff --git a/tools/misc/testfiles/h5stat_newgrat.ddl b/tools/misc/testfiles/h5stat_newgrat.ddl
new file mode 100644
index 0000000..0cf8367
--- /dev/null
+++ b/tools/misc/testfiles/h5stat_newgrat.ddl
@@ -0,0 +1,74 @@
+#############################
+Expected output for 'h5stat h5stat_newgrat.h5'
+#############################
+Filename: h5stat_newgrat.h5
+File information
+ # of unique groups: 351
+ # of unique datasets: 1
+ # of unique named dataypes: 0
+ # of unique links: 0
+ # of unique other: 0
+ Max. # of links to object: 1
+ Max. depth of hierarchy: 1
+ Max. # of objects in group: 351
+Object header size: (total/unused)
+ Groups: 51597/32292
+ Datasets: 414/312
+Storage information:
+ Groups:
+ B-tree/List: 5158
+ Heap: 7643
+ Attributes:
+ B-tree/List: 2598
+ Heap: 4442
+ Chunked datasets:
+ B-tree: 0
+ Shared Messages:
+ Header: 0
+ B-tree/List: 0
+ Heap: 0
+ Superblock extension: 0
+Small groups:
+ # of groups of size 0: 350
+ Total # of small groups: 350
+Group bins:
+ # of groups of size 0: 350
+ # of groups of size 100 - 999: 1
+ Total # of groups: 351
+Dataset dimension information:
+ Max. rank of datasets: 0
+ Dataset ranks:
+ # of dataset with rank 0: 1
+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]: 1
+ Dataset layout counts[CHUNKED]: 0
+ Number of external files : 0
+Dataset filters information:
+ Number of datasets with
+ NO filter: 1
+ 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) = (1/0)
+ Size (desc./elmt) = (14/4)
+ Total dataset datatype count: 1
+Small # of attributes:
+ Total # of objects with small # of attributes: 0
+Attribute bins:
+ # of objects with 100 - 999 attributes: 1
+ Total # of objects with attributes: 1
+ Max. # of attributes to objects: 100
diff --git a/tools/misc/testfiles/h5stat_newgrat.h5 b/tools/misc/testfiles/h5stat_newgrat.h5
new file mode 100644
index 0000000..cab98bb
--- /dev/null
+++ b/tools/misc/testfiles/h5stat_newgrat.h5
Binary files differ
diff --git a/tools/misc/testfiles/h5stat_tsohm.ddl b/tools/misc/testfiles/h5stat_tsohm.ddl
new file mode 100644
index 0000000..cdca49a
--- /dev/null
+++ b/tools/misc/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
diff --git a/tools/misc/testfiles/h5stat_tsohm.h5 b/tools/misc/testfiles/h5stat_tsohm.h5
new file mode 100644
index 0000000..45ee36c
--- /dev/null
+++ b/tools/misc/testfiles/h5stat_tsohm.h5
Binary files differ