From 6c98a31b980d1d6cbbc9aeb2064d3f1c2252c3da Mon Sep 17 00:00:00 2001 From: gokuls Date: Wed, 17 May 2017 21:52:10 -0700 Subject: VES5.0 development changes not for test Change-Id: Ib44b38d24e8c841c1a85aaf82265b10f3d387b0c Signed-off-by: Gokul Singaraju --- VESreporting_vLB5.0/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 VESreporting_vLB5.0/README.md (limited to 'VESreporting_vLB5.0/README.md') diff --git a/VESreporting_vLB5.0/README.md b/VESreporting_vLB5.0/README.md new file mode 100644 index 00000000..ff6ba25f --- /dev/null +++ b/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