如何进行性能测试分析服务

How to performance test analysis services

如何使用 JMeter 针对分析服务编写性能测试?

我看过这个 post 关于 Java 库的用法,但我使用的是 .NET(经典)C#。

https://superuser.com/questions/1398297/jmeter-connection-with-ssas-cubes-sql-server-analysis-services/1399109#1399109

谢谢,

Java 用于连接到 OLAP 服务的库不适用于被测应用程序,它们 用于 JMeter

根据JMeter project main page

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance.

所以答案仍然适用,因为您的应用程序使用 OLAP

查看 The Groovy Templates Cheat Sheet for JMeter article which should help you to get started to use Java/Groovy code and they add OLAP libraries to JMeter Classpath 并使用它们实现您的逻辑。