1TOKUFTDUMP(1) MariaDB Database System TOKUFTDUMP(1)
2
3
4
6 tokuftdump - look into the fractal tree file
7
9 tokuftdump [options]
10
12 tokuftdump Investigates and diagnoses the fractal tree.
13
14 tokuftdump supports the following options for processing option files.
15
16 · --interactive
17
18 Interactive.
19
20 · --support /path/to/fractal-tree/file
21
22 An interactive way to see what messages and/or switch between FTs.
23
24 · --json /path/to/fractal-tree/file [output_json_file]
25
26 If the output json file is left empty, FT.json will be created
27 automatically.
28
29 · --nodata
30
31 Nodata.
32
33 · --dumpdata = 0|1
34
35 Dumpdata.
36
37 · --header
38
39 Header.
40
41 · --rootnode
42
43 Rootnode.
44
45 · --node N
46
47 Node.
48
49 · --fragmentation
50
51 Fragmentation.
52
53 · --garbage
54
55 Garbage.
56
57 · --tsv
58
59 TSV.
60
61 · --translation-table
62
63 Translation table.
64
65 · --summary
66
67 Provide summary info.
68
70 Copyright 2016 MariaDB Foundation
71
72 This documentation is free software; you can redistribute it and/or
73 modify it only under the terms of the GNU General Public License as
74 published by the Free Software Foundation; version 2 of the License.
75
76 This documentation is distributed in the hope that it will be useful,
77 but WITHOUT ANY WARRANTY; without even the implied warranty of
78 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
79 General Public License for more details.
80
81 You should have received a copy of the GNU General Public License along
82 with the program; if not, write to the Free Software Foundation, Inc.,
83 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA or see
84 http://www.gnu.org/licenses/.
85
86
88 For more information, please refer to the MariaDB Knowledge Base,
89 available online at https://mariadb.com/kb/
90
92 MariaDB Foundation (http://www.mariadb.org/).
93
94
95
96MariaDB 10.4 28 March 2019 TOKUFTDUMP(1)