如何进行geode-benchmark?
how to proceed with the geode-benchmark?
我在 GitHub 下载了 Apache geode,我现在正在做 geode 基准测试。您是否有以下问题可以帮助我?或者你能告诉我如何进行 geode-benchmark 吗?
如果有人能指点我,我将不胜感激。
错误:
[root@node3 geode-benchmarks]# java -cp build/libs/geode-benchmarks-1.2.0-SNAPSHOT.jar com.org.apache.geode.cache.benchmark.RangeQueryWithIndexBenchmark
错误:无法找到或加载主程序 class com.org.apache.geode.cache.benchmark.RangeQueryWithIndexBenchmark
此操作在系统上异常
谢谢!
如果您想对 Geode 的 read/write 性能进行基准测试,我认为您应该看看 YCSB。您提到的基准测试是用于测试 Geode 内部结构的微基准测试。
我在 GitHub 下载了 Apache geode,我现在正在做 geode 基准测试。您是否有以下问题可以帮助我?或者你能告诉我如何进行 geode-benchmark 吗? 如果有人能指点我,我将不胜感激。
错误: [root@node3 geode-benchmarks]# java -cp build/libs/geode-benchmarks-1.2.0-SNAPSHOT.jar com.org.apache.geode.cache.benchmark.RangeQueryWithIndexBenchmark
错误:无法找到或加载主程序 class com.org.apache.geode.cache.benchmark.RangeQueryWithIndexBenchmark 此操作在系统上异常
谢谢!
如果您想对 Geode 的 read/write 性能进行基准测试,我认为您应该看看 YCSB。您提到的基准测试是用于测试 Geode 内部结构的微基准测试。