. There is no such class ‘vpe’ in vpp_papi.py (result.vl_msg_id ==
vpp_papi.vpe.VL_API_SW_INTERFACE_SET_FLAGS).
Can you please share working example for getting statistics from interface
using want_stats functions?
Regards,
Neha
From: Shwetha Bhandari (shwethab) [mailto:shwet...@cisco.com]
Sent
pi.stats_enable_disable()
r=vpp.api.vnet_get_summary_stats()
print(r)
#
# Wait for some stats
#
time.sleep(60)
enale_disable = False
pid=85821
r = vpp.api.want_stats()
r = vpp.disconnect()
Regards,
Neha
From: Ole Troan [mailto:otr...@employees.org]
Sent: Monday, July 9, 2018 12:45 PM
To: Vadnere, Ne
Hi Ole,
If that is correct, why I am not able to see the stats? ( I am waiting for 60
sec for getting the stats)
Regards,
Neha
From: Ole Troan [mailto:otr...@employees.org]
Sent: Monday, July 9, 2018 12:03 PM
To: Vadnere, Neha R
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] VPP python
ctions are. I assumed that
want_stats will send the stats when enabled.
Please guide on this.
Regards,
Neha
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9801): https://lists.fd.io/g/vpp-dev/message/9801
Mute This Topic: https://lists.fd.io/mt
Hi,
Even I followed the same steps as Hamid,
ln -sf
/root/vpp/build-root/install-vpp_debug-native/router/lib64/router.so.0.0.0
/usr/lib/vpp_plugins/router.so
I am able to see the router.so is linked. router.so ->
/root/vpp/build-root/install-vpp_debug-native/router/lib64/router.so.0.0.0
But
anybody please let me know the correct way
to link library to plugin?
Regards,
Neha
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev