Skip to content

alexbevi/MongoDB.FTDC

Repository files navigation

MongoDB FTDC Parser

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.

Roadmap

  • 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?

Development

git submodule init
git submodule update

Usage

TODO: CLI How To

Importing FTDC into Grafana

TODO

About

.NET Utility to parse MongoDB FTDC files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages