diff options
author | Matthias Runge <mrunge@redhat.com> | 2019-05-29 08:50:31 +0200 |
---|---|---|
committer | Matthias Runge <mrunge@redhat.com> | 2019-07-09 17:48:00 +0200 |
commit | 673330e0d38979edfe8323d7de419fcf741d4ed8 (patch) | |
tree | 22a881fba91a23cc4a311b9a3d3ce3d809f23f8e /README.rst | |
parent | c4e89bacea7d792a588359107ec2df36c13e4c3c (diff) |
Add a README for github mirrors to show
Change-Id: Ib3ae52755cae26a386b17f01dab3bba4976c220e
Signed-off-by: Matthias Runge <mrunge@redhat.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..1b96a90d --- /dev/null +++ b/README.rst @@ -0,0 +1,38 @@ +Barometer +--------- +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +:: + + Note: this repository provides a demo implementation. It is not intended + for unmodified use in production. It has not been tested for production. + + + +The ability to monitor the Network Function Virtualization Infrastructure +(NFVI) where VNFs are in operation will be a key part of Service Assurance +within an NFV environment, in order to enforce SLAs or to detect violations, +faults or degradation in the performance of NFVI resources so that events +and relevant metrics are reported to higher level fault management systems. +If fixed function appliances are going to be replaced by virtualized +appliances the service levels, manageability and service assurance needs +to remain consistent or improve on what is available today. + +As such, the NFVI needs to support the ability to monitor: + +#. Traffic monitoring and performance monitoring of the components that + provide networking functionality to the VNF, including: physical + interfaces, virtual switch interfaces and flows, as well as the + virtual interfaces themselves and their status, etc. +#. Platform monitoring including: CPU, memory, load, cache, thermals, fan + speeds, voltages and machine check exceptions, etc. + + +All of the statistics and events gathered must be collected in-service and +must be capable of being reported by standard Telco mechanisms (e.g. SNMP, +REST), for potential enforcement or correction actions. In addition, this +information could be fed to analytics systems to enable failure prediction, +and can also be used for intelligent workload placement. + + |