实现数据库TPC性能测试的开源及商业软件

  • 商业软件
  • Benchmark Factory (Quest公司出品)。实现的测试:AS3AP, TPC-C TPC-B, TPC-D , Scalable Hardware;可靠消息:06年10月底,发布BMF5.0,开始提供TPC-H测试。支持的数据库:Oracle, SQL Server, DB2, Sybase, MySQL and other databases via ODBC connectivity。
    • Benchmark Factory for Databases is a performance and code scalability testing tool that simulates users and transactions on the database and replays production or synthetic workload in non-production environments. This enables organizations to validate database scalability as user loads increase, application changes are made, and platform changes are implemented. Benchmark Factory is available for Oracle, SQL Server, DB2, Sybase, MySQL and other databases via ODBC connectivity.
  •  开源软件
  • HammeroraThe Open Source Oracle Load Test Tool 。支持的操作系统:Windows+linux,支持的数据库:Oracle。
    • Hammerora is a load generation tool for Oracle written in Tcl/Tk. Hammerora converts Oracle trace files into oratcl which can then be replayed against the Oracle database with multiple users. The package includes a TPC-C implementation
  • Database Test Suite (OSDL)-DBT-1,DBT-2,DBT-3,DBT-4.支持的操作系统:linux,支持的数据库:SAPDB,ProgreSql。支持的测试:TPC-W,TPC-H,TPC-C,TPC-App.
    • OSDL has developed OSDL Database Test Suite, a collection of workloads and test frameworks. These tests are designed to meet the needs of Linux developers who have asked for workloads that relate to real-world usage.
  • TPC-W in Java
    • In an attempt to encourage widespread use of realistic, modern application benchmarks in computer systems research, we are making our implementation of the TPC-W benchmark publicly available. This implementation is based on the TPC-W specification version 1.0.1. It strays from the official benchmark specification in a few minor areas, which are specified in documentation included with the distribution. Credit for this implementation goes to the students of Prof. Lipasti's Fall 1999 ECE 902 course, where most of this work took place.
  • http://www.cs.cmu.edu/~stageddb/workloads.html (只有DB2的TPC-H,Oracle和DB2的tpc-c)
    • The goal of this page is to provide implementations of the TPC-H and TPC-C benchmakrs for various commercial and prototype DBMSs. TPC-H and TPC-C are DB benchmarks specified by the Transaction Processing Council (TPC) . The implementations are be easily extensible to adding support for existing DBMS, at the same time provide good performance with easily tuned parameters. We believe that these implementations are valuable tools for researchers as there are NO open source implementations of TPC-H and TPC-C for popular DBMS(s). We implemented both TPC-H and TPC-C from scratch based on the latest standard guidelines from TPC. In the future we are planning to add support to as many as possible DBMSs.
  • DBmbench : fast and accurate database workload representation on modern microarchitecture.

猜你喜欢

转载自yangzb.iteye.com/blog/831004