Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
江炜
/
erp2.0-test-report
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
99c9aa31
authored
Feb 22, 2019
by
flyxiaozhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6c931983
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
doc/technologySharing/technologySharing.md
doc/technologySharing/technologySharing.md
View file @
99c9aa31
压测技术分享
==
## 什么是压测?
压力测试:是通过确定一个系统的瓶颈或者不能接收的性能点,来获得系统能提供的最大服务级别的测试。
通过压力测试对游戏或应用服务器性能进行高压测试,暴露出其所存在的问题
主要是从以下三个维度来衡量
• 响应时间:从用户角度,响应时间是指系统对请求作出响应的时间
• 服务器资源
• 吞吐量:指系统在单位时间内处理请求的数量
## 并发用户数
并发用户数是指系统可以同时承载的正常使用系统功能的用户的数量
主要是从以下三个维度来衡量
• 响应时间:从用户角度,响应时间是指系统对请求作出响应的时间
• 服务器资源
• 吞吐量:指系统在单位时间内处理请求的数量
并发:在操作系统中,指一个时间段中有几个程序都处于已启动运行到运行完毕之间,且这几个程序都是在同一个处理机上运行,但任一个时刻点上只有一个程序在处理机上运行。
并发用户数:在同一时刻与服务器进行了交互的在线用户数量。
最大并发数:指同时登录站点的最大人数或者服务器同时接收下载的最大数量。
吞吐率:是场景运行过程中服务器每秒的吞吐量。其度量单位是字节,表示每个请求连接在任何给定的每一秒从服务器获得的数据量。
## JMeter
JMeter是100%纯JAVA桌面应用程序,被设计为用于测试客户端/服务端结构的软件(例如web应用程序)。它可以用来测试静态和动态资源的性能。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment