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

Why cleanup some threads while running read test? #1664

Open
XJTUNiu opened this issue Feb 26, 2023 · 1 comment
Open

Why cleanup some threads while running read test? #1664

XJTUNiu opened this issue Feb 26, 2023 · 1 comment

Comments

@XJTUNiu
Copy link

XJTUNiu commented Feb 26, 2023

I specific "operationcount=10000000 -threads 32 -target 10000" in workloadc uniform read, but I find parts of threads will be cleanuped after a specific time, that is operationcount./target seconds.
Why and how to avoid it?

For example:
2023-02-26 18:30:17:845 10 sec: 67398 operations; 6739.8 current ops/sec; est completion in 24 minutes [READ: Count=67404, Max=25295, Min=36, Avg=4485.32, 90=9855, 99=16543, 99.9=20495, 99.99=23663]
……
2023-02-26 18:46:57:845 1010 sec: 6791560 operations; 2003.6 current ops/sec; est completion in 7 minutes [READ: Count=20035, Max=19199, Min=52, Avg=8007.31, 90=12231, 99=15279, 99.9=17887, 99.99=19199] [CLEANUP: Count=16, Max=1771, Min=19, Avg=403.88, 90=1696, 99=1771, 99.9=1771, 99.99=1771]
……
2023-02-26 18:58:07:845 1680 sec: 8132262 operations; 1623.4 current ops/sec; est completion in 6 minutes [READ: Count=16234, Max=20351, Min=2054, Avg=8687.46, 90=12423, 99=15351, 99.9=17471, 99.99=18671] [CLEANUP: Count=4, Max=54, Min=21, Avg=31.75, 90=54, 99=54, 99.9=54, 99.99=54]
……
2023-02-26 19:10:57:845 2450 sec: 9065169 operations; 1112.2 current ops/sec; est completion in 4 minutes [READ: Count=11122, Max=19487, Min=2360, Avg=10150.11, 90=12591, 99=15079, 99.9=17247, 99.99=19391] [CLEANUP: Count=3, Max=51, Min=19, Avg=31.67, 90=51, 99=51, 99.9=51, 99.99=51]

@XJTUNiu XJTUNiu changed the title Why decrease thread num while running read test? Why cleanup some threads while running read test? Feb 26, 2023
@XJTUNiu
Copy link
Author

XJTUNiu commented Feb 26, 2023

I suspect operation count is assigned equally to each thread at the beginning, but why time usage varies massively from some threads to others?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant