Hello,
Is't possible to optimize multiple targets performance ?
What I've in mind is when you specify multiple hosts in Prometheus configuration.
It'd be nice to have an exporter modified to put all targets into one fping line for example:
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.1 10.1.14.2 10.1.14.3 10.1.14.4 10.1.14.5 10.1.14.6
instead of this:
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.1
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.2
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.3
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.4
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.5
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.6
is't possible ? Thanks
Hello,
Is't possible to optimize multiple targets performance ?
What I've in mind is when you specify multiple hosts in Prometheus configuration.
It'd be nice to have an exporter modified to put all targets into one fping line for example:
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.1 10.1.14.2 10.1.14.3 10.1.14.4 10.1.14.5 10.1.14.6
instead of this:
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.1
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.2
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.3
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.4
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.5
/usr/local/sbin/fping -4 -b 1200 -i 1 -p 100 -q -c 100 10.1.14.6
is't possible ? Thanks