npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

jmeter-ui

v1.1.1

Published

仿照Jmeter的界面做的Web UI。比Jmeter更简便,更多的功能,比如写脚本不用查文档,直接给出常用脚本的模板(例如IfController),比如输入框可选择函数而不是自己查文档填写(现在还没做),等等

Downloads

6

Readme

jmeter-ui

仿照Jmeter的界面做的Web UI。比Jmeter更简便,更多的功能,比如写脚本不用查文档,直接给出常用脚本的模板(例如IfController),比如输入框可选择函数而不是自己查文档填写(现在还没做),等等

Demo

  • https://q4speed.github.io/Jmeter-UI/

JmeterUI的几个优点

  1. 没有版本升级导致的兼容问题,JmeterUI的输入输出均为jmx,中间过程数据不存储(jmx -> model -> jmx)。
  2. 开发简单,数据结构清晰,按照Jmeter的控件做即可。
  3. 可以实现与Jmeter一致的复杂测试脚本。
  4. 比Jmeter更方便,Jmeter中很多需要写脚本的地方只能查文档,JmeterUI可以直接给出常用的脚本,不用再去查文档,例如IfController
  5. 反正都是自己做的,想要啥就有啥。

v1.0

  • [x] 主界面: 左右分栏可拖拽
  • [x] 提供基础接口: 导入jmx,输出JMX对象,生成jmx文件,导出jmx文件,json与xml互转
  • [x] 完成基本控件: TestPlan, ThreadGroup, HttpSampler, IfController, HeaderManager
  • [x] 完成左侧树基本功能,菜单,增删改查,可拖拽(根据控件判断是否可拖拽)

v1.1

  • [x] 提供国际化
  • [x] 完成常用控件: TCPSampler, JDBCSampler, ResponseAssertion, DurationAssertion, JSONPathAssertion, CookieManager, DNSCacheManager, JSR223PreProcessor, JSR223PostProcessor, RegexExtractor, JSONPostProcessor, XPath2Extractor,ConstantTimer

Jmeter-UI