aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/stats
AgeCommit message (Expand)AuthorFilesLines
2022-03-09stats: refactorDamjan Marion4-1536/+0
2022-02-10stats: Remove unsolicited clib_warningSteven Luong1-1/+1
2022-02-06stats: fix memory leaksOle Troan1-32/+66
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak2-130/+178
2021-09-23stats: revert stat_validate_counter_vector3 non-staticRay Kinsella2-4/+1
2021-09-09stats: revert enable/disable segments pollsRay Kinsella3-29/+16
2021-08-31stats: enable/disable segments pollsRay Kinsella3-19/+32
2021-08-31stats: stat_validate_counter_vector3 non-staticRay Kinsella2-1/+4
2021-06-16stats: fix counters name overflowBenoît Ganne1-6/+6
2021-05-21nat: add maximum configured sessions to stat segmentOle Troan1-1/+2
2021-05-06stats: move vector_rate counters into providerOle Troan3-66/+96
2021-05-06stats: memory heap countersOle Troan3-87/+228
2021-05-04stats: adding symlinks for nodes and interfaces in the stat segmentArthur de Kerhor3-45/+201
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 Marion2-13/+22
2020-08-13stats: remove offsets on vpp sideOle Troan3-142/+31
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 Isaev3-45/+116
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-02vlib: improve summary vector-rate statisticsDave Barach2-24/+41
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 Luong2-1/+76
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-15stats: refactor header filesDave Barach2-33/+61
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 Troan2-17/+57
2019-06-14stats: add version field to stat segment base headerOle Troan2-0/+7
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 Troan3-5/+15
2019-05-16init / exit function orderingDave Barach1-6/+8
2019-05-15Fix stats documentation with default socket nameIgor Mikhailov (imichail)1-2/+2
2019-05-10Fix stat seg average vector rate computationDave Barach2-14/+53
2019-04-30stats: fix non null terminated stringBenoît Ganne1-0/+5
2019-04-19Doxygen cleanup.Dave Wallace1-1/+1