aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/stats
AgeCommit message (Expand)AuthorFilesLines
2023-03-06stats: fix node name compare error when updating stats segmentXiaoming Jiang1-1/+1
2022-11-30stats: add boot time in stats segmentOle Troan2-1/+5
2022-07-19stats: add loops per second counter in the stats segment.Radha krishna Saragadam1-3/+15
2022-06-01stats: swap used and total statsLeland Krych1-2/+2
2022-05-19stats: fix collector updates of symlinksArthur de Kerhor1-3/+9
2022-05-06stats: add vlib_stats_free_string_vectorDamjan Marion2-0/+8
2022-05-06stats: strings in string vector are c stringsDamjan Marion1-0/+1
2022-04-26stats: string vector and node collector improvementsDamjan Marion4-109/+149
2022-04-15stats: store heap in the directory_entry vectorDamjan Marion2-15/+2
2022-04-08stats: fix vector overrun in expend checkDmitry Valter1-2/+2
2022-04-06stats: avoid linear search for empty entryDamjan Marion3-10/+16
2022-03-31stats: use vlib_stats_validate in collectorDamjan Marion1-28/+5
2022-03-31stats: convert error counters to normal countersDamjan Marion4-68/+0
2022-03-23stats: fix crash due to pointer taken before validateDamjan Marion1-2/+4
2022-03-21stats: fix vlib_stats_validate_will_expand_internalDamjan Marion1-2/+2
2022-03-14stats: refactor vlib countersDamjan Marion4-112/+171
2022-03-14stats: support recursive lockingDamjan Marion3-5/+32
2022-03-09stats: refactorDamjan Marion8-0/+1381