Skip to content
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

对单实例3.5.5版本进行压测时,cpu占用率很高,磁盘利用率很低 #3004

Open
guozhihao-224 opened this issue Feb 6, 2025 · 7 comments
Labels
☢️ Bug Something isn't working

Comments

@guozhihao-224
Copy link

Is this a regression?

Yes

Description

  • 机器配置:
    • Silver4316*2(20c * 2)
    • SSD_1.92TB*8[U.2_2.5_]
    • DDR4_32G*8[3200MT/s]
  • pika配置文件:pika.txt
  • 压测命令:./../memtier_benchmark -p 9221 --command="set __key__ __val__" --random-data --data-size=512 --key-minimum=1 --key-maximum=2000000 --threads=16 --requests=500000 --print-percentiles 90,99,99.9,99.99 --command-key-pattern=G --hdr-file-prefix=set_16_8 --clients=8

在进行压测时,发现cpu占用率特别高、磁盘利用率很低 1%不到,是否是我压测数据或配置参数的问题

Please provide a link to a minimal reproduction of the bug

No response

Screenshots or videos

机器监控:
Image

Image

Please provide the version you discovered this bug in (check about page for version information)


Anything else?

No response

@guozhihao-224 guozhihao-224 added the ☢️ Bug Something isn't working label Feb 6, 2025
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: When performing pressure testing on single instance version 3.5.5, the CPU occupancy rate is very high and the disk utilization rate is very low.

@chejinge
Copy link
Collaborator

chejinge commented Feb 6, 2025

您好麻烦更新下您的config文件是怎么配置的

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Hello, please update your config file

@guozhihao-224
Copy link
Author

您好麻烦更新下您的config文件是怎么配置的
相关配置文件在描述那一块有上传

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Hello, please update how your config file is configured
The relevant configuration files are uploaded in the description section

@Mixficsol
Copy link
Collaborator

需要查看rocksdb的日志,检查是否有出现write stall或者stop。
还可以调整的参数:
rate-limiter-bandwidth调大。
增加level0-slow-down和stop的 trigger阈值。
增大memtable 大小,增加immutable memtable个数。
这些对于写场景应该是有提升的。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


You need to check the rocksdb log to check whether there is a write stall or stop.
Parameters that can also be adjusted:
rate-limiter-bandwidth is increased.
Increase the trigger thresholds for level0-slow-down and stop.
Increase the size of the memtable and increase the number of immutable memtables.
These should improve the writing scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☢️ Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants