aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python/vpp_papi/vpp_stats.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-19papi: lazily initialize stats clientPaul Vinciguerra1-5/+25
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-08-09stats: create /run/vpp before stat socket bind()YohanPipereau1-1/+1
2019-07-01papi: refactor set_errors_strPaul Vinciguerra1-3/+3
2019-06-18misc: vpp_papi- add tests, clean up pep8Paul Vinciguerra1-4/+6
2019-06-14stats: add version field to stat segment base headerOle Troan1-0/+3
2019-06-07API: Add support for "defaults"Ole Troan1-3/+7
2019-06-04stats: removing empty object in stats vectorOle Troan1-1/+3
2019-05-22stats: support multiple works for error countersOle Troan1-4/+15
2019-04-16stats: Add name vectors to Python clientOle Troan1-3/+21
2019-03-19vpp_papi: specify encoding for .encode()/.decode()Paul Vinciguerra1-3/+3
2019-01-06vpp-api: Add context to VPPStatsIOError.Paul Vinciguerra1-3/+25
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-2/+7
2018-11-29vpp_papi: Add custom exceptions.Paul Vinciguerra1-7/+21
2018-11-28vpp_papi: Use new style classes.Paul Vinciguerra1-1/+1
2018-11-22stat_client issues while running parallel tests.Paul Vinciguerra1-9/+48
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan1-4/+5
2018-09-27IPIP and IPv6 fragmentationOle Troan1-1/+2
2018-09-18STATS: Optimistic concurrency handling in Python library.Ole Troan1-4/+24
2018-09-18STATS: Add Python 3 support to vpp_stats.py.Ole Troan1-3/+3
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan1-31/+27
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan1-0/+161