Git Product home page Git Product logo

pressuretest's Introduction

简单说明

JAVA写的性能与压力测试工具。目前支持MYSQL的不同连接方式的并发测试!

数据库

CREATE TABLE `TICKER_XBTUSD` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `open` double unsigned NOT NULL,
  `close` double unsigned NOT NULL,
  `high` double unsigned NOT NULL,
  `low` double unsigned NOT NULL,
  `trades` int(11) unsigned NOT NULL,
  `volume` int(11) unsigned NOT NULL,
  `timestamp` datetime(3) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM AUTO_INCREMENT=14261 DEFAULT CHARSET=utf8;

不同的MYSQL数据库操作代码测试

本地环境:
程序:自己写的java压力测试工具 PressureTest
操作系统: MacBook Pro  Core i7  16 GB
网络:普通家用宽带
服务器环境:
vutre法国服务器 
操作系统:Centos 7 x64  8核  32G
与本地网络延迟:200-350ms
数据库信息:
数据库版本:MYSQL 5.7
数据表类型:myisam
1:单线程插入性能测试
2:多线程共用同一个数据库连接并发插入性能测试
3:多线程,每个线程一个数据库连接 并发插入性能测试
详细的测试结果,等待博客改版完成后放出来。

pressuretest's People

Contributors

super-l 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.