问题标签 [caliper]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
81 问题
0
投票
0
回答
25
浏览
javascript - 将 Caliper 配置为在测试轮次期间打印指标?
在hyperledger fabric
基准测试中,Caliper
完成测试轮后打印报告结果。
如何配置以在测试回合期间(例如每 5 秒(而不是回合结束后一次))Caliper
打印或发出TX 延迟、TX 成功率和资源统计信息(cpu、ram...)等指标?
我想要一个基准测试并记录这些指标以及来自工作负载模块的我自己的指标,然后构建图表并查看这些指标的行为方式。