aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/stats
AgeCommit message (Expand)AuthorFilesLines
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
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 Ranns2-10/+33
2019-03-01stats: Add node names in /sys/nodes/namesOle Troan2-1/+31
2019-02-28stats: Add interface name to sw_if_index as /if/namesOle Troan2-10/+72
2019-02-26stats: buffer gauge callbacks use index instead of name.Ole Troan2-13/+25
2019-02-22stats: add buffer gaugesFilip Tehlar2-7/+48
2018-12-19Stats: Updated wrong slot on new vectorOle Troan1-1/+0
2018-12-17stats: Deprecate old stats frameworkOle Troan3-3882/+0
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-2/+2
2018-11-26stats: Remove unneeded dependencies in stat_clientOle Troan2-13/+2
2018-11-16VPP-1496 Cleanup stats socket on exit.Paul Vinciguerra1-0/+16
2018-10-23c11 safe string handling supportDave Barach1-5/+5
2018-10-22Fix stat_segment.c issue.Paul Vinciguerra1-5/+8
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-1/+1
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 Troan4-106/+145
2018-09-27Trivial: Cleanup some typos.Paul Vinciguerra2-4/+4
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns1-3/+1
2018-09-18STATS: First go at documentationOle Troan1-0/+129
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan4-353/+388
2018-08-30Crude stat segment lock recoveryDave Barach1-14/+24
2018-08-29STATS: stat_client updates.Ole Troan2-4/+18
2018-07-26VPP-1359 Wrong vl_msg_idLukasz Majczak1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-2/+2
2018-07-12stats-segment: add startup node serialization optionFlorin Coras2-1/+7
2018-07-05add stat segment size configurationDave Barach2-1/+29