
性能测试
AlferWei
一个奋斗在编程路上的程序员。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ESRally基准测试工具离线使用简介
ESRally安装运行ESRally需要依赖Python3,Git。本篇是针对Centos7系统。安装依赖安装Python3yum install openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel解压Python-3.5.0.tgz安装包sudo mkdir /usr/lo...原创 2019-12-10 14:56:25 · 1950 阅读 · 0 评论 -
性能指标TP99
首先给出Google到的答案:The tp90 is a minimum time under which 90% of requests have been served.tp90 = top percentile 90Imagine you have response times:10s1000s100s2sCalculating TP is very simple:...转载 2019-10-12 10:13:35 · 606 阅读 · 0 评论