Book Image

OpenStack Networking Cookbook

Book Image

OpenStack Networking Cookbook

Overview of this book

Table of Contents (19 chapters)
OpenStack Networking Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Monitoring the host Network bandwidth


In the previous recipes, we looked at monitoring the virtual infrastructure resources. For the cloud administrator, it is also very important to know about the utilization of the physical resources. In this recipe, you will learn about monitoring the Network utilization statistics for a compute or network node.

Ceilometer can collect the physical network statistics for the compute or network node using a central agent and SNMP. The Ceilometer central agent must be configured in order to collect the physical resource utilization data from the compute and network nodes. On the Compute and Network nodes, the SNMP daemon must be configured to provide the physical resource utilization data that is queried by the Ceilometer central agent.

In this recipe, you will learn how to use the Ceilometer commands in order to view the physical network statistics of the Compute and Network nodes. For this recipe, we will view the statistics collected for the Compute node...