You are here: Home / LBN / Up2date / Network Monitoring / BastionLinux 36 / prometheus-iperf-exporter-0.1.3-1.lbn36.x86_64

prometheus-iperf-exporter-0.1.3-1.lbn36.x86_64

Package Attributes
RPM  prometheus-iperf-exporter-0.1.3-1.lbn36.x86_64.rpm Architecture  x86_64 Size  9122644 Created  2022/09/06 06:03:08 UTC
Package Specification
Summary iperf_exporter for the Prometheus monitoring system
Group Unspecified
License Apache Software License 2.0
Home Page https://github.com/prometheus/iperf_exporter
Description

iPerf3 exporter is configured via command-line flags.

To view all available command-line flags, run iperf3_exporter -h.

The timeout of each probe is automatically determined from the scrape_timeout in the Prometheus config. This can be also be limited by the iperf3.timeout command-line flag. If neither is specified, it defaults to 30 seconds. Prometheus Configuration

The iPerf3 exporter needs to be passed the target as a parameter, this can be done with relabelling. Optional: pass the port that the target iperf3 server is lisenting on as the "port" parameter.

Example config:

scrape_configs: - job_name: iperf3 metrics_path: /probe static_configs: - targets: - foo.server - bar.server params: port: ['5201'] relabel_configs: - source_labels: [__address__] target_label: __param_target - source_labels: [__param_target] targetlabel: instance - targetlabel: __address replacement: 127.0.0.1:5201 # The iPerf3 exporter's real hostname:port.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
/bin/sh  
iperf  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
Provides
config(prometheus-iperf-exporter)
prometheus-iperf-exporter
prometheus-iperf-exporter(x86-64)

Document Actions