简体   繁体   English

关键的gemfire负载测试

[英]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. 如何使用4000多个并发用户将数据插入gemfire区域以及从gemfire区域读取数据的并发用户数相同来测试关键的gemfire。 Reading of data from gemfire region can happen after the insertion operation or parallel. 从gemfire区域读取数据可能会在插入操作之后或并行执行。 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. 如果您只是在对GemFire进行基准测试,那么YCSB框架将是一个不错的起点,因为它提供了跨各种IMDG和RDBM系统的标准化测试。

If you are looking for tools for your own app then I'd suggest looking at Jmeter. 如果您正在为自己的应用程序寻找工具,那么我建议您查看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. 如果您正在寻找有关GemFire架构的建议以支持您的测试规模,则需要提供有关应用程序功能和非功能需求的更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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