--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/9740234f-f147-4f84-8ad1-9b6bf0b678b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That should be working as expected. However I think there are some variations for different drivers.Do you see anything for node_infiniband_legacy_data_received_bytes_total
If you query in the console, not the graph, for node_infiniband_port_data_transmitted_bytes[5m] do you see sensible data? Does it match the data in /sys/class/infiniband?
Just to ask a stupid question, what is your node_exporter scrape interval?
On Mon, Nov 6, 2017 at 10:13 PM, Matteo Dessalvi <mdes...@gmail.com> wrote:
Hi all.With the latest release of node_exporter (0.15.0) I am trying to monitora bunch of Infiniband network cards on our servers (we are using MellanoxConnectX-3 cards at 56 Gb/sec (4X FDR)).Since this version has integrated the pull request #579, I thought I shouldbe able to graph the following IB metrics:- node_infiniband_port_data_transmitted_bytes- node_infiniband_port_data_received_bytesThe exporter reports some value from both of them but the problem arise whenI am trying to apply the irate/rate functions on it: the result is always zero.For example: irate(node_infiniband_port_data_transmitted_bytes{job='my_job'}[5m])the result on the PromQL dashboard is a flat line, independently of the time resolution(30 min, 1 hour, etc.).I guess I am misunderstanding something here or most likely I am simply doingsomething wrong.Anybody has tried to monitor IB cards with node_exporter and can give me somehints?Thanks in advance!Best regards,Matteo
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/b0f0c2df-af43-4cbe-b081-42a3791437e7%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/2fa2b74e-9719-4da5-ab0d-0bd6fc12d937%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/67db3d13-6de2-40f5-a24b-5205a3ae6e6b%40googlegroups.com.
Yea, I don't know what is going on, it sounds like something is broken in the infiniband drivers. :(