blob: c2f6152d2f38e001b485e9e53ad445587afad7bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
#############################
Expected output for 'h5stat h5stat_newgrat.h5'
#############################
Filename: h5stat_newgrat.h5
File information
# of unique groups: 35001
# of unique datasets: 1
# of unique named datatypes: 0
# of unique links: 0
# of unique other: 0
Max. # of links to object: 1
Max. # of objects in group: 35001
File space information for file metadata (in bytes):
Superblock: 48
Superblock extension: 119
User block: 0
Object headers: (total/unused)
Groups: 5145147/3220092
Datasets(exclude compact data): 414/312
Datatypes: 0/0
Groups:
B-tree/List: 470054
Heap: 739045
Attributes:
B-tree/List: 2598
Heap: 4431
Chunked datasets:
Index: 0
Datasets:
Heap: 0
Shared Messages:
Header: 0
B-tree/List: 0
Heap: 0
Free-space managers:
Header: 1350
Amount of free space: 4463
Small groups:
# of groups of size 0: 35000
Total # of small groups: 35000
Group bins:
# of groups of size 0: 35000
# of groups of size 10000 - 99999: 1
Total # of groups: 35001
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
Total external 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
Free-space section threshold: 1 bytes
Small size free-space sections (< 10 bytes):
# of sections of size 1: 1
# of sections of size 2: 12
# of sections of size 3: 3
# of sections of size 7: 1
# of sections of size 8: 2
Total # of small size sections: 19
Free-space section bins:
# of sections of size 1 - 9: 19
# of sections of size 10 - 99: 44
# of sections of size 100 - 999: 18
Total # of sections: 81
File space management strategy: H5F_FILE_SPACE_ALL_PERSIST
Summary of file space information:
File metadata: 6363206 bytes
Raw data: 0 bytes
Amount/Percent of tracked free space: 4463 bytes/0.1%
Unaccounted space: 0 bytes
Total space: 6367669 bytes
|