Giter Site home page Giter Site logo

Comments (5)

link1st avatar link1st commented on May 18, 2024

短耗时,最长耗时和平均响应时间 是毫秒

from go-stress-testing.

 avatar commented on May 18, 2024

好的,如果求网站承受的最大并发数是不是可以用这个公式qps*(平均响应时间/1000) @link1st

from go-stress-testing.

link1st avatar link1st commented on May 18, 2024

一般计算服务器性能都是使用的是 QPS ,而不是并发数 24-如何计算压测指标

并发指一个处理器同时处理多个任务的能力(逻辑上处理的能力),与 CPU 调度有关,一般不作为性能指标

from go-stress-testing.

 avatar commented on May 18, 2024

但是访问不同的接口qps不同,我怎么能够算出平均的qps值 ,或者怎么估算能代表这个网站的qps值@link1st

from go-stress-testing.

link1st avatar link1st commented on May 18, 2024

可以利用 nginx access日志,所有的请求地址、请求时间都被记录下来了,这样就能算出总的请求量,然后可以按 公式: ( 总PV数80% ) / ( 每天的秒数20% ) = 峰值时间每秒钟请求数(QPS) 计算

如果知道请求峰值在哪个时间段,可以查询这个时间点的总的请求量进行计算QPS~

nginx access日志 参考

114.252.52.208 - - [03/Nov/2019:12:35:23 +0800] "GET /user/list HTTP/1.1" 200 59 "http://im.91vh.com/home/index" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36"

from go-stress-testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.