Commit 6c931983 by flyxiaozhu

1

parent 4bb036c0
......@@ -27,4 +27,7 @@
* [samsung](./doc/samsung/samsung.md)
## 八、erp-admin 压测
* [erp](./doc/erp/erp.md)
\ No newline at end of file
* [erp](./doc/erp/erp.md)
## 九、技术分享
* [Technology Sharing](./doc/technologySharing/technologySharing.md)
\ No newline at end of file
压测技术分享
==
## 什么是压测?
通过压力测试对游戏或应用服务器性能进行高压测试,暴露出其所存在的问题
主要是从以下三个维度来衡量
• 响应时间:从用户角度,响应时间是指系统对请求作出响应的时间
• 服务器资源
• 吞吐量:指系统在单位时间内处理请求的数量
## 并发用户数
并发用户数是指系统可以同时承载的正常使用系统功能的用户的数量
## JMeter
JMeter是100%纯JAVA桌面应用程序,被设计为用于测试客户端/服务端结构的软件(例如web应用程序)。它可以用来测试静态和动态资源的性能。
* 使用教程博客
https://www.cnblogs.com/TankXiao/p/4045439.html
https://blog.csdn.net/m0_37529303/article/details/75453230
* 聚合报告含义
![img](./doc/20170720001739096.png)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment