带有 SSL 的 sysbench?

发布于 2024-10-25 04:31:24 字数 263 浏览 2 评论 0原文

有没有人尝试过使用“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫竹語嫣☆ 2024-11-01 04:31:25

好吧,我明白了。如果 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文