diff options
author | PrakashH <pbhandar@techmahindra.com> | 2019-01-29 20:41:28 +0000 |
---|---|---|
committer | PrakashH <pbhandar@techmahindra.com> | 2019-02-13 19:00:02 +0000 |
commit | e987dff7d71bf2255646df58bf22fa603f8d3935 (patch) | |
tree | 11d55c61f49f9c2712c7b42a9ecd10e98659865d /veslibrary/ves_clibrary/VESreporting_vLB/README.md | |
parent | 493ed75799223784bdd6f9363d3bc4d189ddb370 (diff) |
VES 7.1 C Lib/Agent Enhancements
HB-Fault-Measurement-Syslog-2Collector enhancement
Issue-ID: VNFSDK-364
Change-Id: Iba5dc8b0493431a23de4fb8e24b6fc3a6661c4e4
Signed-off-by: PrakashH <pbhandar@techmahindra.com>
Diffstat (limited to 'veslibrary/ves_clibrary/VESreporting_vLB/README.md')
-rw-r--r-- | veslibrary/ves_clibrary/VESreporting_vLB/README.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/veslibrary/ves_clibrary/VESreporting_vLB/README.md b/veslibrary/ves_clibrary/VESreporting_vLB/README.md deleted file mode 100644 index 598b207..0000000 --- a/veslibrary/ves_clibrary/VESreporting_vLB/README.md +++ /dev/null @@ -1,26 +0,0 @@ - -PROJECT DESCRIPTION - ---- -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 |