GithubHelp home page GithubHelp logo

Comments (3)

rueckstiess avatar rueckstiess commented on June 4, 2024

That feature doesn't exist yet and makes sense... The only thing close to that is mlogfilter <logfile> --scan to find queries with high nscanned/nreturned ratio but that just finds them based on a fixed threshold and doesn't plot the ratios.

from mtools.

rueckstiess avatar rueckstiess commented on June 4, 2024

I'm going to solve this more general. I've implemented a feature to plot arbitrary fields of a logline.

For example:

mplotqueries <logfile> --type scatter --yaxis nscanned

plots the nscanned values over time.

mplotqueries <logfile> --type scatter --yaxis numYields

plots the numYields values over time.

Your particular suggestion nscanned/n is not possible with this implementation. Do you think it is really necessary to have that kind of functionality or would it be enough to find outliers by just nscanned for example?

from mtools.

rueckstiess avatar rueckstiess commented on June 4, 2024

After implementing the general case, it was easy to make a new plottype that solves the specific nscanned/n ratio.
It is a separate new plot type called "nscanned/n" and can be invoked with:

mplotqueries <logfile> --type nscanned/n

It calculates the ratio of nscanned / n and plots the resulting number as the value for the y axis.

Logarithmic scale is orthogonal to this and already a feature. You can enable it with --logscale or by pressing the L key in a plot.

This feature will be in the develop branch soon and in the 1.0.3 release in 2 weeks.

from mtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.