Skip to content

Jmeter

This check will execute the JMeter CLI to execute the JMX test plan on the specified host.

apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
  name: jmeter-check
spec:
  interval: 30
  jmeter:
    - name: jmeter check
      host: 192.168.1.5
      jmx:
        valueFrom:
          configMapKeyRef:
            name: jmeter-config
            key: sample-test.jmx
      port: 1099
Field Description Scheme Required
description Description for the check string
host Host is the server against which test plan needs to be executed string
icon Icon for overwriting default icon on the dashboard string
jmx Jmx defines the ConfigMap or Secret reference to get the JMX test plan kommons.EnvVar Yes
name Name of the check string
port Port on which the server is running int32
properties Properties defines the local Jmeter properties []string
responseDuration ResponseDuration under which the all the test should pass string
systemProperties SystemProperties defines the java system property []string