aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python/vpp_papi/vpp_stats.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-135/+173
2022-03-31stats: convert error counters to normal countersDamjan Marion1-61/+15
2021-08-31stats: check epoch in python vpp_stats lsOle Troan1-0/+3
2021-06-25stats: reverts part of a fix on Python clientArthur de Kerhor1-12/+4
2021-06-25stats: fix race conditions in vpp-api stats clientArthur de Kerhor1-4/+12
2021-05-21stats: catch stat segment overrun in retry loopOle Troan1-3/+3
2021-05-04stats: adding symlinks for nodes and interfaces in the stat segmentArthur de Kerhor1-40/+88
2021-04-15papi: fix ubuntu 1804 make test socket.close errorTianyu Li1-1/+1
2021-03-30stats: python: handle when pattern is not list in lsOle Troan1-0/+9
2021-03-25stats: python vpp_stats rewrite to access stat segment directlyOle Troan1-296/+482
2020-12-03papi: remove python2 patternsPaul Vinciguerra1-1/+1
2020-10-07api: add heap alloc to vpp statsOle Troan1-0/+2
2020-08-13stats: remove offsets on vpp sideOle Troan1-5/+4
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