gatling 可以加载测试 SQL 数据库或 MongoDB 吗?

Can gatling load test SQL database or MongoDB?

我需要对我的持久存储 Postgres 和 MongoDB 进行负载测试。

我想知道是否可以使用加特林机?因为正如我所见,门控仅支持开箱即用的 http 和 jms。

很遗憾,没有,前段时间还在讨论中,但是社区对该功能的需求似乎不够高,因此被放弃了。

您可以使用 Apache JMeter for database testing, it comes with MongoDB Script sampler for Mongo and JDBC Request sampler for any other databases which support JDBC 协议。

新的 JMeter 测试和现有的 Gatling 测试可以通过 Taurus tool which supports JMeter, Gatling 和其他一些底层负载测试工具组合成一个测试工具。