rueckstiess / mtools

A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.88k stars 400 forks source link

Update the mplotqueries tutorial and add sample mongod.log file #185

Open dcoupal opened 10 years ago

dcoupal commented 10 years ago

The tutorial: https://github.com/rueckstiess/mtools/blob/master/tutorials/mplotqueries.md

makes use of a mongod.log file.

Can we add the file to the repository as: https://github.com/rueckstiess/mtools/blob/master/tutorials/mongod.log

stennie commented 7 years ago

The mplotqueries tutorial illustrates example usage, but isn't actively updated with mtools or MongoDB releases. The current log snippets are from 2013 (circa MongoDB 2.4) and will have some differences from modern logs.

If someone has bandwidth to update the tutorial for a modern version of MongoDB (eg. 3.6), a PR with revised tutorial and accompanying logs would be welcome.

stennie commented 7 years ago

Possibly better done after #534, which could provide a seed script and sample logs for major releases of MongoDB.