Code Monkey home page Code Monkey logo

Comments (4)

marten-seemann avatar marten-seemann commented on July 22, 2024 1

Temporary workaround:

cat <file>.qlog | grep smoothed_rtt | jq -r "[.time, .data.smoothed_rtt, .data.latest_rtt] | @csv" > values.txt

Then values.txt can be plotted using gnuplot. Just saying, NDJSON is powerful!

I am a bit uncertain about what the best UX would be for point 1 though... if I allow zooming directly on the RTT subgraph, I'd have to auto-zoom the top one along, which is a bit annoying given the current setup (which is why we didn't do that in the first place).

I thought that the congestion graph would adjust to the same time slice, but if that's too much hassle, I guess it would be ok to do the x-range zooming via the congestion graph.

Would it help if the y-axis of the 0-RTT would auto-scale to between approx. the minimum and maximum -in that given time period- when you zoom the top congestion-graph?

That would be a big improvement already!

Finally, do you maybe have an example trace I could use to validate potential solutions?

Will send you as a private message.

from qvis.

rmarx avatar rmarx commented on July 22, 2024

Those seem like sensible suggestions!

I am a bit uncertain about what the best UX would be for point 1 though... if I allow zooming directly on the RTT subgraph, I'd have to auto-zoom the top one along, which is a bit annoying given the current setup (which is why we didn't do that in the first place).

Would it help if the y-axis of the 0-RTT would auto-scale to between approx. the minimum and maximum -in that given time period- when you zoom the top congestion-graph? Or do you somehow want to have both 10s and 50ms measurements visualized at the same time (which would involve scrollbars in the graph, which is a major headache).

Finally, do you maybe have an example trace I could use to validate potential solutions?

from qvis.

rmarx avatar rmarx commented on July 22, 2024

A first attempt at a fix should now be online at qvis.quictools.info.
You have to manually enable RTT zooming using the button on the top (it's off by default).
I'm also drawing small circles now for each measurement.

Let me know what you think!

from qvis.

marten-seemann avatar marten-seemann commented on July 22, 2024

Great! This is exactly what I was asking for. Thank you for implementing this so quickly!

from qvis.

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.