Optimizing Linux
Workflows
Applying parameters
A typical workflow
name: "linux workflow"
tasks:
- name: "set linux parameters"
operator: "LinuxConfigurator"
arguments:
component: "mylinuxcomponent"
- name: "execute performance test"
operator: "Executor"
arguments:
host:
hostname: "perf.mycompany.com"
key: "..."
username: "perf"
command: "/home/perf/start.sh"Telemetry Providers
Last updated
Was this helpful?