All Projects → junneyang → http-benchmark-netty

junneyang / http-benchmark-netty

Licence: other
基于Java Netty的HTTP客户端工具 & HTTP高性能测试工具。参数灵活定制、支持邮件报表等。Python Tornado版: https://github.com/junneyang/http-benchmark-tornado 。

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to http-benchmark-netty

Trunk
Make bazel an out of box solution for C++/Java developers
Stars: ✭ 203 (+395.12%)
Mutual labels:  netty
Fan Push
a simple and small push system for Android and server based on Netty.
Stars: ✭ 238 (+480.49%)
Mutual labels:  netty
small-rpc
🔥基于netty和hessian的一个轻量级RPC调用框架
Stars: ✭ 21 (-48.78%)
Mutual labels:  netty
Helidon
Java libraries for writing microservices
Stars: ✭ 2,554 (+6129.27%)
Mutual labels:  netty
Videocalling
局域网p2p视频聊天
Stars: ✭ 223 (+443.9%)
Mutual labels:  netty
eagle
Eagle分布式rpc调用,借助Zookeeper实现服务注册和发现,基于AQS实现高性能连接池,支持分布式追踪、监控、过载保护等配置。提供Spring和SpringBoot插件,方便与Spring和SpringBoot集成。
Stars: ✭ 77 (+87.8%)
Mutual labels:  netty
Gopush
分布式消息推送服务,可以用于客服、推送、聊天等诸多系统的 核心组件服务!
Stars: ✭ 204 (+397.56%)
Mutual labels:  netty
xmutca-rpc
Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。
Stars: ✭ 18 (-56.1%)
Mutual labels:  netty
Spring Dubbo Service
微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar
Stars: ✭ 224 (+446.34%)
Mutual labels:  netty
CampusForum
校园论坛
Stars: ✭ 62 (+51.22%)
Mutual labels:  netty
Mongo Java Server
Fake implementation of MongoDB in Java that speaks the wire protocol.
Stars: ✭ 211 (+414.63%)
Mutual labels:  netty
Styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 218 (+431.71%)
Mutual labels:  netty
esa-httpclient
An asynchronous event-driven HTTP client based on netty.
Stars: ✭ 82 (+100%)
Mutual labels:  netty
Mini Rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
Stars: ✭ 205 (+400%)
Mutual labels:  netty
websocket-scala-client
WebSocket client based on Netty
Stars: ✭ 37 (-9.76%)
Mutual labels:  netty
Thunder
⚡️ Nepxion Thunder is a distribution RPC framework based on Netty + Hessian + Kafka + ActiveMQ + Tibco + Zookeeper + Redis + Spring Web MVC + Spring Boot + Docker 多协议、多组件、多序列化的分布式RPC调用框架
Stars: ✭ 204 (+397.56%)
Mutual labels:  netty
Jreactive 8583
Java Client & Server for ISO8583 & Netty
Stars: ✭ 248 (+504.88%)
Mutual labels:  netty
styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 250 (+509.76%)
Mutual labels:  netty
freeswitch-esl-all
freeswitch event socket base on netty 4 and has some new features.
Stars: ✭ 110 (+168.29%)
Mutual labels:  netty
acteur
A framework for writing lightweight, scalable servers with Guice and Netty
Stars: ✭ 66 (+60.98%)
Mutual labels:  netty

http-benchmark-netty

基于java netty的http客户端工具&http高性能测试工具,web性能测试首选。解决业界web测试工具压力不足、压力不均匀、统计输出不完备、扩展不灵活等所有缺陷。 测试工具参数配置灵活,可满足一般性能测试、延迟测试、最大连接数测试、吞吐量测试、压力测试、长时间稳定性测试、内存泄漏测试等场景。测试工具基于频繁的业务测试不断优化改进,稳定可靠、实用性强。

简介:

  • 基于netty异步库开发,one epoll per thread模型,性能强悍。
  • 支持随机请求、支持配置线程数、客户端个数、支持压力山大发送模式。
  • 支持返回结果验证。
  • 支持qps、延迟、最大连接数等统计。
  • 支持测试报告邮件自动发送。

使用:

  • 详见README。
  • 测试报告截图:
    image
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].