From fee6de844f9d4c3aad87733734d35df50117b6b0 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Thu, 18 May 2017 11:09:08 -0400 Subject: Change location of VES5.0 code Change-Id: If8a1173813eb4d5c14c04b132269696a748505e7 Signed-off-by: Marco Platania --- vnfs/VESreporting_vLB5.0/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 vnfs/VESreporting_vLB5.0/README.md (limited to 'vnfs/VESreporting_vLB5.0/README.md') diff --git a/vnfs/VESreporting_vLB5.0/README.md b/vnfs/VESreporting_vLB5.0/README.md new file mode 100644 index 00000000..ff6ba25f --- /dev/null +++ b/vnfs/VESreporting_vLB5.0/README.md @@ -0,0 +1,28 @@ + +PROJECT DESCRIPTION + +“The content of this directory is currently under development and, at this stage, is not intended for demonstration and/or testing.” + +--- +This project contains the source code and scripts for the periodic generation of network measurement reports. The folder contains: + + - README.md: this file. + + - LICENSE.TXT: the license text. + + - vpp_measurement_reporter.c: source code that uses the ECOMP Vendor Event Listener Library (VES) to read metrics from the network interface and send periodic measurement reports to the VES collector in DCAE. The VES library used here has been cloned from the GitHub repository at https://github.com/att/evel-library on February 1, 2017. + + - Makefile: makefile that compiles vpp_measurement_reporter.c and generates vpp_measurement_reporter binary. + + - go-client.sh: bash script that starts up the vpp_measurement_reporter binary generated by Makefile. It reads input parameters like DCAE IP address and port from configuration files contained in /opt/config. + + +USAGE +--- +To run the vpp_measurement_reporter, please execute the following steps: + + - Make the go-client.sh script executable + chmod +x go-client.sh + + - Run the go-client.sh script + ./go-client.sh -- cgit 1.2.3-korg