Web 性能测试模块 phoenix-jmeter

码农软件 · 软件分类 · 性能测试和优化 · 2019-11-27 06:44:13

软件介绍

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

获取方法:

  1. 活动线程:JMeterContextService.getThreadCounts().activeThreads

  2. 已停止线程:JMeterContextService.getThreadCounts().finishedThreads

  3. 实时打印每个线程的执行结果:FlushQueue.getInstance().queueString();

  4. 是否在运行:StateListener.isRunning();

  5. 设置的总线程数:JMeterContextService.getNumberOfThreads();

  6. 已启动的线程数:JMeterContextService.getThreadCounts().startedThreads

  7. 测试启动时间:StateListener.getStartTime()

  8. 测试结束时间:StateListener.getEndTime()

  9. 性能测试结果:Summariser.getSummary()

  10. 分机性能数据监控:StateListener.getSlaveMetrics()

  11. 测试数据统计:ResultCollector.getRESULT_CAL()

本文地址:https://codercto.com/soft/d/19879.html

The Little Typer

The Little Typer

Daniel P. Friedman、David Thrane Christiansen、Duane Bibby、Robert Harper、Conor Mcbride / MIT Press / 2018-10-16 / GBP 30.00

An introduction to dependent types, demonstrating the most beautiful aspects, one step at a time. A program's type describes its behavior. Dependent types are a first-class part of a language, and are......一起来看看 《The Little Typer》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具