Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bandwidth Metrics #455

Closed
abhilash07 opened this issue Feb 8, 2017 · 3 comments
Closed

Bandwidth Metrics #455

abhilash07 opened this issue Feb 8, 2017 · 3 comments
Labels

Comments

@abhilash07
Copy link

Hello everyone is any one know about network bandwidth metrics in prometheus or node_exporter

@brian-brazil
Copy link
Contributor

Look at the node_network stats.

@abhilash07
Copy link
Author

Hi brain-brazil thanks for your quick reply, i have searched node_network_stats but there is no metrics with that name. In below uploaded images there are many node_netstat metrics. Can you please which metrics is for Bandwidth in Prometheus (for Eg. node_
screenshot from 2017-02-08 17-48-38
screenshot from 2017-02-08 17-49-01

)

@SuperQ
Copy link
Member

SuperQ commented Feb 8, 2017

Those are all of the metrics Brian suggested.

For example, you can see the 5min rolling average of transmit bytes by interface using this query:

rate(node_network_transmit_bytes[5m])

@SuperQ SuperQ closed this as completed Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants