aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/stats/stat_segment.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18stats: add apis to delete simple/combined countersOle Troan1-0/+39
2020-08-12stats: fix state counter removalVladimir Isaev1-45/+113
2020-07-21stats: memory leak in stat_validate_counter_vectorSteven Luong1-2/+10
2019-10-04vlib: improve summary vector-rate statisticsDave Barach1-24/+38
2019-10-04stats: fix per-worker stat vector lengthBenoît Ganne1-3/+4
2019-09-30stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong1-1/+71
2019-09-30stats: fix per_worker vector rate heapOle Troan1-3/+7
2019-09-26stats: memory leak with per-node-counters onOle Troan1-0/+3
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
2018-11-26stats: Remove unneeded dependencies in stat_clientOle Troan1-1/+1
2018-11-16VPP-1496 Cleanup stats socket on exit.Paul Vinciguerra1-0/+16
2018-10-22Fix stat_segment.c issue.Paul Vinciguerra1-5/+8
2018-10-02VPP-1440: clean up coverity warningsDave Barach1-0/+1
2018-09-28stats: Split stat_segment and stats code in preparation for deprecation.Ole Troan1-23/+122
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan1-299/+281
2018-08-30Crude stat segment lock recoveryDave Barach1-14/+24
2018-08-29STATS: stat_client updates.Ole Troan1-3/+15
2018-07-12stats-segment: add startup node serialization optionFlorin Coras1-1/+6
2018-07-05add stat segment size configurationDave Barach1-1/+25
2018-06-15STATS: Add more hierarchy to counters.Ole Troan1-4/+4
2018-06-14Use __attribute__((weak)) references where necessaryDave Barach1-4/+2
2018-06-13Stat segment / client: show run" works nowDave Barach1-47/+138
2018-06-10Don't use foreach_vlib_main macro w/out barrier syncDave Barach1-4/+8
2018-06-08export counters in a memfd segmentDave Barach1-0/+425