Code Monkey home page Code Monkey logo

phoenix-jmeter's Introduction

phoenix-jmeter

phoenixframework平台的一个模块,对jmeter的深度定制,用于对web性能测试。
这个定制版的jmeter,只支持No-GUI方式执行,并且在执行过程中可以动态获取已启动的线程,处于等待的线程,已经停止的线程,
并且执行完成后可以获取到执行的结果数据,如tps,success,fail等。

获取方法:
活动线程:JMeterContextService.getThreadCounts().activeThreads
已停止线程:JMeterContextService.getThreadCounts().finishedThreads
实时打印每个线程的执行结果:FlushQueue.getInstance().queueString();
是否在运行:StateListener.isRunning();
设置的总线程数:JMeterContextService.getNumberOfThreads();
已启动的线程数:JMeterContextService.getThreadCounts().startedThreads
测试启动时间:StateListener.getStartTime()
测试结束时间:StateListener.getEndTime()
性能测试结果:Summariser.getSummary()
分机性能数据监控:StateListener.getSlaveMetrics()
测试数据统计:ResultCollector.getRESULT_CAL()

phoenix-jmeter's People

Contributors

feiyang123 avatar

Watchers

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