-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qps problem #32
Comments
单台机器 4核,压测工具分配一核,http server 分配一核 ---------------- 2020年 9月13日 星期日 11时14分48秒 CST 补充-------------- |
我刚在阿里云申请机器(4核4G内存 硬盘是SSD的),压测了一下,QPS都是1.1万以上(go-stress-testing 单核cpu) 这里有压测示例,可以参考一下:
|
// 平均 QPS 成功数总协程数/总耗时 (每秒) |
如果单测http请求,最大能达到多大的qps呢?
The text was updated successfully, but these errors were encountered: