PANTHEONtech / vpptop

vpptop, real time VPP statistics
Apache License 2.0
40 stars 15 forks source link

Local-only VPPTop #12

Closed VladoLavor closed 4 years ago

VladoLavor commented 4 years ago

The goal of this change is to allow running VPPTop using only local VPP implementation as an addition to the full VPP support, and enable unbind it from the VPPAgent. Repository now contains two mains - the one called vpptop works as before, the second one called vpptop_local uses only the local implementation and is not dependent on the VPPAgent.

Other improvements:

Signed-off-by: Vladimir Lavor vlavor@cisco.com