Git Product home page Git Product logo

Comments (4)

Zoxc avatar Zoxc commented on June 26, 2024

The clocks are synchronized at the beginning of the test. Adjusting for clock drift with a synchronization at the end of the test is on my todo list. You may currently observe some clock drift with longer test durations.

from crusader.

joergdeutschmann-i7 avatar joergdeutschmann-i7 commented on June 26, 2024

Okay, so the assumption is then a symmetrical path regarding delays? Could you point me to the code where this is done?

from crusader.

Zoxc avatar Zoxc commented on June 26, 2024

Yes, it assumes the delays are symmetric on idle. The code is here. This function returns an offset to convert server time into client time.

from crusader.

dtaht avatar dtaht commented on June 26, 2024

On linux it's only a couple calls to sample TCP_INFO:

this one runs out of band, not useful... https://www.measurementlab.net/tests/tcp-info/
https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/plugins/tcpinfo.en.html runs inband, but doesn't do any post-processing

this method could be used to hook some other tool that uses some common rust geturl or equivalent lib - https://linuxgazette.net/136/pfeiffer.html

And these calls can be used on windows:

https://learn.microsoft.com/en-us/windows/win32/winsock/sio-tcp-info
https://learn.microsoft.com/en-us/windows/win32/api/mstcpip/ns-mstcpip-tcp_info_v1

just ULONG RttUs; sampled every 10-50ms
ULONG MinRttUs; vs this baseline

would be a way of measuring inband. Right now crusader just measures the effectiveness of FQ, not the actual behavior of tcp flows.

from crusader.

Related Issues (10)

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.