简体   繁体   中英

Pivotal gemfire load testing

How to test pivotal gemfire with more than 4000 concurrent users inserting data into gemfire region and same number of concurrent users reading data from gemfire region. Reading of data from gemfire region can happen after the insertion operation or parallel. Can you please suggest some best solution around it.

The question is a bit ambiguous.

If you're looking at purely benchmarking GemFire then the YCSB framework would be a good place to start as it provides standardized tests across various IMDG and RDBM systems.

If you are looking for tools for your own app then I'd suggest looking at Jmeter. You'll obviously need to provide some custom code in order to do puts and gets but it will provide you with many other capabilities such as being able to scale your test and also quantify the results.

If you're looking for suggestions on a GemFire architecture to support the scale of your test then you'll need to provide more details as to the functional and non-functional requirements of your application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM