Re: [openstack-dev] Recommended ways to find compute node's bandwidth (physical NIC)

2016-06-20 Thread KHAN, RAO ADNAN
of this email is strictly prohibited. -Original Message- From: Sudipto Biswas [mailto:sbisw...@linux.vnet.ibm.com] Sent: Monday, June 20, 2016 12:12 AM To: openstack-dev@lists.openstack.org; sbisw...@in.ibm.com Subject: Re: [openstack-dev] Recommended ways to find compute node's bandwidth

Re: [openstack-dev] Recommended ways to find compute node's bandwidth (physical NIC)

2016-06-19 Thread Sudipto Biswas
Thanks Jay for pointing this out. Adnan, Yeah - you could use PcP - if that module gets integrated with Nova. For your benefit, here are some of the metrics that PcP can provide related to the physical NIC: pminfo | grep network.interface <== Listing the available metrics.

Re: [openstack-dev] Recommended ways to find compute node's bandwidth (physical NIC)

2016-06-19 Thread Jay Pipes
On 06/16/2016 04:16 PM, KHAN, RAO ADNAN wrote: I am writing a nova filter that will check for the compute node (max, avg) bandwidth, before instantiating an instance. What are some of the recommended tools that can provide this info in real time? Does any openstack component hold this info

[openstack-dev] Recommended ways to find compute node's bandwidth (physical NIC)

2016-06-16 Thread KHAN, RAO ADNAN
I am writing a nova filter that will check for the compute node (max, avg) bandwidth, before instantiating an instance. What are some of the recommended tools that can provide this info in real time? Does any openstack component hold this info already? Thanks, Adnan