apache / shardingsphere-elasticjob

Distributed scheduled job
Apache License 2.0
8.12k stars 3.28k forks source link

Integrate ge.apache.org in the project to prepare for possible performance testing #2413

Open linghengqian opened 1 month ago

linghengqian commented 1 month ago

Feature Request

For English only, other languages will not accept.

Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will close it.

Please answer these questions before submitting your issue. Thanks!

Is your feature request related to a problem?

@zjx990: When conducting this kind of automated testing, can we introduce a scenario? Specifically, consider a client or, more accurately, a server that actually executes jobs, reaching its limits. For example: This instance is an execution node for 900 jobs, which is the actual server. These 900 jobs are scheduled every second. When would this server reach its capacity limit? My thought: My idea is to focus on its CPU information, since job scheduling is periodic, and thus the CPU usage will also fluctuate periodically. I'll ignore the memory used by the jobs for now. If the CPU peak reaches 70%, then I would consider the limit of this instance to be 900 jobs.

Describe the feature you would like.

linghengqian commented 2 weeks ago