Shanks
Shanks

Reputation: 115

How to use Azure Kusto Query Language (KQL) to query Jmeter Graph such as Active Threads Over times

If Jmeter already connect to Azure(like JMeter logs sent to a platform like Log Analytics workspace) , you get all Jmeter data you want. You can easily use KQL to query the Jmeter data.
But you just don't know how to query Jmeter Graph - Active Threads Over times

Is there any Query code for it? Thanks

Upvotes: 0

Views: 435

Answers (1)

Charlie
Charlie

Reputation: 16

Hi I'm Charlie from the Microsoft for Founders Hub team. I'm not usually here, so may not see a follow up question, but do want help.

KQL is used to query telemetry and logs from technologies based on Azure Data Explorer (i.e,Application Insights, Logs Analytics workspace, Search in Sharepoint).

This said, you must have your JMeter logs sent to a platform like Log Analytics workspace before you can continue to query them. If you have, please follow these link to learn how to interact with that workspace in Azure:

  1. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-query-overview
  2. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-tutorial

To help you further, please include how you connected JMeter Logs to Azure.

Upvotes: 0

Related Questions