Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 pulsar perf 通过以下命令测试服务:pulsar-perf generate topic1 -n 1 -t 10 -r 1000000,但是日志显示Throughtput Produced 刚好低于 10000,我需要通过更高的消息率测试服务, 我能怎么做 ?
如果要确保正确使用命令,可以使用额外的下限,例如 100 和 1000。
如果您看到预期的行为,并且恰好达到 10000 的上限,则可能是软件限制。
如果您看到它在 10000 左右,则可能是硬件限制。检查您的硬件的哪些资源被充分利用(cpu、磁盘、内存、网络)并在具有更多资源的机器上尝试。