Code Monkey home page Code Monkey logo

hammerdb-osx's Introduction

HammerDB for OS X 0.1

This is a port of HammerDB, an open source database load testing and benchmarking tool, to the Mac OS X environment. Whereas the current version of HammerDB (2.14) supports benchmarking against Oracle, MySQL, Postgres, etc., this version only supports MySQL.

Requirements

TODO

  • Provide better documentation on installing on a system that does not include MySQL

Notes

  • This package is providing a compiled version of libmysqltcl from a 64-bit Mac. It will not work on a 32-bit system.

  • You may see the following warning when running: Wish(6965,0x10bc80000) malloc: *** auto malloc[6965]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.

  • You may notice that the menu items are grayed out - we haven't determined the cause but are working to resolve it.

  • We've had success with creating a 'tpcc' user specifically for running benchmarks.
    For example:

    mysql> grant all on tpcc.* to 'tpcc'@'localhost' identified by 'tpccpass'; mysql> flush privileges;

    If you are running the benchmark against a machine other than localhost you will want to update the grant accordingly.

  • While we've tried to provide a package that works "out of the box" (and indeed would like to eventually provide a DMG installer), our resources are limited and we've only done out-of-the-box testing on OS X systems that already had MySQL installed, and only against a Macbook Pro running OS X 10.7.5 and a Macmini running OS X 10.8.4.

  • Issues can be reported to [email protected], but be aware that it may be some time before we can assist.

hammerdb-osx's People

Contributors

joeaintexas 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.