首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Listenlii的生物信息笔记

    Grinder:模拟扩增子和宏基因组数据的工具

    nar/article/40/12/e94/2414972 前段时间已经介绍过一个类似的工具 Microbiome:CAMISIM模拟宏基因组和微生物群落 里面有个图包含了很多宏基因组数据模拟器,其中就有Grinder Grinder基本过程: Grinder基于perl语言,采用Mersenne Twister algorithm生成随机数。 图1 Grinder过程 此文也总结了一些其他的模拟器~ 这些模拟宏基因组和扩增子的方法原理其实大同小异。 好像这种模拟方法发的文章还都挺好的。

    1.1K31发布于 2020-12-16
  • 来自专栏7DGroup

    性能工具之Ngrinder之Post请求脚本编写介绍

    import net.grinder.plugin.http.HTTPRequest import net.grinder.script.GTest import net.grinder.scriptengine.groovy.junit.GrinderRunner import org.junit.Before import org.junit.Test import org.junit.runner.RunWith import static net.grinder.script.Grinder.grinder \grinder-dcr-agent\3.9.1\grinder-dcr-agent-3.9.1.jar ? import net.grinder.plugin.http.HTTPRequest import net.grinder.script.GTest import net.grinder.scriptengine.groovy.junit.GrinderRunner import org.junit.Before import org.junit.Test import org.junit.runner.RunWith import static net.grinder.script.Grinder.grinder

    1.4K30发布于 2019-10-29
  • 来自专栏啄木鸟软件测试

    一个Web浏览器压力测试工具

    Grinder Server提供了一个整理崩溃的中心位置,并通过Web界面允许多个用户登录和管理所有Grinder节点生成的所有崩溃。 ?   用户可以登录和管理Grinder节点报告的所有崩溃。管理员可以创建更多用户并查看登录历史记录。   用户可以查看Grinder系统的状态。 节点可以自动向远程Grinder服务器报告新崩溃。   节点可以在很长一段时间内基本上无人看管。   注意: Grinder不包括Grinder节点的任何模糊器,您需要自己编写。 安装时,使用的’Grinder Key’必须与所有Grinder Nodes config.rb文件中所写的相同(见下文)。    如果您已设置Grinder服务器,请使用相同的Grinder密钥和相应的服务器URL,以便节点可以与Grinder服务器通信。   

    1.6K20发布于 2019-12-11
  • 来自专栏7DGroup

    性能工具之nGrinder参数化脚本编写简单介绍

    参考脚本 import static net.grinder.script.Grinder.grinderimport static org.junit.Assert. *import net.grinder.plugin.http.HTTPRequestimport net.grinder.plugin.http.HTTPPluginControlimport net.grinder.script.GTestimport net.grinder.script.Grinderimport net.grinder.scriptengine.groovy.junit.GrinderRunnerimport net.grinder.scriptengine.groovy.junit.annotation.BeforeProcessimport net.grinder.scriptengine.groovy.junit.annotation.BeforeThread// import static net.grinder.util.GrinderUtils =true; grinder.logger.info("before thread."); } @Before public void before() {

    1.1K20发布于 2019-11-03
  • 来自专栏7DGroup

    Ngrinder简单安装

    1、Ngrinder架构图 nGrinder是基于Grinder的开源的web性能测试平台,由韩国最大互联网公司NHN公司的开发团队进行了重新设计和完善。 下面就能看到文件夹,继续点击去就能看到脚本: 脚本如下: import static net.grinder.script.Grinder.grinder import static org.junit.Assert .* import static org.hamcrest.Matchers.* import net.grinder.plugin.http.HTTPRequest import net.grinder.plugin.http.HTTPPluginControl import net.grinder.script.GTest import net.grinder.script.Grinder import net.grinder.scriptengine.groovy.junit.GrinderRunner import net.grinder.scriptengine.groovy.junit.annotation.BeforeProcess import net.grinder.scriptengine.groovy.junit.annotation.BeforeThread

    97320发布于 2019-10-24
  • 来自专栏7DGroup

    性能工具之Ngrinder源码部署

    查看脚本 importstatic net.grinder.script.Grinder.grinder importstatic org.junit.Assert.* importstatic org.hamcrest.Matchers .* import net.grinder.plugin.http.HTTPRequest import net.grinder.plugin.http.HTTPPluginControl import net.grinder.script.GTest import net.grinder.script.Grinder import net.grinder.scriptengine.groovy.junit.GrinderRunner import net.grinder.scriptengine.groovy.junit.annotation.BeforeProcess import net.grinder.scriptengine.groovy.junit.annotation.BeforeThread // import static net.grinder.util.GrinderUtils.* // You can use this if you're using nGrinder after

    89410发布于 2019-10-24
  • 来自专栏贝克街的捉虫师

    搭建私有PTS性能测试服务(四)

    . # # @author admin from net.grinder.script.Grinder import grinder from net.grinder.script import Test from net.grinder.plugin.http import HTTPRequest from net.grinder.plugin.http import HTTPPluginControl grinder.logger.warn("Warning. from net.grinder.script import Test from net.grinder.script.Grinder import grinder from org.json.simple import grinder from net.grinder.script import Test from net.grinder.plugin.http import HTTPRequest from

    1.6K30发布于 2020-05-15
  • 来自专栏用户4624600的专栏

    nGrinder性能测试工具入门

    它的内部引擎是基于Grinder。nGrinder分别用控制器和agent将Grinder的控制台和agent包装起来,并扩展了支持多个并发测试的特性. import net.grinder.plugin.http.HTTPRequest import net.grinder.script.GTest import net.grinder.scriptengine.groovy.junit.GrinderRunner import net.grinder.scriptengine.groovy.junit.annotation.BeforeProcess import net.grinder.scriptengine.groovy.junit.annotation.BeforeThread import org.junit.Before import org.junit.Test import org.junit.runner.RunWith import static net.grinder.script.Grinder.grinder 脚本中使用junit框架,导入了grinder依赖,脚本开发难度一般.

    65320编辑于 2022-03-24
  • 来自专栏7DGroup

    性能工具之nGrinder关联脚本编写简单介绍

        import net.grinder.plugin.http.HTTPRequest     import net.grinder.script.GTest     import net.grinder.scriptengine.groovy.junit.GrinderRunner     import net.grinder.scriptengine.groovy.junit.annotation.BeforeProcess     import net.grinder.scriptengine.groovy.junit.annotation.BeforeThread     import org.junit.runner.RunWith     import com.alibaba.fastjson.JSONObject     import static net.grinder.script.Grinder.grinder     import static org.hamcrest.Matchers.is     // import static net.grinder.util.GrinderUtils.* // You = true;             grinder.logger.info("before thread.");         }         @Before         public

    1.6K10发布于 2019-11-03
  • 来自专栏7DGroup

    性能工具之Ngrinder之Get请求脚本编写

    在nGrinder中新建的脚本编写如下代码: import org.junit.FixMethodOrder import static net.grinder.script.Grinder.grinder import net.grinder.plugin.http.HTTPPluginControl import net.grinder.script.GTest import net.grinder.script.Grinder 点击运行配置加上: -javaagent:D:\maven\repository\net\sf\grinder\grinder-dcr-agent\3.9.1\grinder-dcr-agent-3.9.1 如果未配置,方法会正常执行,但是没有统计结果数据; 以下代码是可以复制出来修改的代码 import org.junit.FixMethodOrder import static net.grinder.script.Grinder.grinder import net.grinder.plugin.http.HTTPPluginControl import net.grinder.script.GTest import net.grinder.script.Grinder

    80120发布于 2019-10-29
  • 来自专栏进步集

    【同花顺】同花顺解题

    Rounder 在最好的时机出手,不好的时候按兵不动 A true grinder What does grinder mean in poker? What is the definition of grinder in the game of poker? Definition of the term Grinder in the game of poker"Grinder" is also used to refer to players who treat The most famous “grinder” in poker is professional Michael “The Grinder” Mizrachi. While not a true grinder, Mizrachi embodies the grinder spirit with his consistent playing style and

    78820编辑于 2022-11-13
  • 来自专栏贝克街的捉虫师

    搭建私有PTS性能测试服务(五)

    . # # @author admin from net.grinder.script.Grinder import grinder from net.grinder.script import Test from net.grinder.plugin.http import HTTPRequest from net.grinder.plugin.http import HTTPPluginControl #grinder.logger.info(str(sumStatusCode))# statusCode[0]代表http code < 300 个数, statusCode[1] 代表 300< = 0 grinder.logger.error(u'事务请求中http 返回状态大于300,请检查请求是否正确!') elif checkPoint[1] > 0 : grinder.statistics.forLastTest.success = 0 grinder.logger.error(u'事务请求中有 %s

    1.1K10发布于 2020-05-15
  • 来自专栏dongfanger

    你的下一个压测工具可以是nGrinder

    nGrinder,对于企业级应用来说,nGrinder还是很实用的,正如它的介绍:“Enterprise level performance testing solution based on The Grinder 设计理念 nGrinder架构 nGrinder系统架构如下: nGrinder的底层是Grinder,基于Grinder的console和agent,nGrinder封装成了controller和 Service层 The Grinder、Atlassian Plugin Framework、Spring、EhCache。

    97710编辑于 2022-10-05
  • 来自专栏北京马哥教育

    十个免费的 Web 压力测试工具

    GrinderGrinder是一个开源的JVM负载测试框架,它通过很多负载注射器来为分布式测试提供了便利。 支持用于执行测试脚本的Jython脚本引擎HTTP测试可通过HTTP代理进行管理。 根据项目网站的说法,Grinder的 主要目标用户是“理解他们所测代码的人——Grinder不仅仅是带有一组相关响应时间的‘黑盒’测试。

    8.1K60发布于 2018-05-02
  • 来自专栏测试开发社区

    nGrinder 介绍与安装

    nGrinder是基于Grinder开源项目,但由NHN公司的nGrinder开发团队进行了重新设计和完善(所以叫做nGrinder)。 SingleConsole (不是 Grinder 中的 Console ) 发送测试脚本和测试源码到多个指定的 agent , 同时开始控制测试流,直到测试结束。 nGrinder 和 Grinder 最大的区别在于 nGrinder 在 controller 中保持多个 console 实例 和 agent 。 与 grinder 不同,nGrinder 最大化 agent 机器的利用率。

    3.1K40发布于 2019-09-20
  • 来自专栏蛋未明的专栏

    十个免费的 Web 压力测试工具(转)

    Grinder –  Grinder是一个开源的JVM负载测试框架,它通过很多负载注射器来为分布式测试提供了便利。 支持用于执行测试脚本的Jython脚本引擎HTTP测试可通过HTTP代理进行管理。 根据项目网站的说法,Grinder的 主要目标用户是“理解他们所测代码的人——Grinder不仅仅是带有一组相关响应时间的‘黑盒’测试。

    8.4K30发布于 2018-06-07
  • 建筑工地常用工具检测数据集VOC+YOLO格式2609张49类别

    Bench_Vise","Brush","Caliper","Caulk_Gun","Chisel","Clamp","Crowbar","Drill","File","Flashlight","Gloves","Grinder Caulk_Gun(打胶枪), Chisel(凿子), Clamp(夹钳), Crowbar(撬杠), Drill(电钻), File(锉刀), Flashlight(手电筒), Gloves(手套), Grinder 1410 Clamp 框数 = 451 Crowbar 框数 = 260 Drill 框数 = 468 File 框数 = 398 Flashlight 框数 = 237 Gloves 框数 = 874 Grinder

    16600编辑于 2025-07-17
  • 智慧工地施工工具检测数据集VOC+YOLO格式1869张49类别

    Bench_Vise","Brush","Caliper","Caulk_Gun","Chisel","Clamp","Crowbar","Drill","File","Flashlight","Gloves","Grinder 40Chisel 框数 = 1171Clamp 框数 = 242Crowbar 框数 = 34Drill 框数 = 219File 框数 = 167Flashlight 框数 = 20Gloves 框数 = 655Grinder

    18510编辑于 2025-09-09
  • 来自专栏CSDN技术头条

    服务端接口自动化测试工具大全及适配环境解析

    The Grinder The Grinder 是一个 Java 负载测试框架,运行简单,且其分布式测试采用了许多负载注入机器。只要有 Java API,The Grinder 就可以进行负载测试。 The Grinder 的 GUI 控制台允许对多个负载注射器进行监测和控制,并自动管理客户端连接和 Cookies、SSL、代理感知和节流连接。 The Grinder 在 BSD 风格的开源许可下是免费的。 官方网站:Downloading The Grinder 4.

    3.2K61发布于 2018-04-18
  • 来自专栏自学测试之道

    基于nGrinder下的web网站性能测试

    简介 nGrinder 看名字估计很多人就猜到跟Grinder有关系。nGrinder是韩国一家公司居于Grinder二次开发的一个性能平台。 nGrinder具有 开源、易用、高可用、高扩展等特性,在Grinder基础上实现了多测试并行,通过web管理,实现了集群,同时支持Groovy和Jython脚本语言,(官方上说,Groovy的性能会更好 三、nGrinder的安装配置 1、下载grinder-controller-3.3.war(地址:http://sourceforge.net/projects/ngrinder/files/ )

    1.6K30发布于 2019-09-29
领券