command
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Subsystem
This is a sample process to push gNMI data to gnmi_target
via YDB (Yaml DataBlock) interface.
- The sample subsystem collects the statistics of the system's NICs monitored by
ifconfig
via YDB interface.
- It manufactures and pushs the collected stats to
gnmi_target
via YDB communication channel.
Install
To push the gNMI data via YDB, libydb must be installed.
go get github.com/neoul/libydb
cd src/github.com/neoul/libydb
autoreconf -i -f
./configure
make
sudo make install
Run
go run subsystem.go
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.