【发布时间】:2014-06-14 17:06:25
【问题描述】:
我们在 Spring Batch Chunk Partitioning Architecture 之上编写了一个批处理基础框架。 (主从并行处理模型)[1]
现在我想测试和可视化通过批处理框架运行的批处理作业的性能如何根据批处理大小与从属设备的数量(网格大小)而变化,并分析应如何微调 Throttle-limit 参数.这是为了了解使用批处理框架以最少的时间并行处理批处理的最佳水平。
我还没有找到有效的机制来实现这一点?任何解决方案或范例来建立我的途径?
[1]http://docs.spring.io/spring-batch/trunk/reference/html/scalability.html
【问题讨论】:
标签: java spring parallel-processing spring-batch performance-testing