带有 SSL 的 sysbench?
有没有人尝试过使用“mysql-ssl”选项通过 sysbench 对 MySQL 进行基准测试?
我无法弄清楚 sysbench 在哪里查找客户端密钥、客户端证书和 ca 证书。您可以在此处找到 sysbench 手册 (http://sysbench.sourceforge.net/docs/),但它没有提及证书文件的位置。
有什么想法吗?
Has anyone tried benchmarking MySQL with sysbench using the "mysql-ssl" option?
I can't figure out where sysbench looks for the client key, client certificate, and ca cert. You can find the sysbench manual here (http://sysbench.sourceforge.net/docs/), but it doesn't have any mention of the location of the certificate files.
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我明白了。如果 sysbench 使用“--mysql-ssl=on”选项启动,它将在当前目录中查找以下文件:
client-cert.pem
客户端密钥.pem
cacert.pem(注意没有破折号)
希望这可以帮助其他困惑的系统测试人员。
克里斯
Ok, I got it figured out. If sysbench is started with the "--mysql-ssl=on" option, it looks in the current directory for the following files:
client-cert.pem
client-key.pem
cacert.pem (note no dash)
Hope this helps other confused sysbench-ers.
Chris