Giter VIP home page Giter VIP logo

Comments (8)

baldersheim avatar baldersheim commented on April 27, 2024

How much work is this I wonder. Are there some other hhtp benchmark suites out there that are able to do that ? Or is it fairly simple.

from vespa.

vekterli avatar vekterli commented on April 27, 2024

We could wrap the connect/read/write/shutdown logic in fbench with OpenSSL SSL_* calls, or alternatively create a new TLS socket implementation in FastOS (fbench uses FastOS sockets today) to make it more generally available. Either way we'd need some kind of key/certificate store and ability to pass keys/certs to the application.

For other tools, it seems both wrk and httperf support TLS, but I have no prior experience with either of them.

from vespa.

bjorncs avatar bjorncs commented on April 27, 2024

Another alternative is to create a new benchmark tool written in Java. There are multiple performant HTTP client implementations in Java. A Java implementation have numerous advantages, e.g integration with Athenz and programmatic APIs.

from vespa.

vekterli avatar vekterli commented on April 27, 2024

That is definitely true. My mind was aimed at groundwork for future "all RPC over TLS" functionality, but no inherent reason for why that has to be connected to this task.

from vespa.

harryjackson avatar harryjackson commented on April 27, 2024

wrk is blazingly fast compared to "ab" and I think it's faster than httperf. When doing quick comparisons on my local machine it would outperform anything else I used and is now my default http performance testing tool.

from vespa.

spyker237 avatar spyker237 commented on April 27, 2024

Hi, how can I contribute to this project? I know very little java. Where should I start?

from vespa.

bratseth avatar bratseth commented on April 27, 2024

By learning Java (or C++) I guess?

from vespa.

vekterli avatar vekterli commented on April 27, 2024

Implemented in #7288

from vespa.

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.