Git Product home page Git Product logo

csap's Introduction

CSAP

Test and load Oracle and mysql databases with simple java

The application is made of three different program sets:

  • GeneraBBDD: the scripts and Java programs to create and feed the different databse tables. After compiling the Java programs and install the selected databse engine (either Oracle or Mysql), run create_mysql (or create_oracle to initialize the tables

  • 2tier: stress the database in a client/server environment. Run these programs in a computer other than the server where your database engine is installed. The two Java programs you may use are:

    • QueryDebug: to check the connectivity to the database
    • MultiThread: to stress the database simulating a number of concurrent users doing simultaneous transactions against the database engine. This utility creates one Java thread per simulated concurrent user so be careful with your kernel and network config when running this app
  • WebApp: distributed as a war file to deploy under Tomcat (works with Weblogic as well). You may do the same transactions as with the 2tier programs but using a web application server instead. To stress both engines (the database and the application server) you must use a load injector like The Grinder, Apache JMeter or Loadrunner if you're a rich guy

csap's People

Contributors

cluis-lopez 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.