Commit 7c9d09df by flyxiaozhu

1

parent 1ec9bb86
Showing with 1 additions and 0 deletions
......@@ -12,6 +12,7 @@
并发用户数:在同一时刻与服务器进行了交互的在线用户数量。
最大并发数:指同时登录站点的最大人数或者服务器同时接收下载的最大数量。
吞吐率:是场景运行过程中服务器每秒的吞吐量。其度量单位是字节,表示每个请求连接在任何给定的每一秒从服务器获得的数据量。
详细解释:https://www.cnblogs.com/data2value/p/6220859.html
## 目的
通过压力测试,判断当前应用环境情况下系统的负载能力,为今后应用范围扩大,用户量上升后,服务器扩容、升级等提供必要的技术支撑,及服务器规划等。
......
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