All Projects → zyanycall → Stresstestplatform

zyanycall / Stresstestplatform

Licence: apache-2.0
基于Jmeter实现的在线压测和管理Jmx的平台。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stresstestplatform

Seppf
普兰能效平台开源版(前端)
Stars: ✭ 104 (-79.81%)
Mutual labels:  echarts, vue2
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (+20.78%)
Mutual labels:  echarts, vue2
Junitperf
⛵️Junit performance rely on junit5 and jdk8+.(java 性能测试框架)
Stars: ✭ 86 (-83.3%)
Mutual labels:  jmeter, test
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+120.39%)
Mutual labels:  echarts, vue2
vue-china-map
vue+vuex+axios+echarts画一个动态更新的中国地图
Stars: ✭ 64 (-87.57%)
Mutual labels:  vue2, echarts
Ant Admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
Stars: ✭ 455 (-11.65%)
Mutual labels:  echarts
Blog.admin
✨ 基于vue 的管理后台,配合Blog.Core与Blog.Vue等多个项目使用
Stars: ✭ 500 (-2.91%)
Mutual labels:  echarts
Jmeter Ec2
Automates running Apache JMeter on Amazon EC2
Stars: ✭ 448 (-13.01%)
Mutual labels:  jmeter
Nodequant
一个基于Node.js的开源量化交易平台,轻巧地开发和部署量化投资策略
Stars: ✭ 444 (-13.79%)
Mutual labels:  platform
Kplcloud
基于Kubernetes的PaaS平台
Stars: ✭ 512 (-0.58%)
Mutual labels:  platform
Ginkgo
BDD Testing Framework for Go
Stars: ✭ 5,346 (+938.06%)
Mutual labels:  test
Meal Prep
Source code for a 4-part series I wrote about Vue, Vue Router, Vuex and Vuetify
Stars: ✭ 496 (-3.69%)
Mutual labels:  vue2
Gradle Test Logger Plugin
A Gradle plugin for printing beautiful logs on the console while running tests
Stars: ✭ 460 (-10.68%)
Mutual labels:  test
Pixel Web
一个 Vue 微博客户端
Stars: ✭ 500 (-2.91%)
Mutual labels:  vue2
Mocha
☕️ simple, flexible, fun javascript test framework for node.js & the browser
Stars: ✭ 20,986 (+3974.95%)
Mutual labels:  test
Vue Star Rating
⭐️ A simple, highly customisable star rating component for Vue 2.x. / 3.x
Stars: ✭ 509 (-1.17%)
Mutual labels:  vue2
Erik
Erik is an headless browser based on WebKit. An headless browser allow to run functional tests, to access and manipulate webpages using javascript.
Stars: ✭ 445 (-13.59%)
Mutual labels:  test
Hypatia
A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
Stars: ✭ 478 (-7.18%)
Mutual labels:  platform
Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (-2.33%)
Mutual labels:  echarts
Vue2 Calendar
vue 2.x calendar component
Stars: ✭ 477 (-7.38%)
Mutual labels:  vue2

项目说明

  • 本项目基于renren-fast Java开发平台开发,内核基于Jmeter-Api和Jmeter脚本实现在线性能压测。

插播广告:

如果有需要,请帮忙支持一下:https://juejin.im/post/5e2159215188254e1c43a585 互帮互助,感谢。

平台特点

  • 友好的代码结构及注释,便于阅读及二次开发
  • 实现前后端分离,通过token进行数据交互,前端再也不用关注后端技术
  • 灵活的权限控制,可控制到页面或按钮,满足绝大部分的权限需求
  • 页面交互使用Vue2.x,极大的提高了开发效率
  • 完善的代码生成机制,可在线生成entity、xml、dao、service、html、js、sql代码,减少70%以上的开发任务
  • 引入quartz定时任务,可动态完成任务的添加、修改、删除、暂停、恢复及日志查看等功能
  • 引入API模板,根据token作为登录令牌,极大的方便了APP接口开发
  • 引入Hibernate Validator校验框架,轻松实现后端校验
  • 引入云存储服务,已支持:七牛云、阿里云、腾讯云等
  • 引入swagger文档支持,方便编写API接口文档
  • 引入路由机制,刷新页面会停留在当前页
  • 引入最新版本Jmeter-Api,支持分布式压测,测试报告生成及在线查看下载。
  • 引入Echarts,支持在线观测性能压测结果。

项目结构

renren-fast
├─doc  项目SQL语句
│
│─lib  项目引用jar包
│
├─common 公共模块
│  ├─aspect 系统日志
│  ├─exception 异常处理
│  ├─validator 后台校验
│  └─xss XSS过滤
│ 
├─config 配置信息
│ 
├─modules 功能模块
│  ├─api API接口模块(APP调用)
│  ├─job 定时任务模块
│  ├─oss 文件服务模块
│  ├─sys 权限模块
│  └─test 测试模块
│ 
├─RenrenApplication 项目启动类
│  
├──resources 
│  ├─mapper SQL对应的XML文件
│  ├─static 第三方库、插件等静态资源
│  └─views  项目静态页面

技术选型:

  • 核心框架:Spring Boot 1.5
  • 安全框架:Apache Shiro 1.3
  • 视图框架:Spring MVC 4.3
  • 持久层框架:MyBatis 3.3
  • 定时器:Quartz 2.3
  • 数据库连接池:Druid 1.0
  • 日志管理:SLF4J 1.7、Log4j
  • 页面交互:Vue2.x
  • 前端监控:ECharts 3.8
  • 压测内核:Apache JMeter 4.0
  • 脚本调用内核:Apache Commons Exec 1.3
  • 远程执行命令:Ganymed build210
  • 批量上传组件:bootstrap-fileinput v4.5.2
  • JVM内部缓存:Guava 18.0

本地部署

tomcat部署

  • 修改application.yml,修改profiles,指定执行环境如线下环境pro
  • 修改application-pro.yml,更新线下环境的MySQL账号和密码
  • 修改MySQL中sys_config表中Jmeter专属配置项,更新为本地地址
  • 通过maven命令打包war包:mvn clean package -f pom-war.xml
  • 将target目录下,打包好的war包保存到tomcat的webapps目录下
  • 通过tomcat的bin目录下的startup命令,启动tomcat
  • 访问tomcat路径,如:http://线下环境ip:8080/renren-fast/index.html
  • 账号密码:admin/admin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].