Update INFO.yaml with new PTL
[demo.git] / vnfs / VESreporting_vFW5.0 / README.md
1
2 PROJECT DESCRIPTION
3 ---
4 This project contains the source code and scripts for the periodic generation of network measurement reports. The folder contains:
5
6  - README.md: this file.
7
8  - LICENSE.TXT: the license text.
9
10  - 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.
11
12  - Makefile: makefile that compiles vpp_measurement_reporter.c and generates vpp_measurement_reporter binary.
13
14  - 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.
15
16
17 USAGE
18 ---
19 To run the vpp_measurement_reporter, please execute the following steps:
20
21  - Make the go-client.sh script executable
22         chmod +x go-client.sh
23
24  - Run one of the scripts based on one collector or 2 collector
25         ./go-client.sh  
26         ./go-client_2_collector.sh