MlogParser Tool

After version 0.12.x, IoTDB encodes metadata files into binary format.

If you want to parse metadata into a human readable way, you can use this tool to parse the specified metadata file.

The tool can parse snapshot files and mlog files.

How to use

Linux/MacOS

./mLogParser.sh -f /your path/mlog.bin -o /your path/mlog.txt

Windows

.\mLogParser.bat -f \your path\mlog.bin -o \your path\mlog.txt