aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/stats/stat_segment.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-09stats: refactorDamjan Marion1-1149/+0
2022-02-10stats: Remove unsolicited clib_warningSteven Luong1-1/+1
2022-02-06stats: fix memory leaksOle Troan1-32/+66
2021-09-09stats: revert enable/disable segments pollsRay Kinsella1-21/+11
2021-08-31stats: enable/disable segments pollsRay Kinsella1-14/+24
2021-05-21nat: add maximum configured sessions to stat segmentOle Troan1-1/+2
2021-05-06stats: move vector_rate counters into providerOle Troan1-49/+5
2021-05-06stats: memory heap countersOle Troan1-83/+98
2021-05-04stats: adding symlinks for nodes and interfaces in the stat segmentArthur de Kerhor1-28/+173
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion1-2/+0
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion1-3/+2
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-2/+2
2021-02-16stats: coverity errors leaking fdOle Troan1-1/+4
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-12-04stats: fix coverity issuesAndrew Yourtchenko1-4/+3
2020-10-21stats: missing dimension in stat_set_simple_counterOle Troan1-1/+2
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-7/+7
2020-09-17stats: configurable page sizeDamjan Marion1-13/+21
2020-08-13stats: remove offsets on vpp sideOle Troan1-129/+25
2020-07-21stats: memory leak in stat_validate_counter_vectorSteven Luong1-2/+10
2020-04-28stats: add apis to delete simple/combined countersOle Troan1-0/+39
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-8/+0
2020-02-05stats: fix state counter removalVladimir Isaev1-45/+113
2019-10-02vlib: improve summary vector-rate statisticsDave Barach1-24/+38
2019-09-30stats: fix per-worker stat vector lengthBenoît Ganne1-3/+4
2019-09-18stats: fix per_worker vector rate heapOle Troan1-3/+7
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong1-1/+71
2019-09-03stats: memory leak with per-node-counters onOle Troan1-0/+3
2019-08-29stats: null-terminate default socket nameBenoît Ganne1-2/+2
2019-08-20vlib: create unix runtime directoryOle Troan1-8/+24
2019-08-09stats: create /run/vpp before stat socket bind()YohanPipereau1-33/+11
2019-07-22stats: fix use-after-free hash key stringBenoît Ganne1-6/+4
2019-06-18stats: off by one error in /sys/node/{calls,clocks,...}Ole Troan1-4/+4
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan1-16/+52
2019-06-14stats: add version field to stat segment base headerOle Troan1-0/+3
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoît Ganne1-10/+3
2019-06-04stats: removing empty object in stats vectorOle Troan1-1/+1
2019-05-23stats: fix memory leak in statseg configDave Wallace1-12/+18
2019-05-22stats: support multiple works for error countersOle Troan1-4/+12
2019-05-16init / exit function orderingDave Barach1-6/+8
2019-05-10Fix stat seg average vector rate computationDave Barach1-4/+38
2019-04-30stats: fix non null terminated stringBenoît Ganne1-0/+5
2019-04-16stats: Add name vectors to Python clientOle Troan1-2/+3
2019-04-12stats: Off by one error in stats directory vector.Ole Troan1-1/+1
2019-04-02stat-segment: scaling improvementNeale Ranns1-10/+32
2019-03-01stats: Add node names in /sys/nodes/namesOle Troan1-0/+27
2019-02-28stats: Add interface name to sw_if_index as /if/namesOle Troan1-1/+59
2019-02-26stats: buffer gauge callbacks use index instead of name.Ole Troan1-9/+15
2019-02-22stats: add buffer gaugesFilip Tehlar1-7/+40
2018-12-19Stats: Updated wrong slot on new vectorOle Troan1-1/+0