Menu

Tree [7c5e45] master v1.0 /
 History

HTTPS access


File Date Author Commit
 classes 2008-04-21 Patrick van Kleef Patrick van Kleef [385768] * Initial checkin
 src 2012-03-25 Patrick van Kleef Patrick van Kleef [2f1ee5] Updated version to 1.0
 .cvsignore 2008-04-22 Patrick van Kleef Patrick van Kleef [c0e0e2] * Changed jbench to jdbc-bench
 .gitignore 2012-03-25 Patrick van Kleef Patrick van Kleef [e683cd] Added more files to ignore
 AUTHORS 2008-04-22 Patrick van Kleef Patrick van Kleef [c0e0e2] * Changed jbench to jdbc-bench
 COPYING 2008-04-21 Patrick van Kleef Patrick van Kleef [385768] * Initial checkin
 ChangeLog 2008-04-21 Patrick van Kleef Patrick van Kleef [dcad48] *** empty log message ***
 INSTALL 2008-04-21 Patrick van Kleef Patrick van Kleef [385768] * Initial checkin
 LICENSE 2012-03-25 Patrick van Kleef Patrick van Kleef [9c58d0] Updated copyright year to 2012
 Makefile.am 2012-03-25 Patrick van Kleef Patrick van Kleef [9c58d0] Updated copyright year to 2012
 NEWS 2012-03-25 Patrick van Kleef Patrick van Kleef [8910aa] Updated NEWS
 README 2012-03-25 Patrick van Kleef Patrick van Kleef [9c58d0] Updated copyright year to 2012
 autogen.sh 2012-03-25 Patrick van Kleef Patrick van Kleef [9c58d0] Updated copyright year to 2012
 configure.ac 2012-03-25 Patrick van Kleef Patrick van Kleef [2f1ee5] Updated version to 1.0
 jdbc-bench.bat 2012-03-25 Patrick van Kleef Patrick van Kleef [afe9ba] Prompt for jdbc4 drivers by default
 jdbc-bench.dtd 2008-04-22 Patrick van Kleef Patrick van Kleef [c0e0e2] * Changed jbench to jdbc-bench
 jdbc-bench.sh 2012-03-25 Patrick van Kleef Patrick van Kleef [afe9ba] Prompt for jdbc4 drivers by default

Read Me

jdbc-bench - a TPC-A and TPC-C like benchmark program for JDBC drivers
Copyright (C) 2000-2012 OpenLink Software <jdbc-bench@openlinksw.com>
All Rights Reserved


LICENSE
=======

This software is released under the GNU General Public License 
(see COPYING)

Note that the only valid version of the GPL license as far as this project
is concerned is the original GNU General Public License Version 2, dated
June 1991.


DISCLAIMER
==========

The benchmarks in this application are loosely based on the TPC-A and
TPC-C standard benchmarks, but this application does not claim to be
a full or precise implementation, nor are the results obtained by this
application necessarily comparable to the vendor's published results.


Package Dependencies
====================

To compile this application, please make sure the following packages
and recommended versions are installed on your system.

        Package	  Version  From
	========  =======  ==================================
	crimson	  1.1.3	   http://xml.apache.org/dist/crimson
	java	  1.4	   http://java.sun.com


For development purposes the following packages may also be required:

        Package	  Version  From
	========  =======  ==================================
	autoconf  2.59	   ftp://ftp.gnu.org/pub/gnu/autoconf
	automake  1.7	   ftp://ftp.gnu.org/pub/gnu/automake

The above version are used for generating the source distributions with
are currently generated on a standard RedHat installation. Older version
of these packages can sometimes be used, but could cause build problems.

To check the version number of the tools installed on your system,
use one of the following commands:

    $ autoconf --version
    $ automake --version


Building software
=================

This application is portable to a great number of systems. Building
requires the following steps:

  step 1. Run configure to adjust to target platform
  step 2. Run make


Running configure
-----------------
The configure program will examine your system for various compiler
flags, system options etc. In some case extra flags need to be added
for the C compler to work properly.

For a full list of options, please run:

    ./configure --help


The most important argument is:

  --with-jdk=DIR          use the Sun JDK 1.3.x, 1.4.x, 1.5.x or 1.6.x at the
                          specified location


A typical configure command looks something line:

    ./configure --with-jdk=/usr/local/jdk1.4

The configure script will perform a large number of checks to find all
the header files, libraries and programs the build process needs.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.