aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/client/stat_client.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-19stats: fix memory leak in stat_segment_dump_r()Duncan Eastoe1-0/+2
2023-04-17stats: check if stats vector entry is emptyOle Troan1-0/+5
2023-03-02stats: expose symlink to stats clientOle Troan1-4/+5
2022-12-05stats: return empty vector rather than NULL if stat_segment_dump_r() is run o...Andrew Yourtchenko1-0/+9
2022-11-29stats: fix the memory leak in stat_client.cAndrew Yourtchenko1-0/+2
2022-03-31stats: convert error counters to normal countersDamjan Marion1-16/+0
2022-03-09stats: refactorDamjan Marion1-11/+12
2022-02-01stats: vpp_get_stats crashes in stat_segment_data_freeSteven Luong1-0/+1
2021-05-04stats: adding symlinks for nodes and interfaces in the stat segmentArthur de Kerhor1-7/+48
2020-10-21stats: missing dimension in stat_set_simple_counterOle Troan1-6/+18
2020-08-13stats: remove offsets on vpp sideOle Troan1-42/+22
2020-08-11stats: add timeout for in_progress access to stat segmentOle Troan1-5/+11
2020-08-10stats: name and error index client memory leakOle Troan1-1/+9
2020-02-05stats: fix state counter removalVladimir Isaev1-0/+3
2019-08-15stats: refactor header filesDave Barach1-37/+1
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras1-0/+3
2019-06-14stats: add version field to stat segment base headerOle Troan1-0/+14
2019-05-22stats: support multiple works for error countersOle Troan1-5/+10
2019-04-16stats: Add name vectors to Python clientOle Troan1-42/+56
2019-04-08GBP: drop and contract countersNeale Ranns1-1/+1
2019-03-11VPP-1486: stat segment file descriptor leakOle Troan1-0/+3
2019-02-28stats: Add interface name to sw_if_index as /if/namesOle Troan1-1/+22
2019-01-06vpp-api: Add context to VPPStatsIOError.Paul Vinciguerra1-4/+4
2018-12-06stat_client: Fix the type castingMohsin Kazmi1-6/+8
2018-12-05stat-client: pass names as const stringsNeale Ranns1-2/+2
2018-11-26stats: Remove unneeded dependencies in stat_clientOle Troan1-0/+8
2018-11-22stat_client issues while running parallel tests.Paul Vinciguerra1-41/+87
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-22stats: Add wrapper for vec_freeOle Troan1-0/+6
2018-10-03stat_client.c coverity error.Ole Troan1-2/+0
2018-10-02VPP-1440: clean up coverity warningsDave Barach1-0/+4
2018-10-02Stats: vpp_prometheus_export fixes.Ole Troan1-0/+4
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan1-210/+228
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan1-3/+20
2018-08-29STATS: stat_client updates.Ole Troan1-0/+372