The goal of this project is to provide a utility to parse the contents of the diagnostic.data
files generated by MongoDB. These data files contain Full Time Diagnostic Data Capture, which can consists of compressed samples of internal MongoDB command output and host machine stats.
This project uses zlibnet to decompress zlib compressed data.
- Load FTDC from file
- Load FTDC files from a directory
- Decompress FTDC data
- CLI: summarize loaded FDTC file(s)
- timespan of loaded files
- system details from ftdc?
git submodule init
git submodule update
TODO: CLI How To
TODO