- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/phoenixframework/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()
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》 这本书的介绍吧!
