Optimizing a sample Linux system
Telemetry
provider: "Prometheus"
config:
address: "linux1" # address of the Prometheus of system1
port: 9090 # port of the Prometheus of system1
component: "linux1-linux"provider: "CSV"
config:
address: "linux1"
authType: "password"
username: "ubuntu"
auth: "[INSERT PASSWORD HERE]"
protocol: scp
remoteFilePattern: "/home/ubuntu/benchmark_log.csv" # the remote path of the csv with the metrics of the benchmark
componentColumn: "component" # which column of the csv should contain the name of the component
csvFormat: "horizontal"
metrics:
- metric: "throughput"
datasourceMetric: "events_per_second"Workflow
System
Study
Last updated
Was this helpful?