It would be interesting to get metrics out of something like smokeping. That would allow for nice latency histograms.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Sat, Aug 27, 2016 at 8:19 PM, Michael Stapelberg
<mic...@robustirc.net> wrote:
> In particular, I’m thinking it would be good to monitor the round-trip time
> (RTT) and packet loss from each node to all other nodes.
Just keep in mind what growth charateristics a double fully connected,
directed graph has.
> While the blackbox_exporter seems to support an ICMP-based probe¹, it
> doesn’t seem to export metrics about the RTT and packet loss. In fact, I
> couldn’t find any available exporter which would export these two metrics.
>
> Is there anything I’m missing? Would the blackbox_exporter be the right
> place to contribute such a feature? If not, where should it go?
RTT can be found in scrape_duration_seconds.
Loss is probe_success, but that might not be what you want.
On Mon, Aug 29, 2016 at 9:58 AM, Michael Stapelberg
<mic...@robustirc.net> wrote:
> So, I would have expected probe_duration_seconds values around 0.00702, but
> blackbox-exporter’s probe_duration_seconds starts at 0.009 and has massive
> spikes.
Good point. Brian should know by heart how he implemented it.
As an aside, you really want `mtr -rnc $number` for such stats on cli.
Richard
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 29 August 2016 at 09:22, Richard Hartmann <richih.ma...@gmail.com> wrote:On Mon, Aug 29, 2016 at 9:58 AM, Michael Stapelberg
<mic...@robustirc.net> wrote:
> So, I would have expected probe_duration_seconds values around 0.00702, but
> blackbox-exporter’s probe_duration_seconds starts at 0.009 and has massive
> spikes.
Good point. Brian should know by heart how he implemented it.It's a pretty simple implementation. What does strace show in terms of timing?Brian
As an aside, you really want `mtr -rnc $number` for such stats on cli.
Richard
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscri...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Brian Brazil
That raises an important point, though. Wouldn't most people except not to measure this overhead?
Splitting this into two metrics might make sense.
Richard
Sent by mobile; excuse my brevity.