Giter Site home page Giter Site logo

benchmark's Introduction

Cherokee Benchmark FAQ
======================

- What does this program do?

  This tiny application performs very basic HTTP 1.1 benchmarks.

- Why did you write it?

  The Apache Benchmark (ab) is the de-facto standard for this sort of
  quick benchmarks. However it lacks support for some of the most
  basic and widespread HTTP features, such as Chunked-encoding.
  Basically, the problem is that ab doesn't support HTTP 1.1.

- Why C?

  At the beginning I wrote this application in Python, but then I
  realized that the current Python (2.6) threading support didn't
  allow the application to scale as it should. Therefore, I had to
  rewrite it in C.

- Compilation and Dependencies

  It depends on Pthread, libcurl and libcherokee-base. Why? Well, just
  because it was the most convenient way for me to get it working in a
  couple of hours (so we could continue performing the benchmarks we
  were working on).

- What's the future of this application?

  I have no idea. Right now it's the best tool I know for performing
  quick benchmarks on HTTP/1.1. As long as we use it for our tests it
  ought to be fairly well supported.


Alvaro Lopez Ortega <[email protected]>, Aug 2009.

benchmark's People

Contributors

alobbs avatar

Watchers

 avatar  avatar

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.