Git Product home page Git Product logo

webbenchmark's Introduction

WebBenchmark

The goal of this project is to build a harness/framework for performance testing http based applications built on InterSystems IRIS Overall Goals:

  • Design a simple harness with modular pieces to allow for testing of a generic application
  • Deploy this using Docker Containers
  • Will contain 3 main pieces
    • Webserver - Apache IRIS web gateway
    • Driver using Apache benchmark which returns statistics in a JSON format
    • IRIS Application Image
  • All modular pieces can be extended or replaced for your specific application or test

TODO:

  • Write directions
  • Write configuration scripts?
  • docker-compose example
  • docker swarm example
  • kubernetes example
  • support nginx web server

webbenchmark's People

Contributors

tjosephcarroll avatar

Watchers

 avatar  avatar

webbenchmark's Issues

Web server image cannot load module.cxw

web server image cannot load module.cxw when run from the docker-compose

web_server | 172.177.0.1 - - [10/Jul/2018:21:13:10 +0000] "GET /csp/bin/RunTime/Module.cxw HTTP/1.1" 500 -

This is a critical problem and prevents the image from being used as a web server connecting to the database

docker-compose example brings up containers in the wrong order

Docker-compose does not do application level validation for when a container become "ready". This means that the example currently does not work, because the apache benchmark test container tries and fails the test because IRIS and Apache are too slow starting up.

This can be addressed in a couple of ways, but the recommended way is to design your dependent containers to wait for their dependencies to start. This is simple code that should be added to the driver container image.

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.