From 092189e83c4bd470b9232380dd1a33c63a035606 Mon Sep 17 00:00:00 2001 From: Herbert Eiselt Date: Wed, 3 Apr 2019 17:24:29 +0200 Subject: SDN-R read2docs Add docs folder and project with src Change-Id: I0299c5984c747a40a8dd1e3f79479b9e9d729d50 Issue-ID: SDNC-683 Signed-off-by: Herbert Eiselt --- docs/guides/onap-user/pnfPerformance.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/guides/onap-user/pnfPerformance.rst (limited to 'docs/guides/onap-user/pnfPerformance.rst') diff --git a/docs/guides/onap-user/pnfPerformance.rst b/docs/guides/onap-user/pnfPerformance.rst new file mode 100644 index 000000000..9a1a8fcb5 --- /dev/null +++ b/docs/guides/onap-user/pnfPerformance.rst @@ -0,0 +1,20 @@ +.. contents:: + :depth: 3 +.. + +Performance +=========== + +Performance Monitoring values measured by the devices are necessary to +analyze and optimize the network. Therefore the application +automatically retrieves all historical performance values from the +devices and stores them in a database. The client part just retrieves +the values from the database and displays them in graphical user +interface. + +Performance history values +-------------------------- + +After selection of a connected PNF supporting ONF-TR-532 and an physical +interface, the application collects the received and centralized stored +performance values for this interface and displays them in table views. -- cgit 1.2.3-korg